| java.lang.Object org.apache.poi.hwpf.sprm.CharacterSprmUncompressor
CharacterSprmUncompressor | public class CharacterSprmUncompressor (Code) | | |
CharacterSprmUncompressor | public CharacterSprmUncompressor()(Code) | | |
getFlag | public static boolean getFlag(int x)(Code) | | Converts an int into a boolean. If the int is non-zero, it returns true.
Otherwise it returns false.
Parameters: x - The int to convert. A boolean whose value depends on x. |
unCompressCHPOperation | static void unCompressCHPOperation(CharacterProperties oldCHP, CharacterProperties newCHP, SprmOperation sprm)(Code) | | Used in decompression of a chpx. This performs an operation defined by
a single sprm.
Parameters: oldCHP - The base CharacterProperties. Parameters: newCHP - The current CharacterProperties. Parameters: operand - The operand defined by the sprm (See Word file format spec) Parameters: param - The parameter defined by the sprm (See Word file format spec) Parameters: varParam - The variable length parameter defined by the sprm. (SeeWord file format spec) Parameters: grpprl - The entire chpx that this operation is a part of. Parameters: offset - The offset in the grpprl of the next sprm Parameters: styleSheet - The StyleSheet for this document. |
|
|