public interface Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,? extends TextRun>> extends Sheet<S,P>
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends Comment> |
getComments() |
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() |
MasterSheet<S,P> |
getSlideLayout() |
java.lang.String |
getSlideName() |
int |
getSlideNumber() |
java.lang.String |
getTitle() |
boolean |
isHidden() |
void |
setFollowMasterBackground(boolean follow) |
void |
setFollowMasterColourScheme(boolean follow) |
void |
setFollowMasterObjects(boolean follow) |
void |
setHidden(boolean hidden)
Sets the slide visibility
|
void |
setNotes(Notes<S,P> notes) |
draw, getBackground, getFollowMasterGraphics, getMasterSheet, getPlaceholderDetails, getSlideShow
addShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, 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
- the placeholder typetrue
if the placeholder should be displayed/renderedvoid setHidden(boolean hidden)
hidden
- slide visibility, if true
the slide is hidden, false
shows the slideboolean isHidden()
true
- or shown when false
java.util.List<? extends Comment> getComments()
MasterSheet<S,P> getSlideLayout()
java.lang.String getSlideName()
Copyright 2020 The Apache Software Foundation or its licensors, as applicable.