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 Sheet
public MasterSheet getMasterSheet()
getMasterSheet
in interface Sheet
public SlideShow getSlideShow()
getSlideShow
in interface Sheet
public void addShape(Shape shape)
addShape
in interface ShapeContainer
public Shape[] getShapes()
getShapes
in interface ShapeContainer
public boolean removeShape(Shape shape)
removeShape
in interface ShapeContainer
Copyright 2016 The Apache Software Foundation or its licensors, as applicable.