Uses of Interface
org.apache.poi.sl.draw.geom.IAdjustableShape
-
Packages that use IAdjustableShape Package Description org.apache.poi.hslf.model org.apache.poi.hslf.usermodel org.apache.poi.sl.draw.geom org.apache.poi.sl.usermodel org.apache.poi.xslf.usermodel -
-
Uses of IAdjustableShape in org.apache.poi.hslf.model
Classes in org.apache.poi.hslf.model that implement IAdjustableShape 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 IAdjustableShape in org.apache.poi.hslf.usermodel
Classes in org.apache.poi.hslf.usermodel that implement IAdjustableShape 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
HSLFSimpleShape
An abstract simple (non-group) shape.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. -
Uses of IAdjustableShape in org.apache.poi.sl.draw.geom
Constructors in org.apache.poi.sl.draw.geom with parameters of type IAdjustableShape Constructor Description Context(CustomGeometry geom, java.awt.geom.Rectangle2D anchor, IAdjustableShape props)
-
Uses of IAdjustableShape in org.apache.poi.sl.usermodel
Subinterfaces of IAdjustableShape in org.apache.poi.sl.usermodel Modifier and Type Interface Description interface
AutoShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
ConnectorShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
FreeformShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
Line<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Interface for Lines ...interface
PictureShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
SimpleShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
TableCell<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
TextBox<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
Represents a TextFrame shape in PowerPoint.interface
TextShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
-
Uses of IAdjustableShape in org.apache.poi.xslf.usermodel
Classes in org.apache.poi.xslf.usermodel that implement IAdjustableShape Modifier and Type Class Description class
XSLFAutoShape
Represents a shape with a preset geometry.class
XSLFBackground
Background shapeclass
XSLFConnectorShape
Specifies a connection shape.class
XSLFFreeformShape
Represents a custom geometric shape.class
XSLFPictureShape
Represents a picture shapeclass
XSLFSimpleShape
Represents a single (non-group) shape in a .pptx slide showclass
XSLFTableCell
Represents a cell of a table in a .pptx presentationclass
XSLFTextBox
class
XSLFTextShape
Represents a shape that can hold text.
-