Package | Description |
---|---|
org.apache.poi.hslf.usermodel | |
org.apache.poi.sl.draw | |
org.apache.poi.sl.usermodel | |
org.apache.poi.xslf.usermodel |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
MasterSheet<HSLFShape,HSLFTextParagraph> |
HSLFSlideShow.createMasterSheet() |
Modifier and Type | Method and Description |
---|---|
DrawMasterSheet |
DrawFactory.getDrawable(MasterSheet<?,?> sheet) |
Constructor and Description |
---|
DrawMasterSheet(MasterSheet<?,?> sheet) |
Modifier and Type | Method and Description |
---|---|
MasterSheet<S,P> |
SlideShow.createMasterSheet() |
MasterSheet<S,P> |
Sheet.getMasterSheet() |
MasterSheet<S,P> |
Slide.getSlideLayout() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends MasterSheet<S,P>> |
SlideShow.getSlideMasters()
Returns all slide masters.
|
Modifier and Type | Class and Description |
---|---|
class |
XSLFNotesMaster
Notes master object associated with this layout.
|
class |
XSLFSlideLayout |
class |
XSLFSlideMaster
Slide master object associated with this layout.
|
Modifier and Type | Method and Description |
---|---|
MasterSheet<XSLFShape,XSLFTextParagraph> |
XMLSlideShow.createMasterSheet() |
MasterSheet<XSLFShape,XSLFTextParagraph> |
XSLFNotesMaster.getMasterSheet() |
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.