Uses of Class
org.verapdf.gf.model.impl.operator.markedcontent.GFOpMarkedContent
Packages that use GFOpMarkedContent
Package
Description
-
Uses of GFOpMarkedContent in org.verapdf.gf.model.impl.operator.markedcontent
Subclasses of GFOpMarkedContent in org.verapdf.gf.model.impl.operator.markedcontentModifier and TypeClassDescriptionclassclassclassclassclassMethods in org.verapdf.gf.model.impl.operator.markedcontent with parameters of type GFOpMarkedContentModifier and TypeMethodDescriptionstatic booleanMarkedContentHelper.containsStringKey(ASAtom key, GFOpMarkedContent markedContent, StructureElementAccessObject accessObject) Constructors in org.verapdf.gf.model.impl.operator.markedcontent with parameters of type GFOpMarkedContentModifierConstructorDescriptionGFOp_BDC(List<COSBase> arguments, PDResourcesHandler resources, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String parentsTags, boolean isRealContent) GFOp_BMC(List<COSBase> arguments, GFOpMarkedContent markedContent, String parentsTags, boolean isRealContent) GFOpMarkedContent(List<COSBase> arguments, String opType, GFOpMarkedContent markedContent, String parentsTags, boolean isRealContent) -
Uses of GFOpMarkedContent in org.verapdf.gf.model.impl.operator.textshow
Methods in org.verapdf.gf.model.impl.operator.textshow with parameters of type GFOpMarkedContentModifier and TypeMethodDescriptionstatic GlyphGFGlyph.getGlyph(PDFont font, int glyphCode, int renderingMode, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) Constructors in org.verapdf.gf.model.impl.operator.textshow with parameters of type GFOpMarkedContentModifierConstructorDescriptionprotectedGFCIDGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) protectedGFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) protectedGFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent, String type) GFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_Quote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_Tj(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) GFOp_TJ_Big(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent) protectedGFOpStringTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resources, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent, String opType) protectedGFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent, String opType) -
Uses of GFOpMarkedContent in org.verapdf.gf.model.impl.pd.gfse.contents
Constructors in org.verapdf.gf.model.impl.pd.gfse.contents with parameters of type GFOpMarkedContentModifierConstructorDescriptionGFSEMarkedContent(GFOpMarkedContent operator, List<Operator> operators, COSObject parentStructElem, String parentsTags, String defaultLang, boolean isSignature) -
Uses of GFOpMarkedContent in org.verapdf.gf.model.tools
Methods in org.verapdf.gf.model.tools with parameters of type GFOpMarkedContentModifier and TypeMethodDescriptionstatic StringGFIDGenerator.generateID(String fontID, String fontName, int glyphCode, int renderingMode, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, boolean isRealContent)