Package | Description |
---|---|
org.apache.poi.hslf.record | |
org.apache.poi.hslf.usermodel |
Modifier and Type | Method and Description |
---|---|
StyleTextProp9Atom[] |
PPDrawing.getNumberedListInfo() |
StyleTextProp9Atom |
EscherTextboxWrapper.getStyleTextProp9Atom() |
Modifier and Type | Method and Description |
---|---|
void |
EscherTextboxWrapper.setStyleTextProp9Atom(StyleTextProp9Atom nineAtom) |
Modifier and Type | Method and Description |
---|---|
StyleTextProp9Atom[] |
HSLFSlide.getNumberedListInfo()
This will return an atom per TextBox, so if the page has two text boxes the method should return two atoms.
|
StyleTextProp9Atom |
HSLFTextParagraph.getStyleTextProp9Atom()
Numbered List info
|
Modifier and Type | Method and Description |
---|---|
void |
HSLFTextParagraph.setStyleTextProp9Atom(StyleTextProp9Atom styleTextProp9Atom)
Numbered List info
|
Copyright 2021 The Apache Software Foundation or its licensors, as applicable.