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

Packages that use StyleTextPropAtom
org.apache.poi.hslf.dev   
org.apache.poi.hslf.model   
 

Uses of StyleTextPropAtom in org.apache.poi.hslf.dev
 

Methods in org.apache.poi.hslf.dev with parameters of type StyleTextPropAtom
static void TextStyleListing.showStyleTextPropAtom(StyleTextPropAtom stpa)
           
 

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

Fields in org.apache.poi.hslf.model declared as StyleTextPropAtom
protected  StyleTextPropAtom TextRun._styleAtom
           
 

Constructors in org.apache.poi.hslf.model with parameters of type StyleTextPropAtom
TextRun(TextHeaderAtom tha, TextBytesAtom tba, StyleTextPropAtom sta)
          Constructs a Text Run from a Ascii text block
TextRun(TextHeaderAtom tha, TextCharsAtom tca, StyleTextPropAtom sta)
          Constructs a Text Run from a Unicode text block
 



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