Package | Description |
---|---|
org.zkoss.poi.hslf.model |
Modifier and Type | Class and Description |
---|---|
class |
AutoShape
Represents an AutoShape.
|
class |
Freeform
A "Freeform" shape.
|
class |
Placeholder
Represents a Placeholder in PowerPoint.
|
class |
Polygon
A simple closed polygon shape
|
class |
TableCell
Represents a cell in a ppt table
|
class |
TextBox
Represents a TextFrame shape in PowerPoint.
|
Modifier and Type | Field and Description |
---|---|
protected TextShape |
TextPainter._shape |
Modifier and Type | Method and Description |
---|---|
TextShape |
Sheet.getPlaceholder(int type)
Search text placeholer by its type
|
TextShape |
Sheet.getPlaceholderByTextType(int type)
Return placeholder by text type
|
Modifier and Type | Method and Description |
---|---|
protected void |
SlideMaster.onAddTextShape(TextShape shape) |
protected void |
Slide.onAddTextShape(TextShape shape) |
protected void |
Sheet.onAddTextShape(TextShape shape)
Subclasses should call this method and update the array of text runs
when a text shape is added
|
Constructor and Description |
---|
TextPainter(TextShape shape) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.