pres.save("data/AsposeComments.pptx", SaveFormat.Pptx);
if (Comments.length > 0)
{
// Select comments collection of Author at index 0
ICommentCollection commentCollection = Comments[0].getAuthor().getComments();
String comment = commentCollection.get_Item(0).getText();
}
// ======================================
// Accessing Slide Comments
// ======================================