| Package | Description |
|---|---|
| org.apache.poi.hslf.record | |
| org.apache.poi.hslf.usermodel |
| Modifier and Type | Method and Description |
|---|---|
EscherTextboxWrapper[] |
PPDrawing.getTextboxWrappers()
Get access to the atoms inside Textboxes
|
| Modifier and Type | Method and Description |
|---|---|
void |
PPDrawing.addTextboxWrapper(EscherTextboxWrapper txtbox)
Add a new EscherTextboxWrapper to this
PPDrawing. |
| Modifier and Type | Method and Description |
|---|---|
protected EscherTextboxWrapper |
HSLFTextShape.getEscherTextboxWrapper() |
EscherTextboxWrapper |
HSLFTextParagraph.getTextboxWrapper() |
EscherTextboxWrapper[] |
HSLFSlide.getTextboxWrappers() |
| Modifier and Type | Method and Description |
|---|---|
protected static java.util.List<HSLFTextParagraph> |
HSLFTextParagraph.findTextParagraphs(EscherTextboxWrapper wrapper,
HSLFSheet sheet)
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
Copyright 2022 The Apache Software Foundation or its licensors, as applicable.