Package org.apache.poi.xslf.usermodel
Class XSLFCommentAuthors
- java.lang.Object
-
- org.apache.poi.ooxml.POIXMLDocumentPart
-
- org.apache.poi.xslf.usermodel.XSLFCommentAuthors
-
@Beta public class XSLFCommentAuthors 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 CTCommentAuthor
getAuthorById(long id)
CTCommentAuthorList
getCTCommentAuthorsList()
-
Methods inherited from class org.apache.poi.ooxml.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getParent, getRelationById, getRelationId, getRelationPartById, getRelationParts, getRelations, isCommited, setCommited, toString
-
-
-
-
Method Detail
-
getCTCommentAuthorsList
public CTCommentAuthorList getCTCommentAuthorsList()
-
getAuthorById
public CTCommentAuthor getAuthorById(long id)
-
-