org.apache.poi.xslf.usermodel
Class XSLFSheet

java.lang.Object
  extended by org.apache.poi.xslf.usermodel.XSLFSheet
All Implemented Interfaces:
ShapeContainer, Sheet
Direct Known Subclasses:
XSLFSlide

public abstract class XSLFSheet
extends java.lang.Object
implements Sheet


Constructor Summary
protected XSLFSheet(SlideShow parent)
           
 
Method Summary
 void addShape(Shape shape)
           
 Background getBackground()
           
 MasterSheet getMasterSheet()
           
 Shape[] getShapes()
           
 SlideShow getSlideShow()
           
 boolean removeShape(Shape shape)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XSLFSheet

protected XSLFSheet(SlideShow parent)
Method Detail

getBackground

public Background getBackground()
Specified by:
getBackground in interface Sheet

getMasterSheet

public MasterSheet getMasterSheet()
Specified by:
getMasterSheet in interface Sheet

getSlideShow

public SlideShow getSlideShow()
Specified by:
getSlideShow in interface Sheet

addShape

public void addShape(Shape shape)
Specified by:
addShape in interface ShapeContainer

getShapes

public Shape[] getShapes()
Specified by:
getShapes in interface ShapeContainer

removeShape

public boolean removeShape(Shape shape)
Specified by:
removeShape in interface ShapeContainer


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