Uses of Class
org.apache.poi.hwpf.usermodel.CharacterProperties
Packages that use CharacterProperties
Package
Description
-
Uses of CharacterProperties in org.apache.poi.hwpf.model
Methods in org.apache.poi.hwpf.model that return CharacterPropertiesModifier and TypeMethodDescriptionCHPX.getCharacterProperties(StyleSheet ss, short istd) StyleSheet.getCharacterStyle(int styleIndex) Deprecated.StyleDescription.getCHP()Deprecated. -
Uses of CharacterProperties in org.apache.poi.hwpf.sprm
Methods in org.apache.poi.hwpf.sprm that return CharacterPropertiesModifier and TypeMethodDescriptionstatic 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 CharacterPropertiesModifier and TypeMethodDescriptionstatic 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 CharacterPropertiesMethods in org.apache.poi.hwpf.usermodel that return CharacterPropertiesMethods in org.apache.poi.hwpf.usermodel with parameters of type CharacterPropertiesModifier and TypeMethodDescriptionvoidHWPFList.setLevelNumberProperties(int level, CharacterProperties chp) Sets the character properties of the list numbers.