org.apache.poi.sl.usermodel
Interface Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
- All Superinterfaces:
- java.lang.Iterable<S>, ShapeContainer<S,P>
- All Known Subinterfaces:
- MasterSheet<S,P>, Notes<S,P>, Slide<S,P>
- All Known Implementing Classes:
- HSLFMasterSheet, HSLFNotes, HSLFSheet, HSLFSlide, HSLFSlideMaster, HSLFTitleMaster, XSLFNotes, XSLFNotesMaster, XSLFSheet, XSLFSlide, XSLFSlideLayout, XSLFSlideMaster
public interface Sheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>>
- extends ShapeContainer<S,P>
Common parent of Slides, Notes and Masters
Methods inherited from interface java.lang.Iterable |
iterator |
getSlideShow
SlideShow<S,P> getSlideShow()
getFollowMasterGraphics
boolean getFollowMasterGraphics()
- Returns:
- whether shapes on the master sheet should be shown. By default master graphics is turned off.
Sheets that support the notion of master (slide, slideLayout) should override it and
check this setting in the sheet XML
getMasterSheet
MasterSheet<S,P> getMasterSheet()
getBackground
Background<S,P> getBackground()
draw
void draw(java.awt.Graphics2D graphics)
- Convenience method to draw a sheet to a graphics context
- Parameters:
graphics
-
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.