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

Packages that use TextHeaderAtom
org.apache.poi.hslf.model   
 

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

Fields in org.apache.poi.hslf.model declared as TextHeaderAtom
protected  TextHeaderAtom TextRun._headerAtom
           
 

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