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 class
Polygon
A 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 class
HSLFAutoShape
Represents an AutoShape.class
HSLFFreeformShape
A "Freeform" shape.class
HSLFLine
Represents a line in a PowerPoint drawingclass
HSLFPlaceholder
Represents a Placeholder in PowerPoint.class
HSLFTableCell
Represents a cell in a ppt tableclass
HSLFTextBox
Represents a TextFrame shape in PowerPoint.Fields in org.apache.poi.hslf.usermodel declared as HSLFTextShape Modifier and Type Field Description protected HSLFTextShape
HSLFTextParagraph. _parentShape
Methods in org.apache.poi.hslf.usermodel that return HSLFTextShape Modifier and Type Method Description HSLFTextShape
HSLFTextParagraph. getParentShape()
HSLFTextShape
HSLFSheet. 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 java.util.List<HSLFHyperlink>
HSLFHyperlink. find(HSLFTextShape shape)
Find hyperlinks in a text shapeprotected void
HSLFSheet. onAddTextShape(HSLFTextShape shape)
Subclasses should call this method and update the array of text runs when a text shape is addedprotected void
HSLFSlide. onAddTextShape(HSLFTextShape shape)
protected void
HSLFSlideMaster. onAddTextShape(HSLFTextShape shape)
void
HSLFTextParagraph. setParentShape(HSLFTextShape parentShape)
-