Package org.apache.poi.hwpf.sprm
Class CharacterSprmUncompressor
- java.lang.Object
-
- org.apache.poi.hwpf.sprm.SprmUncompressor
-
- org.apache.poi.hwpf.sprm.CharacterSprmUncompressor
-
@Internal public final class CharacterSprmUncompressor extends SprmUncompressor
-
-
Constructor Summary
Constructors Constructor Description CharacterSprmUncompressor()
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CharacterProperties
uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
static CharacterProperties
uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)
Deprecated.-
Methods inherited from class org.apache.poi.hwpf.sprm.SprmUncompressor
getFlag
-
-
-
-
Method Detail
-
uncompressCHP
@Deprecated public static CharacterProperties uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)
Deprecated.
-
uncompressCHP
public static CharacterProperties uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
-
-