public abstract class GFOpTextShow extends GFOperator
| Modifier and Type | Field and Description |
|---|---|
static String |
FILL_COLOR_SPACE
Name of link to the fill color space
|
static String |
FONT
Name of link to the used font
|
static String |
STROKE_COLOR_SPACE
Name of link to the stroke color space
|
static String |
USED_GLYPHS
Name of link to the used glyphs
|
arguments, MAX_NUMBER_OF_ELEMENTS| Modifier | Constructor and Description |
|---|---|
protected |
GFOpTextShow(List<COSBase> arguments,
GraphicState state,
PDResourcesHandler resourcesHandler,
String opType,
GFOpMarkedContent markedContent,
StructureElementAccessObject structureElementAccessObject) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCharCodes() |
List<? extends Object> |
getLinkedObjects(String link) |
org.verapdf.model.pdlayer.PDColorSpace |
getVeraModelFillColorSpace() |
PDFont |
getVeraModelFont() |
org.verapdf.model.pdlayer.PDColorSpace |
getVeraModelStrokeColorSpace() |
getLastInteger, getLastNumber, getListOfNumberspublic static final String FONT
public static final String USED_GLYPHS
public static final String FILL_COLOR_SPACE
public static final String STROKE_COLOR_SPACE
protected GFOpTextShow(List<COSBase> arguments, GraphicState state, PDResourcesHandler resourcesHandler, String opType, GFOpMarkedContent markedContent, StructureElementAccessObject structureElementAccessObject)
public PDFont getVeraModelFont()
public org.verapdf.model.pdlayer.PDColorSpace getVeraModelFillColorSpace()
public org.verapdf.model.pdlayer.PDColorSpace getVeraModelStrokeColorSpace()
public byte[] getCharCodes()
Copyright © 2015–2017 The veraPDF Consortium. All rights reserved.