Uses of Class
org.apache.poi.hwpf.usermodel.CharacterProperties

Packages that use CharacterProperties
org.apache.poi.hwpf.model   
org.apache.poi.hwpf.sprm   
org.apache.poi.hwpf.usermodel   
 

Uses of CharacterProperties in org.apache.poi.hwpf.model
 

Methods in org.apache.poi.hwpf.model that return CharacterProperties
 CharacterProperties CHPX.getCharacterProperties(StyleSheet ss, short istd)
           
 CharacterProperties StyleSheet.getCharacterStyle(int styleIndex)
          Deprecated. 
 CharacterProperties StyleDescription.getCHP()
          Deprecated. 
 

Uses of CharacterProperties in org.apache.poi.hwpf.sprm
 

Methods in org.apache.poi.hwpf.sprm that return CharacterProperties
static CharacterProperties CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)
          Deprecated. 
static CharacterProperties CharacterSprmUncompressor.uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
           
 

Methods in org.apache.poi.hwpf.sprm with parameters of type CharacterProperties
static byte[] CharacterSprmCompressor.compressCharacterProperty(CharacterProperties newCHP, CharacterProperties oldCHP)
           
static CharacterProperties CharacterSprmUncompressor.uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)
          Deprecated. 
static CharacterProperties CharacterSprmUncompressor.uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
           
 

Uses of CharacterProperties in org.apache.poi.hwpf.usermodel
 

Fields in org.apache.poi.hwpf.usermodel declared as CharacterProperties
protected  CharacterProperties CharacterRun._props
           
 

Methods in org.apache.poi.hwpf.usermodel that return CharacterProperties
 CharacterProperties CharacterProperties.clone()
           
 

Methods in org.apache.poi.hwpf.usermodel with parameters of type CharacterProperties
 void HWPFList.setLevelNumberProperties(int level, CharacterProperties chp)
          Sets the character properties of the list numbers.
 



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