Class 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.
    • Constructor Detail

      • SprmOperation

        public SprmOperation​(byte[] grpprl,
                             int offset)
    • 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 class java.lang.Object