Uses of Class
org.apache.poi.hslf.usermodel.HSLFTextShape
-
Packages that use HSLFTextShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFTextShape in org.apache.poi.hslf.model
Subclasses of HSLFTextShape in org.apache.poi.hslf.model Modifier and Type Class Description classPolygonA simple closed polygon shape -
Uses of HSLFTextShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFTextShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description classHSLFAutoShapeRepresents an AutoShape.classHSLFFreeformShapeA "Freeform" shape.classHSLFLineRepresents a line in a PowerPoint drawingclassHSLFPlaceholderRepresents a Placeholder in PowerPoint.classHSLFTableCellRepresents a cell in a ppt tableclassHSLFTextBoxRepresents a TextFrame shape in PowerPoint.Fields in org.apache.poi.hslf.usermodel declared as HSLFTextShape Modifier and Type Field Description protected HSLFTextShapeHSLFTextParagraph. _parentShapeMethods in org.apache.poi.hslf.usermodel that return HSLFTextShape Modifier and Type Method Description HSLFTextShapeHSLFTextParagraph. getParentShape()HSLFTextShapeHSLFSheet. getPlaceholderByTextType(int type)Return placeholder by text typeMethods in org.apache.poi.hslf.usermodel with parameters of type HSLFTextShape Modifier and Type Method Description static List<HSLFHyperlink>HSLFHyperlink. find(HSLFTextShape shape)Find hyperlinks in a text shapeprotected voidHSLFSheet. onAddTextShape(HSLFTextShape shape)Subclasses should call this method and update the array of text runs when a text shape is addedprotected voidHSLFSlide. onAddTextShape(HSLFTextShape shape)protected voidHSLFSlideMaster. onAddTextShape(HSLFTextShape shape)voidHSLFTextParagraph. setParentShape(HSLFTextShape parentShape)
-