Class GFOp_General_Td

All Implemented Interfaces:
Object, Operator, OpTextPosition
Direct Known Subclasses:
GFOp_Td, GFOp_TD_Big

public abstract class GFOp_General_Td extends GFOpTextPosition
Base class for text position operators (Td and TD)
Author:
Timur Kamalov
  • Field Details

    • HORIZONTAL_OFFSET

      public static final String HORIZONTAL_OFFSET
      Name of link to the horizontal offset for Td and TD operators
      See Also:
    • VERTICAL_OFFSET

      public static final String VERTICAL_OFFSET
      Name of link to the vertical offset for Td and TD operators
      See Also:
  • Constructor Details

    • GFOp_General_Td

      protected GFOp_General_Td(List<COSBase> arguments, String opType)
  • Method Details