Uses of Class
org.apache.poi.hwpf.usermodel.CharacterProperties
-
Packages that use CharacterProperties Package Description 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 Modifier and Type Method Description CharacterPropertiesCHPX. getCharacterProperties(StyleSheet ss, short istd)CharacterPropertiesStyleSheet. getCharacterStyle(int styleIndex)Deprecated.CharacterPropertiesStyleDescription. getCHP()Deprecated. -
Uses of CharacterProperties in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm that return CharacterProperties Modifier and Type Method Description static CharacterPropertiesCharacterSprmUncompressor. uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)static CharacterPropertiesCharacterSprmUncompressor. uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)Deprecated.Methods in org.apache.poi.hwpf.sprm with parameters of type CharacterProperties Modifier and Type Method Description static byte[]CharacterSprmCompressor. compressCharacterProperty(CharacterProperties newCHP, CharacterProperties oldCHP)static CharacterPropertiesCharacterSprmUncompressor. uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)static CharacterPropertiesCharacterSprmUncompressor. uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)Deprecated. -
Uses of CharacterProperties in org.apache.poi.hwpf.usermodel
Fields in org.apache.poi.hwpf.usermodel declared as CharacterProperties Modifier and Type Field Description protected CharacterPropertiesCharacterRun. _propsMethods in org.apache.poi.hwpf.usermodel that return CharacterProperties Modifier and Type Method Description CharacterPropertiesCharacterProperties. copy()Methods in org.apache.poi.hwpf.usermodel with parameters of type CharacterProperties Modifier and Type Method Description voidHWPFList. setLevelNumberProperties(int level, CharacterProperties chp)Sets the character properties of the list numbers.Constructors in org.apache.poi.hwpf.usermodel with parameters of type CharacterProperties Constructor Description CharacterProperties(CharacterProperties other)
-