| java.lang.Object org.apache.poi.hdf.extractor.StyleSheet
StyleSheet | public class StyleSheet (Code) | | Comment me
author: Ryan Ackley |
Constructor Summary | |
public | StyleSheet(byte[] styleSheet) |
Method Summary | |
static void | doCHPOperation(CHP oldCHP, CHP newCHP, int operand, int param, byte[] varParam, byte[] grpprl, int offset, StyleSheet styleSheet) | static void | doPAPOperation(PAP newPAP, int operand, int param, byte[] varParam, byte[] grpprl, int offset, int spra) | static void | doSEPOperation(SEP newSEP, int operand, int param, byte[] varParam) | static void | doTAPOperation(TAP newTAP, int operand, int param, byte[] varParam) | public static boolean | getFlag(int x) | public StyleDescription | getStyleDescription(int x) | static Object | uncompressProperty(byte[] grpprl, Object parent, StyleSheet styleSheet) | static Object | uncompressProperty(byte[] grpprl, Object parent, StyleSheet styleSheet, boolean doIstd) |
StyleSheet | public StyleSheet(byte[] styleSheet)(Code) | | |
doCHPOperation | static void doCHPOperation(CHP oldCHP, CHP newCHP, int operand, int param, byte[] varParam, byte[] grpprl, int offset, StyleSheet styleSheet)(Code) | | |
doPAPOperation | static void doPAPOperation(PAP newPAP, int operand, int param, byte[] varParam, byte[] grpprl, int offset, int spra)(Code) | | |
doSEPOperation | static void doSEPOperation(SEP newSEP, int operand, int param, byte[] varParam)(Code) | | |
doTAPOperation | static void doTAPOperation(TAP newTAP, int operand, int param, byte[] varParam)(Code) | | |
getFlag | public static boolean getFlag(int x)(Code) | | |
|
|