org.apache.poi.hwpf.sprm
Class CharacterSprmUncompressor

java.lang.Object
  extended by org.apache.poi.hwpf.sprm.SprmUncompressor
      extended by org.apache.poi.hwpf.sprm.CharacterSprmUncompressor

@Internal
public final class CharacterSprmUncompressor
extends SprmUncompressor


Constructor Summary
CharacterSprmUncompressor()
           
 
Method Summary
static CharacterProperties uncompressCHP(CharacterProperties parent, byte[] grpprl, int offset)
          Deprecated. 
static CharacterProperties uncompressCHP(StyleSheet styleSheet, CharacterProperties parStyle, byte[] grpprl, int offset)
           
 
Methods inherited from class org.apache.poi.hwpf.sprm.SprmUncompressor
getFlag
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharacterSprmUncompressor

public CharacterSprmUncompressor()
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)


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