| Package | Description |
|---|---|
| org.apache.poi.hslf.model | |
| org.apache.poi.hslf.record |
| Modifier and Type | Field | Description |
|---|---|---|
protected EscherTextboxWrapper |
TextShape._txtbox |
Escher container which holds text attributes such as
TextHeaderAtom, TextBytesAtom ot TextCharsAtom, StyleTextPropAtom etc.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected EscherTextboxWrapper |
TextShape.getEscherTextboxWrapper() |
|
EscherTextboxWrapper[] |
Slide.getTextboxWrappers() |
| Modifier and Type | Method | Description |
|---|---|---|
protected static void |
Sheet.findTextRuns(EscherTextboxWrapper wrapper,
java.util.List<TextRun> found) |
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
| Modifier and Type | Method | Description |
|---|---|---|
EscherTextboxWrapper[] |
PPDrawing.getTextboxWrappers() |
Get access to the atoms inside Textboxes
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
PPDrawing.addTextboxWrapper(EscherTextboxWrapper txtbox) |
Add a new EscherTextboxWrapper to this
PPDrawing. |
Copyright 2018 The Apache Software Foundation or its licensors, as applicable.