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

Packages that use StyleTextPropAtom.TextPropCollection
org.apache.poi.hslf.dev   
org.apache.poi.hslf.record   
org.apache.poi.hslf.usermodel   
 

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

Methods in org.apache.poi.hslf.dev with parameters of type StyleTextPropAtom.TextPropCollection
static void TextStyleListing.showTextProps(StyleTextPropAtom.TextPropCollection tpc)
           
 

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

Methods in org.apache.poi.hslf.record that return StyleTextPropAtom.TextPropCollection
 StyleTextPropAtom.TextPropCollection StyleTextPropAtom.addCharacterTextPropCollection(int charactersCovered)
          Create a new Character TextPropCollection, and add it to the list
 StyleTextPropAtom.TextPropCollection StyleTextPropAtom.addParagraphTextPropCollection(int charactersCovered)
          Create a new Paragraph TextPropCollection, and add it to the list
 StyleTextPropAtom.TextPropCollection[] TxMasterStyleAtom.getCharacterStyles()
          Returns array of character styles defined in this record.
 StyleTextPropAtom.TextPropCollection[] TxMasterStyleAtom.getParagraphStyles()
          Returns array of paragraph styles defined in this record.
 

Uses of StyleTextPropAtom.TextPropCollection in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return StyleTextPropAtom.TextPropCollection
 StyleTextPropAtom.TextPropCollection RichTextRun._getRawCharacterStyle()
          Internal Use Only - get the underlying character style collection.
 StyleTextPropAtom.TextPropCollection RichTextRun._getRawParagraphStyle()
          Internal Use Only - get the underlying paragraph style collection.
 

Methods in org.apache.poi.hslf.usermodel with parameters of type StyleTextPropAtom.TextPropCollection
 void RichTextRun.supplyTextProps(StyleTextPropAtom.TextPropCollection pStyle, StyleTextPropAtom.TextPropCollection cStyle, boolean pShared, boolean cShared)
          Supply (normally default) textprops, and if they're shared, when a run gets them
 

Constructors in org.apache.poi.hslf.usermodel with parameters of type StyleTextPropAtom.TextPropCollection
RichTextRun(TextRun parent, int startAt, int len, StyleTextPropAtom.TextPropCollection pStyle, StyleTextPropAtom.TextPropCollection cStyle, boolean pShared, boolean cShared)
          Create a new wrapper around a rich text string
 



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