|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TextShape | |
---|---|
org.apache.poi.hslf.model |
Uses of TextShape in org.apache.poi.hslf.model |
---|
Subclasses of TextShape in org.apache.poi.hslf.model | |
---|---|
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. |
Fields in org.apache.poi.hslf.model declared as TextShape | |
---|---|
protected TextShape |
TextPainter._shape
|
Methods in org.apache.poi.hslf.model that return TextShape | |
---|---|
TextShape |
Sheet.getPlaceholder(int type)
Search text placeholer by its type |
TextShape |
Sheet.getPlaceholderByTextType(int type)
Return placeholder by text type |
Methods in org.apache.poi.hslf.model with parameters of type TextShape | |
---|---|
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 |
Constructors in org.apache.poi.hslf.model with parameters of type TextShape | |
---|---|
TextPainter(TextShape shape)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |