|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MasterSheet | |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Uses of MasterSheet in org.apache.poi.hslf.usermodel |
---|
Classes in org.apache.poi.hslf.usermodel that implement MasterSheet | |
---|---|
class |
HSLFMasterSheet
The superclass of all master sheets - Slide masters, Notes masters, etc. |
class |
HSLFSlideMaster
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation. |
class |
HSLFTitleMaster
Title masters define the design template for slides with a Title Slide layout. |
Methods in org.apache.poi.hslf.usermodel that return MasterSheet | |
---|---|
MasterSheet<HSLFShape,HSLFTextParagraph> |
HSLFSlideShow.createMasterSheet()
|
Uses of MasterSheet in org.apache.poi.sl.draw |
---|
Methods in org.apache.poi.sl.draw with parameters of type MasterSheet | |
---|---|
DrawMasterSheet |
DrawFactory.getDrawable(MasterSheet<?,?> sheet)
|
Constructors in org.apache.poi.sl.draw with parameters of type MasterSheet | |
---|---|
DrawMasterSheet(MasterSheet<?,?> sheet)
|
Uses of MasterSheet in org.apache.poi.sl.usermodel |
---|
Methods in org.apache.poi.sl.usermodel that return MasterSheet | |
---|---|
MasterSheet<S,P> |
SlideShow.createMasterSheet()
|
MasterSheet<S,P> |
Sheet.getMasterSheet()
|
Methods in org.apache.poi.sl.usermodel that return types with arguments of type MasterSheet | |
---|---|
java.util.List<? extends MasterSheet<S,P>> |
SlideShow.getSlideMasters()
Returns all slide masters. |
Uses of MasterSheet in org.apache.poi.xslf.usermodel |
---|
Classes in org.apache.poi.xslf.usermodel that implement MasterSheet | |
---|---|
class |
XSLFNotesMaster
Notes master object associated with this layout. |
class |
XSLFSlideLayout
|
class |
XSLFSlideMaster
Slide master object associated with this layout. |
Methods in org.apache.poi.xslf.usermodel that return MasterSheet | |
---|---|
MasterSheet<XSLFShape,XSLFTextParagraph> |
XMLSlideShow.createMasterSheet()
|
MasterSheet<XSLFShape,XSLFTextParagraph> |
XSLFNotesMaster.getMasterSheet()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |