Package org.apache.poi.xslf.usermodel
Class XSLFComments
java.lang.Object
org.apache.poi.ooxml.POIXMLDocumentPart
org.apache.poi.xslf.usermodel.XSLFComments
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
-
Method Summary
Modifier and TypeMethodDescriptionorg.openxmlformats.schemas.presentationml.x2006.main.CTComment
getCommentAt
(int pos) org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList
int
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, getTargetPart, isCommited, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, removeRelation, setCommited, toString
-
Method Details
-
getCTCommentsList
public org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList getCTCommentsList() -
getNumberOfComments
public int getNumberOfComments() -
getCommentAt
public org.openxmlformats.schemas.presentationml.x2006.main.CTComment getCommentAt(int pos)
-