org.apache.poi.xslf.usermodel
Class XSLFSlide
java.lang.Object
org.apache.poi.xslf.usermodel.XSLFSheet
org.apache.poi.xslf.usermodel.XSLFSlide
- All Implemented Interfaces:
- ShapeContainer, Sheet, Slide
public class XSLFSlide
- extends XSLFSheet
- implements Slide
|
Constructor Summary |
XSLFSlide(CTSlide slide,
CTSlideIdListEntry slideId,
SlideShow parent)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XSLFSlide
public XSLFSlide(CTSlide slide,
CTSlideIdListEntry slideId,
SlideShow parent)
_getCTSlide
@Internal
public CTSlide _getCTSlide()
- While developing only!
_getCTSlideId
@Internal
public CTSlideIdListEntry _getCTSlideId()
- While developing only!
getFollowMasterBackground
public boolean getFollowMasterBackground()
- Specified by:
getFollowMasterBackground in interface Slide
getFollowMasterColourScheme
public boolean getFollowMasterColourScheme()
- Specified by:
getFollowMasterColourScheme in interface Slide
getFollowMasterObjects
public boolean getFollowMasterObjects()
- Specified by:
getFollowMasterObjects in interface Slide
getNotes
public Notes getNotes()
- Specified by:
getNotes in interface Slide
setFollowMasterBackground
public void setFollowMasterBackground(boolean follow)
- Specified by:
setFollowMasterBackground in interface Slide
setFollowMasterColourScheme
public void setFollowMasterColourScheme(boolean follow)
- Specified by:
setFollowMasterColourScheme in interface Slide
setFollowMasterObjects
public void setFollowMasterObjects(boolean follow)
- Specified by:
setFollowMasterObjects in interface Slide
setNotes
public void setNotes(Notes notes)
- Specified by:
setNotes in interface Slide
Copyright 2012 The Apache Software Foundation or
its licensors, as applicable.