English

Clear Comments from PPT Presentation Online or Manage via Android Apps

Develop powerful Android based PPT presentation annotation utility application. Code listed for managing comments of PPT file.

PPT Annotate via Python PPT Annotate via Java PPT Annotate via C++

Remove PPT Annotations Online

  1. Import PPT file to delete comments by uploading it
  2. Do it by clicking inside the drop area via drag and drop of annotation app
  3. Depending on the size of PPT file and internet speed wait for few seconds
  4. Click the ‘Remove’ button to clear comments
  5. Download the file instantly

Remove PPT Presentation Comments via Android App

  1. Add library reference to android project
  2. Load PPT via Presentation class object
  3. Iterate through each Author via Presentation.getCommentAuthors() collection
  4. Invoke clear() method to delete its comment
  5. Finally call getCommentAuthors().clear() to remove all authors
  6. Call the save method to save the file
 

Code : Delete Comments and Authors from PPT Presentation

 

Add PPT Presentation Comments via Android App

  1. Add library reference to android project
  2. Load PPT via Presentation class object
  3. Invoke Presentation.getCommentAuthors().addAuthor(String, String) to add the authors
  4. Use ICommentAuthor.getComments().addComment(String, ISlide, Point2D.Float, Date) for comments addition
  5. Call the save method to save the file with added comments
 

Code: Adding Comments

 
 

Develop PPT Document Annotation Android App

Need to develop a PPT annotation mobile app or utility to provide feedback, make suggestions, or collaborate with others on the document? With Aspose.Slides for Android via Java a child API of Aspose.Total for Android via Java , any android developer can integrate the above API code within its document annotation application. Powerful android library allows programming any document annotation solution. Moreover it can support many popular formats including PPT format.

Android Library to Annotate PPT Files

System Requirements

  • J2SE 6.0 (Java 1.6) and higher
  • Java package is cross-platform and runs on all operating systems with JVM implementation.

For more details please refer to [Product Documentation](https://docs.aspose.com/slides/java/system-requirements/).

Explore Annotate File Options with Android

Annotate CSV Files (Comma Seperated Values)
Annotate DOC Files (Microsoft Word Binary Format)
Annotate DOCM Files (Microsoft Word 2007 Marco File)
Annotate DOCX Files (Office 2007+ Word Document)
Annotate DOT Files (Microsoft Word Template Files)
Annotate DOTM Files (Microsoft Word 2007+ Template File)
Annotate DOTX Files (Microsoft Word Template File)
Annotate ODP Files (OpenDocument Presentation Format)
Annotate ODS Files (OpenDocument Spreadsheet)
Annotate ODT Files (OpenDocument Text File Format)
Annotate PDF Files (Portable Document Format)
Annotate POTM Files (Microsoft PowerPoint Template File)
Annotate POTX Files (Microsoft PowerPoint Template Presentation)
Annotate PPS Files (PowerPoint Slide Show)
Annotate PPSM Files (Macro-enabled Slide Show)
Annotate PPSX Files (PowerPoint Slide Show)
Annotate PPT Files (PowerPoint Presentation)
Annotate PPTM Files (Macro-enabled Presentation File)
Annotate PPTX Files (Open XML presentation Format)
Annotate RTF Files (Rich Text Format)
Annotate TSV Files (Tab-separated Values)
Annotate TXT Files (Text Document)
Annotate XLS Files (Microsoft Excel Binary Format)
Annotate XLSB Files (Excel Binary Workbook)
Annotate XLSM Files (Macro-enabled Spreadsheet)
Annotate XLSX Files (Open XML Workbook)
Annotate XLT Files (Excel 97 - 2003 Template)
Annotate XLTM Files (Excel Macro-Enabled Template)
Annotate XLTX Files (Excel Template)