Uses of Interface
org.apache.poi.sl.usermodel.Comment
-
Packages that use Comment Package Description org.apache.poi.hslf.usermodel org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of Comment in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement Comment Modifier and Type Class Description class
HSLFComment
-
Uses of Comment in org.apache.poi.sl.usermodel
Methods in org.apache.poi.sl.usermodel that return types with arguments of type Comment Modifier and Type Method Description java.util.List<? extends Comment>
Slide. getComments()
-
Uses of Comment in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement Comment Modifier and Type Class Description class
XSLFComment
XSLF Comment
-