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 | 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, getSlideShowaddShape, createAutoShape, createConnector, createFreeform, createGroup, createOleShape, createPicture, createTable, createTextBox, getShapes, removeShapeboolean 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 falsejava.util.List<? extends Comment> getComments()
MasterSheet getSlideLayout()
java.lang.String getSlideName()
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.