| 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  | HSLFMasterSheetThe superclass of all master sheets - Slide masters, Notes masters, etc. | 
| class  | HSLFSlideMasterSlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation. | 
| class  | HSLFTitleMasterTitle 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  | XSLFNotesMasterNotes master object associated with this layout. | 
| class  | XSLFSlideLayout | 
| class  | XSLFSlideMasterSlide master object associated with this layout. | 
| Modifier and Type | Method and Description | 
|---|---|
| MasterSheet<XSLFShape,XSLFTextParagraph> | XMLSlideShow. createMasterSheet() | 
| MasterSheet<XSLFShape,XSLFTextParagraph> | XSLFNotesMaster. getMasterSheet() | 
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.