Package | Description |
---|---|
org.apache.poi.hslf.model |
Modifier and Type | Class | Description |
---|---|---|
class |
MasterSheet |
The superclass of all master sheets - Slide masters, Notes masters, etc.
|
class |
Notes |
This class represents a slide's notes in a PowerPoint Document.
|
class |
Slide |
This class represents a slide in a PowerPoint Document.
|
class |
SlideMaster |
SlideMaster determines the graphics, layout, and formatting for all the slides in a given presentation.
|
class |
TitleMaster |
Title masters define the design template for slides with a Title Slide layout.
|
Modifier and Type | Field | Description |
---|---|---|
protected Sheet |
Shape._sheet |
The
Sheet this shape belongs to |
Modifier and Type | Method | Description |
---|---|---|
Sheet |
Shape.getSheet() |
|
Sheet |
TextRun.getSheet() |
Modifier and Type | Method | Description |
---|---|---|
protected void |
ActiveXShape.afterInsert(Sheet sheet) |
|
protected void |
Fill.afterInsert(Sheet sh) |
|
protected void |
Picture.afterInsert(Sheet sh) |
By default set the orininal image size
|
protected void |
Shape.afterInsert(Sheet sh) |
Event which fires when a shape is inserted in the sheet.
|
protected void |
Table.afterInsert(Sheet sh) |
|
protected void |
TextShape.afterInsert(Sheet sh) |
When a textbox is added to a sheet we need to tell upper-level
PPDrawing about it. |
void |
Shape.setSheet(Sheet sheet) |
Assign the
SlideShow this shape belongs to |
void |
Table.setSheet(Sheet sheet) |
Assign the
SlideShow this shape belongs to |
void |
TextRun.setSheet(Sheet sheet) |
|
void |
TextShape.setSheet(Sheet sheet) |
Constructor | Description |
---|---|
HeadersFooters(HeadersFootersContainer rec,
Sheet sheet,
boolean newRecord,
boolean isPpt2007) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.