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 |
HSLFNotes
This class represents a slide's notes in a PowerPoint Document.
|
class |
HSLFSheet
This class defines the common format of "Sheets" in a powerpoint
document.
|
class |
HSLFSlide
This class represents a slide in a PowerPoint Document.
|
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 | Field and Description |
---|---|
protected Sheet<?,?> |
DrawSheet.sheet |
Modifier and Type | Method and Description |
---|---|
DrawSheet |
DrawFactory.getDrawable(Sheet<?,?> sheet) |
Constructor and Description |
---|
DrawSheet(Sheet<?,?> sheet) |
Modifier and Type | Interface and Description |
---|---|
interface |
MasterSheet<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> |
interface |
Notes<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> |
interface |
Slide<S extends Shape<S,P>,P extends TextParagraph<S,P,?>> |
Modifier and Type | Method and Description |
---|---|
Sheet<S,P> |
PlaceableShape.getSheet() |
Sheet<S,P> |
Shape.getSheet() |
Modifier and Type | Class and Description |
---|---|
class |
XSLFNotes |
class |
XSLFNotesMaster
Notes master object associated with this layout.
|
class |
XSLFSheet |
class |
XSLFSlide |
class |
XSLFSlideLayout |
class |
XSLFSlideMaster
Slide master object associated with this layout.
|
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.