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

Packages that use StyleTextProp9Atom
org.apache.poi.hslf.model   
org.apache.poi.hslf.record   
 

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

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

Methods in org.apache.poi.hslf.model with parameters of type StyleTextProp9Atom
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
 

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)
           
 



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