Package | Description |
---|---|
org.zkoss.poi.hslf.model | |
org.zkoss.poi.hslf.record |
Modifier and Type | Method and Description |
---|---|
StyleTextProp9Atom[] |
Slide.getNumberedListInfo()
This will return an atom per TextBox, so if the page has two text boxes the method should return two atoms.
|
StyleTextProp9Atom |
TextRun.getStyleTextProp9Atom()
Numbered List info
|
Modifier and Type | Method and Description |
---|---|
protected static void |
Sheet.findTextRuns(Record[] records,
java.util.List<TextRun> found,
StyleTextProp9Atom styleTextProp9Atom)
Scans through the supplied record array, looking for
a TextHeaderAtom followed by one of a TextBytesAtom or
a TextCharsAtom.
|
void |
TextRun.setStyleTextProp9Atom(StyleTextProp9Atom styleTextProp9Atom)
Numbered List info
|
Modifier and Type | Method and Description |
---|---|
StyleTextProp9Atom[] |
PPDrawing.getNumberedListInfo() |
StyleTextProp9Atom |
EscherTextboxWrapper.getStyleTextProp9Atom() |
Modifier and Type | Method and Description |
---|---|
void |
EscherTextboxWrapper.setStyleTextProp9Atom(StyleTextProp9Atom nineAtom) |
Copyright © 2005-2010 Potix Corporation. All Rights Reserved.