Uses of Class
org.apache.poi.xslf.usermodel.XSLFSimpleShape
-
Packages that use XSLFSimpleShape Package Description org.apache.poi.xslf.usermodel -
-
Uses of XSLFSimpleShape in org.apache.poi.xslf.usermodel
Subclasses of XSLFSimpleShape in org.apache.poi.xslf.usermodel Modifier and Type Class Description classXSLFAutoShapeRepresents a shape with a preset geometry.classXSLFBackgroundBackground shapeclassXSLFConnectorShapeSpecifies a connection shape.classXSLFFreeformShapeRepresents a custom geometric shape.classXSLFPictureShapeRepresents a picture shapeclassXSLFTableCellRepresents a cell of a table in a .pptx presentationclassXSLFTextBoxclassXSLFTextShapeRepresents a shape that can hold text.Methods in org.apache.poi.xslf.usermodel that return XSLFSimpleShape Modifier and Type Method Description XSLFSimpleShapeXSLFSheet. getPlaceholder(Placeholder ph)XSLFSimpleShapeXSLFSheet. getPlaceholder(org.openxmlformats.schemas.presentationml.x2006.main.CTPlaceholder ph)XSLFSimpleShapeXSLFPlaceholderDetails. getPlaceholderShape()XSLFSimpleShapeXSLFShadow. getShadowParent()
-