org.apache.poi.xslf.usermodel
public class XSLFSlide extends XSLFSheet implements Slide
| Constructor and Description |
|---|
XSLFSlide(CTSlide slide,
CTSlideIdListEntry slideId,
SlideShow parent) |
| Modifier and Type | Method and Description |
|---|---|
CTSlide |
_getCTSlide()
While developing only!
|
CTSlideIdListEntry |
_getCTSlideId()
While developing only!
|
boolean |
getFollowMasterBackground() |
boolean |
getFollowMasterColourScheme() |
boolean |
getFollowMasterObjects() |
Notes |
getNotes() |
void |
setFollowMasterBackground(boolean follow) |
void |
setFollowMasterColourScheme(boolean follow) |
void |
setFollowMasterObjects(boolean follow) |
void |
setNotes(Notes notes) |
addShape, getBackground, getMasterSheet, getShapes, getSlideShow, removeShapeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetBackground, getMasterSheet, getSlideShowaddShape, getShapes, removeShapepublic XSLFSlide(CTSlide slide,
CTSlideIdListEntry slideId,
SlideShow parent)
@Internal public CTSlide _getCTSlide()
@Internal public CTSlideIdListEntry _getCTSlideId()
public boolean getFollowMasterBackground()
getFollowMasterBackground in interface Slidepublic boolean getFollowMasterColourScheme()
getFollowMasterColourScheme in interface Slidepublic boolean getFollowMasterObjects()
getFollowMasterObjects in interface Slidepublic void setFollowMasterBackground(boolean follow)
setFollowMasterBackground in interface Slidepublic void setFollowMasterColourScheme(boolean follow)
setFollowMasterColourScheme in interface Slidepublic void setFollowMasterObjects(boolean follow)
setFollowMasterObjects in interface SlideCopyright 2016 The Apache Software Foundation or its licensors, as applicable.