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() |
default boolean |
getDisplayPlaceholder(Placeholder placeholder)
Deprecated.
in POI 5.2.0 - use
getDisplayPlaceholder(SimpleShape) |
default boolean |
getDisplayPlaceholder(SimpleShape<?,?> placeholderRefShape)
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()
@Deprecated @Removal(version="6.0.0") default boolean getDisplayPlaceholder(Placeholder placeholder)
getDisplayPlaceholder(SimpleShape)
placeholder
- the placeholder typetrue
if the placeholder should be displayed/rendereddefault boolean getDisplayPlaceholder(SimpleShape<?,?> placeholderRefShape)
placeholderRefShape
- the shape which references to the placeholdertrue
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 2022 The Apache Software Foundation or its licensors, as applicable.