Uses of Interface
org.apache.poi.sl.usermodel.PlaceableShape
-
Packages that use PlaceableShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of PlaceableShape in org.apache.poi.sl.draw
Fields in org.apache.poi.sl.draw declared as PlaceableShape Modifier and Type Field Description protected PlaceableShape<?,?>
DrawPaint. shape
Methods in org.apache.poi.sl.draw with parameters of type PlaceableShape Modifier and Type Method Description static Rectangle2D
DrawShape. getAnchor(Graphics2D graphics, PlaceableShape<?,?> shape)
DrawPaint
DrawFactory. getPaint(PlaceableShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type PlaceableShape Constructor Description DrawPaint(PlaceableShape<?,?> shape)
-
Uses of PlaceableShape in org.apache.poi.sl.usermodel
Subinterfaces of PlaceableShape 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
GraphicalFrame<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
interface
GroupShape<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
ObjectShape<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>>
An shape which references an embedded OLE objectinterface
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
TableShape<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>>
-