Uses of Class
org.apache.poi.hslf.usermodel.HSLFSimpleShape
-
Packages that use HSLFSimpleShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel -
-
Uses of HSLFSimpleShape in org.apache.poi.hslf.model
Subclasses of HSLFSimpleShape in org.apache.poi.hslf.model Modifier and Type Class Description class
ActiveXShape
Represents an ActiveX control in a PowerPoint document.class
MovieShape
Represents a movie in a PowerPoint document.class
Polygon
A simple closed polygon shape -
Uses of HSLFSimpleShape in org.apache.poi.hslf.usermodel
Subclasses of HSLFSimpleShape in org.apache.poi.hslf.usermodel Modifier and Type Class Description class
HSLFAutoShape
Represents an AutoShape.class
HSLFConnectorShape
Specifies a connection shape.class
HSLFFreeformShape
A "Freeform" shape.class
HSLFLine
Represents a line in a PowerPoint drawingclass
HSLFObjectShape
A shape representing embedded OLE object.class
HSLFPictureShape
Represents a picture in a PowerPoint document.class
HSLFPlaceholder
Represents a Placeholder in PowerPoint.class
HSLFTableCell
Represents a cell in a ppt tableclass
HSLFTextBox
Represents a TextFrame shape in PowerPoint.class
HSLFTextShape
A common superclass of all shapes that can hold text.Methods in org.apache.poi.hslf.usermodel that return HSLFSimpleShape Modifier and Type Method Description HSLFSimpleShape
HSLFSheet. getPlaceholder(Placeholder type)
Search placeholder by its type
-