|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EscherTextboxWrapper | |
---|---|
org.apache.poi.hslf.model | |
org.apache.poi.hslf.record |
Uses of EscherTextboxWrapper in org.apache.poi.hslf.model |
---|
Fields in org.apache.poi.hslf.model declared as EscherTextboxWrapper | |
---|---|
protected EscherTextboxWrapper |
TextShape._txtbox
Escher container which holds text attributes such as TextHeaderAtom, TextBytesAtom ot TextCharsAtom, StyleTextPropAtom etc. |
Methods in org.apache.poi.hslf.model that return EscherTextboxWrapper | |
---|---|
protected EscherTextboxWrapper |
TextShape.getEscherTextboxWrapper()
|
Uses of EscherTextboxWrapper in org.apache.poi.hslf.record |
---|
Methods in org.apache.poi.hslf.record that return EscherTextboxWrapper | |
---|---|
EscherTextboxWrapper[] |
PPDrawing.getTextboxWrappers()
Get access to the atoms inside Textboxes |
Methods in org.apache.poi.hslf.record with parameters of type EscherTextboxWrapper | |
---|---|
void |
PPDrawing.addTextboxWrapper(EscherTextboxWrapper txtbox)
Add a new EscherTextboxWrapper to this PPDrawing . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |