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, removeShape
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getBackground, getMasterSheet, getSlideShow
addShape, getShapes, removeShape
public XSLFSlide(CTSlide slide, CTSlideIdListEntry slideId, SlideShow parent)
@Internal public CTSlide _getCTSlide()
@Internal public CTSlideIdListEntry _getCTSlideId()
public boolean getFollowMasterBackground()
getFollowMasterBackground
in interface Slide
public boolean getFollowMasterColourScheme()
getFollowMasterColourScheme
in interface Slide
public boolean getFollowMasterObjects()
getFollowMasterObjects
in interface Slide
public void setFollowMasterBackground(boolean follow)
setFollowMasterBackground
in interface Slide
public void setFollowMasterColourScheme(boolean follow)
setFollowMasterColourScheme
in interface Slide
public void setFollowMasterObjects(boolean follow)
setFollowMasterObjects
in interface Slide
Copyright 2014 The Apache Software Foundation or its licensors, as applicable.