Class GFOp_DoubleQuote
java.lang.Object
org.verapdf.model.GenericModelObject
org.verapdf.gf.model.impl.operator.base.GFOperator
org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
org.verapdf.gf.model.impl.operator.textshow.GFOpStringTextShow
org.verapdf.gf.model.impl.operator.textshow.GFOp_DoubleQuote
- All Implemented Interfaces:
Object,Op_DoubleQuote,Operator,OpTextShow
- Author:
- Timur Kamalov
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringName of link to the character spacingstatic final intPosition of character spacing property in operandsstatic final intNumber of operandsstatic final StringType name forGFOp_DoubleQuotestatic final StringName of link to the word spacingstatic final intPosition of word spacing property in operandsFields inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpStringTextShow
SHOW_STRINGFields inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
FILL_COLOR_SPACE, FONT, STROKE_COLOR_SPACE, USED_GLYPHSFields inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
arguments, MAX_NUMBER_OF_ELEMENTSFields inherited from class org.verapdf.model.GenericModelObject
contextDependent -
Constructor Summary
ConstructorsConstructorDescriptionGFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) -
Method Summary
Methods inherited from class org.verapdf.gf.model.impl.operator.textshow.GFOpTextShow
getCharCodes, getScaleFactor, getVeraModelFillColorSpace, getVeraModelFont, getVeraModelStrokeColorSpaceMethods inherited from class org.verapdf.gf.model.impl.operator.base.GFOperator
getLastInteger, getLastNumber, getListOfNumbersMethods inherited from class org.verapdf.model.GenericModelObject
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.verapdf.model.baselayer.Object
getContext, getExtraContext, getID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependent
-
Field Details
-
OP_DOUBLIE_QUOTE_TYPE
Type name forGFOp_DoubleQuote- See Also:
-
WORD_SPACING
Name of link to the word spacing- See Also:
-
CHARACTER_SPACING
Name of link to the character spacing- See Also:
-
WORD_SPACING_POSITION
public static final int WORD_SPACING_POSITIONPosition of word spacing property in operands- See Also:
-
CHARACTER_SPACING_POSITION
public static final int CHARACTER_SPACING_POSITIONPosition of character spacing property in operands- See Also:
-
COUNT_OF_OPERATOR_OPERANDS
public static final int COUNT_OF_OPERATOR_OPERANDSNumber of operands- See Also:
-
-
Constructor Details
-
GFOp_DoubleQuote
public GFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
-
-
Method Details
-
getLinkedObjects
- Specified by:
getLinkedObjectsin interfaceObject- Overrides:
getLinkedObjectsin classGFOpStringTextShow- Parameters:
link- - the name of a link- Returns:
- List of objects with the given link
-