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 classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFFreeformShapeRepresents a custom geometric shape.classXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxMethods in org.apache.poi.xslf.usermodel that return XSLFTextShape Modifier and Type Method Description XSLFTextShapeXSLFTextParagraph. getParentShape()XSLFTextShapeXSLFSheet. getPlaceholder(int idx)XSLFTextShape[]XSLFSheet. getPlaceholders()protected XSLFTextShapeXSLFSheet. getTextShapeByType(Placeholder type)XSLFTextShapeXSLFChart. getTitleShape()
-