Uses of Class
org.apache.poi.hslf.record.StyleTextProp9Atom
-
Packages that use StyleTextProp9Atom Package Description org.apache.poi.hslf.record org.apache.poi.hslf.usermodel -
-
Uses of StyleTextProp9Atom in org.apache.poi.hslf.record
Methods in org.apache.poi.hslf.record that return StyleTextProp9Atom Modifier and Type Method Description StyleTextProp9Atom[]
PPDrawing. getNumberedListInfo()
StyleTextProp9Atom
EscherTextboxWrapper. getStyleTextProp9Atom()
Methods in org.apache.poi.hslf.record with parameters of type StyleTextProp9Atom Modifier and Type Method Description void
EscherTextboxWrapper. setStyleTextProp9Atom(StyleTextProp9Atom nineAtom)
-
Uses of StyleTextProp9Atom in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return StyleTextProp9Atom Modifier and Type Method 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 infoMethods in org.apache.poi.hslf.usermodel with parameters of type StyleTextProp9Atom Modifier and Type Method Description void
HSLFTextParagraph. setStyleTextProp9Atom(StyleTextProp9Atom styleTextProp9Atom)
Numbered List info
-