Uses of Interface
org.apache.poi.sl.draw.geom.IAdjustableShape
-
Packages that use IAdjustableShape Package Description org.apache.poi.sl.draw.geom org.apache.poi.sl.usermodel -
-
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, 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>>
-