public interface Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends ShapeContainer<S,P>
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D graphics)
Convenience method to draw a sheet to a graphics context
|
Background<S,P> |
getBackground() |
boolean |
getFollowMasterGraphics() |
MasterSheet<S,P> |
getMasterSheet() |
PlaceholderDetails |
getPlaceholderDetails(Placeholder placeholder)
Get the placeholder details for the given placeholder type.
|
SlideShow<S,P> |
getSlideShow() |
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShape
boolean getFollowMasterGraphics()
MasterSheet<S,P> getMasterSheet()
Background<S,P> getBackground()
void draw(java.awt.Graphics2D graphics)
graphics
- PlaceholderDetails getPlaceholderDetails(Placeholder placeholder)
placeholder
- the placeholder typenull
, if the placeholder isn't contained in the sheetCopyright 2020 The Apache Software Foundation or its licensors, as applicable.