Class XSLFComments


  • @Beta
    public class XSLFComments
    extends org.apache.poi.ooxml.POIXMLDocumentPart
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart

        org.apache.poi.ooxml.POIXMLDocumentPart.RelationPart
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CTComment getCommentAt​(int pos)  
      CTCommentList getCTCommentsList()  
      int getNumberOfComments()  
      • Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart

        _invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, isCommitted, setCommited, setCommitted, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getNumberOfComments

        public int getNumberOfComments()
      • getCommentAt

        public CTComment getCommentAt​(int pos)