org.apache.poi.hwpf.sprm
Class SprmOperation
java.lang.Object
org.apache.poi.hwpf.sprm.SprmOperation
public class SprmOperation
- extends java.lang.Object
This class is used to represent a sprm operation from a Word 97/2000/XP
document.
- Version:
- 1.0
- Author:
- Ryan Ackley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PAP_TYPE
public static final int PAP_TYPE
- See Also:
- Constant Field Values
TAP_TYPE
public static final int TAP_TYPE
- 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)
getType
public int getType()
getOperation
public int getOperation()
getGrpprlOffset
public int getGrpprlOffset()
getOperand
public int getOperand()
getSizeCode
public int getSizeCode()
size
public int size()
getGrpprl
public byte[] getGrpprl()
Copyright 2008 The Apache Software Foundation or
its licensors, as applicable.