Uses of Class
org.apache.poi.hslf.record.StyleTextProp9Atom

Packages that use StyleTextProp9Atom
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
 StyleTextProp9Atom[] PPDrawing.getNumberedListInfo()
           
 StyleTextProp9Atom EscherTextboxWrapper.getStyleTextProp9Atom()
           
 

Methods in org.apache.poi.hslf.record with parameters of type StyleTextProp9Atom
 void EscherTextboxWrapper.setStyleTextProp9Atom(StyleTextProp9Atom nineAtom)
           
 

Uses of StyleTextProp9Atom in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return StyleTextProp9Atom
 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
 

Methods in org.apache.poi.hslf.usermodel with parameters of type StyleTextProp9Atom
 void HSLFTextParagraph.setStyleTextProp9Atom(StyleTextProp9Atom styleTextProp9Atom)
          Numbered List info
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.