Package org.apache.poi.hwpf.sprm
Class SprmOperation
- java.lang.Object
-
- org.apache.poi.hwpf.sprm.SprmOperation
-
-
Constructor Summary
Constructors Constructor Description SprmOperation(byte[] grpprl, int offset)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getGrpprl()
int
getGrpprlOffset()
int
getOperand()
short
getOperandShortSigned()
int
getOperation()
static int
getOperationFromOpcode(short opcode)
int
getSizeCode()
int
getType()
static int
getTypeFromOpcode(short opcode)
int
size()
byte[]
toByteArray()
java.lang.String
toString()
-
-
-
Field Detail
-
TYPE_PAP
public static final int TYPE_PAP
- See Also:
- Constant Field Values
-
TYPE_CHP
public static final int TYPE_CHP
- See Also:
- Constant Field Values
-
TYPE_PIC
public static final int TYPE_PIC
- See Also:
- Constant Field Values
-
TYPE_SEP
public static final int TYPE_SEP
- See Also:
- Constant Field Values
-
TYPE_TAP
public static final int TYPE_TAP
- See Also:
- Constant Field Values
-
-
Method Detail
-
getOperationFromOpcode
public static int getOperationFromOpcode(short opcode)
-
getTypeFromOpcode
public static int getTypeFromOpcode(short opcode)
-
toByteArray
public byte[] toByteArray()
-
getGrpprl
public byte[] getGrpprl()
-
getGrpprlOffset
public int getGrpprlOffset()
-
getOperand
public int getOperand()
-
getOperandShortSigned
public short getOperandShortSigned()
-
getOperation
public int getOperation()
-
getSizeCode
public int getSizeCode()
-
getType
public int getType()
-
size
public int size()
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-