Uses of Interface
org.apache.poi.sl.usermodel.SimpleShape
-
Packages that use SimpleShape Package Description org.apache.poi.sl.draw org.apache.poi.sl.usermodel -
-
Uses of SimpleShape in org.apache.poi.sl.draw
Methods in org.apache.poi.sl.draw that return SimpleShape Modifier and Type Method Description protected SimpleShape<?,?>
DrawSimpleShape. getShape()
Methods in org.apache.poi.sl.draw with parameters of type SimpleShape Modifier and Type Method Description protected void
SLGraphics. applyPaint(SimpleShape<?,?> shape)
protected void
SLGraphics. applyStroke(SimpleShape<?,?> shape)
Constructors in org.apache.poi.sl.draw with parameters of type SimpleShape Constructor Description DrawSimpleShape(SimpleShape<?,?> shape)
-
Uses of SimpleShape in org.apache.poi.sl.usermodel
Subinterfaces of SimpleShape 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
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>>
Methods in org.apache.poi.sl.usermodel that return SimpleShape Modifier and Type Method Description SimpleShape<S,P>
MasterSheet. getPlaceholder(Placeholder type)
Return the placeholder shape for the specified typeSimpleShape<S,P>
Shadow. getShadowParent()
Methods in org.apache.poi.sl.usermodel with parameters of type SimpleShape Modifier and Type Method Description default boolean
Slide. getDisplayPlaceholder(SimpleShape<?,?> placeholderRefShape)
In XSLF, slidenumber and date shapes aren't marked as placeholders whereas in HSLF they are activated via a HeadersFooter configuration.
-