Package | Description |
---|---|
org.zkoss.poi.hslf.model |
Modifier and Type | Class and 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 and Description |
---|---|
protected Sheet |
Shape._sheet
The
Sheet this shape belongs to |
Modifier and Type | Method and Description |
---|---|
Sheet |
TextRun.getSheet() |
Sheet |
Shape.getSheet() |
Modifier and Type | Method and Description |
---|---|
protected void |
TextShape.afterInsert(Sheet sh)
When a textbox is added to a sheet we need to tell upper-level
PPDrawing about it. |
protected void |
Table.afterInsert(Sheet sh) |
protected void |
Shape.afterInsert(Sheet sh)
Event which fires when a shape is inserted in the sheet.
|
protected void |
Picture.afterInsert(Sheet sh)
By default set the orininal image size
|
protected void |
Fill.afterInsert(Sheet sh) |
protected void |
ActiveXShape.afterInsert(Sheet sheet) |
void |
TextShape.setSheet(Sheet sheet) |
void |
TextRun.setSheet(Sheet sheet) |
void |
Table.setSheet(Sheet sheet)
Assign the
SlideShow this shape belongs to |
void |
Shape.setSheet(Sheet sheet)
Assign the
SlideShow this shape belongs to |
Constructor and Description |
---|
HeadersFooters(HeadersFootersContainer rec,
Sheet sheet,
boolean newRecord,
boolean isPpt2007) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.