Package | Description |
---|---|
org.apache.poi.hslf.model |
Modifier and Type | Class | 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 | Description |
---|---|---|
protected TextShape |
TextPainter._shape |
Modifier and Type | Method | 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 | Description |
---|---|---|
protected void |
Sheet.onAddTextShape(TextShape shape) |
Subclasses should call this method and update the array of text runs
when a text shape is added
|
protected void |
Slide.onAddTextShape(TextShape shape) |
|
protected void |
SlideMaster.onAddTextShape(TextShape shape) |
Constructor | Description |
---|---|
TextPainter(TextShape shape) |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.