Package org.apache.poi.xslf.usermodel
Class XSLFComments
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xslf.usermodel.XSLFComments
-
@Beta public class XSLFComments extends POIXMLDocumentPart
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
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, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommitted, setCommitted, toString
-
-
-
-
Method Detail
-
getCTCommentsList
public CTCommentList getCTCommentsList()
-
getNumberOfComments
public int getNumberOfComments()
-
getCommentAt
public CTComment getCommentAt(int pos)
-
-