|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.poi.xslf.usermodel.XSLFSheet
public abstract class XSLFSheet
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 |
---|
protected XSLFSheet(SlideShow parent)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |