org.apache.poi.hwpf.sprm
Class SprmOperation
java.lang.Object
org.apache.poi.hwpf.sprm.SprmOperation
@Internal(since="3.8 beta 4")
public final class SprmOperation
- extends java.lang.Object
This class is used to represent a sprm operation from a Word 97/2000/XP
document.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
SprmOperation
public SprmOperation(byte[] grpprl,
int offset)
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 class java.lang.Object
Copyright 2017 The Apache Software Foundation or
its licensors, as applicable.