Uses of Class
org.apache.poi.xslf.usermodel.XSLFTextShape
-
Packages that use XSLFTextShape Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFTextShape in org.apache.poi.xslf.usermodel
Subclasses of XSLFTextShape in org.apache.poi.xslf.usermodel Modifier and Type Class Description class
XSLFAutoShape
Represents a shape with a preset geometry.class
XSLFFreeformShape
Represents a custom geometric shape.class
XSLFTableCell
Represents a cell of a table in a .pptx presentationclass
XSLFTextBox
Methods in org.apache.poi.xslf.usermodel that return XSLFTextShape Modifier and Type Method Description XSLFTextShape
XSLFTextParagraph. getParentShape()
XSLFTextShape
XSLFSheet. getPlaceholder(int idx)
XSLFTextShape[]
XSLFSheet. getPlaceholders()
protected XSLFTextShape
XSLFSheet. getTextShapeByType(Placeholder type)
XSLFTextShape
XSLFChart. getTitleShape()
-