org.apache.poi.xslf.usermodel
Class XSLFSlide

java.lang.Object
  extended by org.apache.poi.POIXMLDocumentPart
      extended by org.apache.poi.xslf.usermodel.XSLFSheet
          extended by org.apache.poi.xslf.usermodel.XSLFSlide

@Beta
public final class XSLFSlide
extends XSLFSheet


Field Summary
 
Fields inherited from class org.apache.poi.POIXMLDocumentPart
DEFAULT_XML_OPTIONS
 
Method Summary
 boolean getFollowMasterBackground()
           
 XSLFSlideMaster getMasterSheet()
           
protected  java.lang.String getRootElementName()
           
 XSLFSlideLayout getSlideLayout()
           
 org.openxmlformats.schemas.presentationml.x2006.main.CTSlide getXmlObject()
           
 void setFollowMasterBackground(boolean value)
           
 
Methods inherited from class org.apache.poi.xslf.usermodel.XSLFSheet
buildShapes, commit, copy, createAutoShape, createConnector, createFreeform, createGroup, createPicture, createTable, createTextBox, getShapes, getSlideShow, getSpTree, removeShape
 
Methods inherited from class org.apache.poi.POIXMLDocumentPart
addRelation, createRelationship, createRelationship, createRelationship, getPackagePart, getPackageRelationship, getParent, getRelationById, getRelationId, getRelations, getTargetPart, getTargetPart, onDocumentCreate, onDocumentRead, onDocumentRemove, onSave, read, rebase, removeRelation, removeRelation, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getXmlObject

public org.openxmlformats.schemas.presentationml.x2006.main.CTSlide getXmlObject()
Specified by:
getXmlObject in class XSLFSheet

getRootElementName

protected java.lang.String getRootElementName()
Specified by:
getRootElementName in class XSLFSheet

getMasterSheet

public XSLFSlideMaster getMasterSheet()

getSlideLayout

public XSLFSlideLayout getSlideLayout()

setFollowMasterBackground

public void setFollowMasterBackground(boolean value)

getFollowMasterBackground

public boolean getFollowMasterBackground()


Copyright 2011 The Apache Software Foundation or its licensors, as applicable.