Clear Comments from ODT Document Online or Manage via Android Apps
Develop powerful Android based ODT document annotation utility application. Code listed for managing comments of ODT file.
Remove ODT Annotations Online
- Import ODT file to delete comments by uploading it
- Do it by clicking inside the drop area via drag and drop of annotation app
- Depending on the size of ODT file and internet speed wait for few seconds
- Click the ‘Remove’ button to clear comments
- Download the file instantly
Remove ODT Document Comments via Android App
- Add library reference to android project
- Load Document via Document class object
- Get all comments from the all nodes by using getChildNodes and NodeType.COMMENT
- Invoke the clear method to delete all comments
- Call the save method to save the file.
Code : Delete Comments from ODT File
Remove and Add ODT Comment Reply
- Add library reference to android project
- Load Document via Document class object
- Get comment using getChild
- Use removeReply for removing specified reply to this comment
- Use addReply for adding any reply to this comment
- Call the save method to save the file
Add Comments via Android App
- Add library reference to android project
- Create Document class object
- Use Comment to create the comment
- Use getParagraphs().add and getFirstParagraph().getRuns().add
- Call the save method to save the file with added comments
Code : Remove and Add Comment Reply from ODT File
Code: Adding Comments
Develop ODT Document Annotation Android App
Need to develop a ODT annotation mobile app or utility to provide feedback, make suggestions, or collaborate with others on the document? With
Aspose.Words 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 ODT format.
Android Library to Annotate ODT Files
- We host our Java packages in Maven repositories .
- Aspose.Words for Java is a common JAR file containing byte-code.
- Follow the step-by-step instructions on how to install Aspose.Words for Android via Java.
System Requirements
- Java SE 7 and more recent Java versions are supported.
- Separate package for Java SE 6 in case one is obliged to use outdated JRE.
- Java package is cross-platform and runs on all operating systems with JVM implementation.
- Operating systems include Microsoft Windows, Linux, macOS, Android and iOS.
For more details about optional package dependencies, such as JogAmp JOGL, Harfbuzz font engine, Java Advanced Imaging JAI please refer to [Product Documentation](https://docs.aspose.com/words/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)