public interface Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> extends Sheet<S,P>
Modifier and Type | Method and Description |
---|---|
boolean |
getDisplayPlaceholder(Placeholder placeholder)
In XSLF, slidenumber and date shapes aren't marked as placeholders
whereas in HSLF they are activated via a HeadersFooter configuration.
|
boolean |
getFollowMasterBackground() |
boolean |
getFollowMasterColourScheme() |
boolean |
getFollowMasterObjects() |
Notes<S,P> |
getNotes() |
int |
getSlideNumber() |
java.lang.String |
getTitle() |
void |
setFollowMasterBackground(boolean follow) |
void |
setFollowMasterColourScheme(boolean follow) |
void |
setFollowMasterObjects(boolean follow) |
void |
setNotes(Notes<S,P> notes) |
draw, getBackground, getFollowMasterGraphics, getMasterSheet, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, removeShape
boolean getFollowMasterBackground()
void setFollowMasterBackground(boolean follow)
boolean getFollowMasterColourScheme()
void setFollowMasterColourScheme(boolean follow)
boolean getFollowMasterObjects()
void setFollowMasterObjects(boolean follow)
int getSlideNumber()
java.lang.String getTitle()
boolean getDisplayPlaceholder(Placeholder placeholder)
placeholder
- true
if the placeholder should be displayed/renderedCopyright 2018 The Apache Software Foundation or its licensors, as applicable.