org.apache.poi.xslf.usermodel
Class XSLFComments

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by org.apache.poi.xslf.usermodel.XSLFComments

@Beta
public class XSLFComments
extends POIXMLDocumentPart


Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.poi.POIXMLDocumentPart
POIXMLDocumentPart.RelationPart
 
Method Summary
 org.openxmlformats.schemas.presentationml.x2006.main.CTComment getCommentAt(int pos)
           
 org.openxmlformats.schemas.presentationml.x2006.main.CTCommentList getCTCommentsList()
           
 int getNumberOfComments()
           
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
_invokeOnDocumentRead, addRelation, commit, createRelationship, createRelationship, createRelationship, getNextPartNumber, getPackagePart, getParent, getRelationById, getRelationId, getRelationParts, getRelations, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, prepareForCommit, read, rebase, removeRelation, removeRelation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

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)


Copyright 2017 The Apache Software Foundation or its licensors, as applicable.