Constant Field Values

Contents

org.verapdf.*

  • org.verapdf.core.utils.SingleOutputDirMapper 
    Modifier and Type Constant Field Value
    protected static final String defaultPrefix "veraPDF_"
    protected static final String defaultSuffix ""
    protected static final String extSplitter "."
  • org.verapdf.cos.visitor.Writer 
    Modifier and Type Constant Field Value
    public static final String EOL "\r\n"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOp_BDC 
    Modifier and Type Constant Field Value
    public static final String OP_BDC_TYPE "Op_BDC"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOp_BMC 
    Modifier and Type Constant Field Value
    public static final String OP_BMC_TYPE "Op_BMC"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOp_DP 
    Modifier and Type Constant Field Value
    public static final String OP_DP_TYPE "Op_DP"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOp_EMC 
    Modifier and Type Constant Field Value
    public static final String OP_EMC_TYPE "Op_EMC"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOp_MP 
    Modifier and Type Constant Field Value
    public static final String OP_MP_TYPE "Op_MP"
  • org.verapdf.gf.model.impl.operator.markedcontent.GFOpMarkedContent 
    Modifier and Type Constant Field Value
    public static final String ACTUAL_TEXT "actualText"
    public static final String LANG "Lang"
    public static final String PROPERTIES "properties"
    public static final String TAG "tag"
  • org.verapdf.gf.model.impl.operator.opcompability.GFOp_BX 
    Modifier and Type Constant Field Value
    public static final String OP_BX_TYPE "Op_BX"
  • org.verapdf.gf.model.impl.operator.opcompability.GFOp_EX 
    Modifier and Type Constant Field Value
    public static final String OP_EX_TYPE "Op_EX"
  • org.verapdf.gf.model.impl.operator.opcompability.GFOp_Undefined 
    Modifier and Type Constant Field Value
    public static final String OP_UNDEFINED_TYPE "Op_Undefined"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_c 
    Modifier and Type Constant Field Value
    public static final String OP_C_TYPE "Op_c"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_h 
    Modifier and Type Constant Field Value
    public static final String OP_H_TYPE "Op_h"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_l 
    Modifier and Type Constant Field Value
    public static final String OP_L_TYPE "Op_l"
    public static final String POINT "point"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_m_moveto 
    Modifier and Type Constant Field Value
    public static final String OP_M_MOVETO_TYPE "Op_m_moveto"
    public static final String POINT "point"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_re 
    Modifier and Type Constant Field Value
    public static final String OP_RE_TYPE "Op_re"
    public static final String RECT_BOX "rectBox"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_v 
    Modifier and Type Constant Field Value
    public static final String OP_V_TYPE "Op_v"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOp_y 
    Modifier and Type Constant Field Value
    public static final String OP_Y_TYPE "Op_y"
  • org.verapdf.gf.model.impl.operator.pathconstruction.GFOpPathConstruction 
    Modifier and Type Constant Field Value
    public static final String CONTROL_POINTS "controlPoints"
  • org.verapdf.gf.model.impl.operator.shading.GFOp_sh 
    Modifier and Type Constant Field Value
    public static final String OP_SH_TYPE "Op_sh"
    public static final String SHADING "shading"
  • org.verapdf.gf.model.impl.operator.textobject.GFOp_BT 
    Modifier and Type Constant Field Value
    public static final String OP_BT_TYPE "Op_BT"
  • org.verapdf.gf.model.impl.operator.textobject.GFOp_ET 
    Modifier and Type Constant Field Value
    public static final String OP_ET_TYPE "Op_ET"
  • org.verapdf.gf.model.impl.operator.textobject.GFOpTextObject 
    Modifier and Type Constant Field Value
    public static final String OP_TEXT_OBJECT_TYPE "OpTextObject"