org.apache.poi.xslf.usermodel
public abstract class XSLFSheet extends java.lang.Object implements Sheet
| Modifier | Constructor and Description |
|---|---|
protected |
XSLFSheet(SlideShow parent) |
| Modifier and Type | Method and Description |
|---|---|
void |
addShape(Shape shape) |
Background |
getBackground() |
MasterSheet |
getMasterSheet() |
Shape[] |
getShapes() |
SlideShow |
getSlideShow() |
boolean |
removeShape(Shape shape) |
protected XSLFSheet(SlideShow parent)
public Background getBackground()
getBackground in interface Sheetpublic MasterSheet getMasterSheet()
getMasterSheet in interface Sheetpublic SlideShow getSlideShow()
getSlideShow in interface Sheetpublic void addShape(Shape shape)
addShape in interface ShapeContainerpublic Shape[] getShapes()
getShapes in interface ShapeContainerpublic boolean removeShape(Shape shape)
removeShape in interface ShapeContainerCopyright 2016 The Apache Software Foundation or its licensors, as applicable.