Uses of Class
org.apache.poi.hslf.model.textproperties.TextPropCollection

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

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

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

Uses of TextPropCollection in org.apache.poi.hslf.model.textproperties
 

Methods in org.apache.poi.hslf.model.textproperties with parameters of type TextPropCollection
 void TextPropCollection.copy(TextPropCollection other)
          Clones the given text properties
 

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

Methods in org.apache.poi.hslf.record that return TextPropCollection
 TextPropCollection StyleTextPropAtom.addCharacterTextPropCollection(int charactersCovered)
          Create a new Character TextPropCollection, and add it to the list
 TextPropCollection StyleTextPropAtom.addParagraphTextPropCollection(int charactersCovered)
          Create a new Paragraph TextPropCollection, and add it to the list
 

Methods in org.apache.poi.hslf.record that return types with arguments of type TextPropCollection
 java.util.List<TextPropCollection> StyleTextPropAtom.getCharacterStyles()
           
 java.util.List<TextPropCollection> TxMasterStyleAtom.getCharacterStyles()
          Returns array of character styles defined in this record.
 java.util.List<TextPropCollection> StyleTextPropAtom.getParagraphStyles()
           
 java.util.List<TextPropCollection> TxMasterStyleAtom.getParagraphStyles()
          Returns array of paragraph styles defined in this record.
 

Method parameters in org.apache.poi.hslf.record with type arguments of type TextPropCollection
 void StyleTextPropAtom.setCharacterStyles(java.util.List<TextPropCollection> cs)
          Updates the link list of TextPropCollections which make up the character stylings
 void StyleTextPropAtom.setParagraphStyles(java.util.List<TextPropCollection> ps)
          Updates the link list of TextPropCollections which make up the paragraph stylings
 

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

Methods in org.apache.poi.hslf.usermodel that return TextPropCollection
 TextPropCollection HSLFTextRun.getCharacterStyle()
           
 TextPropCollection HSLFTextParagraph.getParagraphStyle()
           
 

Methods in org.apache.poi.hslf.usermodel with parameters of type TextPropCollection
protected  TextProp HSLFTextParagraph.getPropVal(TextPropCollection props, TextPropCollection masterProps, java.lang.String propName)
          Fetch the value of the given Paragraph related TextProp.
 void HSLFTextRun.setCharacterStyle(TextPropCollection characterStyle)
           
 void HSLFTextParagraph.setParagraphStyle(TextPropCollection paragraphStyle)
           
protected  void HSLFTextParagraph.setPropVal(TextPropCollection props, TextPropCollection masterProps, java.lang.String name, java.lang.Integer val)
          Returns the named TextProp, either by fetching it (if it exists) or adding it (if it didn't)
 

Method parameters in org.apache.poi.hslf.usermodel with type arguments of type TextPropCollection
protected static void HSLFTextParagraph.applyCharacterStyles(java.util.List<HSLFTextParagraph> paragraphs, java.util.List<TextPropCollection> charStyles)
           
protected static void HSLFTextParagraph.applyParagraphStyles(java.util.List<HSLFTextParagraph> paragraphs, java.util.List<TextPropCollection> paraStyles)
           
 



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