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

Packages that use StyleTextPropAtom.TextProp
org.apache.poi.hslf.record   
 

Uses of StyleTextPropAtom.TextProp in org.apache.poi.hslf.record
 

Subclasses of StyleTextPropAtom.TextProp in org.apache.poi.hslf.record
static class StyleTextPropAtom.BitMaskTextProp
          Definition of a special kind of property of some text, or its paragraph.
static class StyleTextPropAtom.CharFlagsTextProp
          Definition for the common character text property bitset, which handles bold/italic/underline etc.
 

Fields in org.apache.poi.hslf.record declared as StyleTextPropAtom.TextProp
static StyleTextPropAtom.TextProp[] StyleTextPropAtom.characterTextPropTypes
          All the different kinds of character properties we might handle
static StyleTextPropAtom.TextProp[] StyleTextPropAtom.paragraphTextPropTypes
          All the different kinds of paragraph properties we might handle
 

Methods in org.apache.poi.hslf.record that return StyleTextPropAtom.TextProp
 StyleTextPropAtom.TextProp StyleTextPropAtom.TextPropCollection.addWithName(java.lang.String name)
          Add the TextProp with this name to the list
 StyleTextPropAtom.TextProp StyleTextPropAtom.TextPropCollection.findByName(java.lang.String textPropName)
          Fetch the TextProp with this name, or null if it isn't present
 

Methods in org.apache.poi.hslf.record with parameters of type StyleTextPropAtom.TextProp
 int StyleTextPropAtom.TextPropCollection.buildTextPropList(int containsField, StyleTextPropAtom.TextProp[] potentialProperties, byte[] data, int dataOffset)
          For an existing set of text properties, build the list of properties coded for in a given run of properties.
 



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