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.containsActualText(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) GFOp_BMC(List<COSBase> arguments, GFOpMarkedContent markedContent, String parentsTags) GFOpMarkedContent(List<COSBase> arguments, String opType, GFOpMarkedContent markedContent, String parentsTags) -
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) 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) protectedGFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) protectedGFGlyph(PDFont font, int glyphCode, int renderingMode, String id, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String type) GFOp_DoubleQuote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) GFOp_Quote(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) GFOp_Tj(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) GFOp_TJ_Big(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject) protectedGFOpStringTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resources, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType) protectedGFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject, String opType) -
Uses of GFOpMarkedContent in org.verapdf.gf.model.impl.pd.gfse
Fields in org.verapdf.gf.model.impl.pd.gfse declared as GFOpMarkedContentModifier and TypeFieldDescriptionprotected GFOpMarkedContentGFSEContentItem.parentMarkedContentOperatorConstructors in org.verapdf.gf.model.impl.pd.gfse with parameters of type GFOpMarkedContentModifierConstructorDescriptionGFSEContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSEImageItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSEImageXObjectItem(GFOp_Do operator, GFPDXImage image, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSEInlineImageItem(GFOp_EI operator, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSELineArtItem(GFOpPathPaint opPathPaint, GFOpMarkedContent parentMarkedContentOperator, String structParentTag, String parentsTags) GFSEMarkedContent(List<Operator> operators, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags, String defaultLang) GFSEShadingItem(GFOp_sh op_sh, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSESimpleContentItem(String objectType, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags) GFSETextItem(GFOpTextShow opTextShow, GFOpMarkedContent parentMarkedContentOperator, String parentStructureTag, String parentsTags, String defaultLang) -
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)