Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.record |
Modifier and Type | Field and Description |
---|---|
protected EscherTextboxWrapper |
TextShape._txtbox
Escher container which holds text attributes such as
TextHeaderAtom, TextBytesAtom ot TextCharsAtom, StyleTextPropAtom etc.
|
Modifier and Type | Method and Description |
---|---|
protected EscherTextboxWrapper |
TextShape.getEscherTextboxWrapper() |
EscherTextboxWrapper[] |
Slide.getTextboxWrappers() |
Modifier and Type | Method and 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 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 . |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.