org.apache.poi.sl.usermodel
public interface Slide extends Sheet
Modifier and Type | Method and Description |
---|---|
boolean |
getFollowMasterBackground() |
boolean |
getFollowMasterColourScheme() |
boolean |
getFollowMasterObjects() |
Notes |
getNotes() |
void |
setFollowMasterBackground(boolean follow) |
void |
setFollowMasterColourScheme(boolean follow) |
void |
setFollowMasterObjects(boolean follow) |
void |
setNotes(Notes notes) |
getBackground, getMasterSheet, getSlideShow
addShape, getShapes, removeShape
Notes getNotes()
void setNotes(Notes notes)
boolean getFollowMasterBackground()
void setFollowMasterBackground(boolean follow)
boolean getFollowMasterColourScheme()
void setFollowMasterColourScheme(boolean follow)
boolean getFollowMasterObjects()
void setFollowMasterObjects(boolean follow)
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.