public abstract class GFOpTextShow extends GFOperator implements OpTextShow
| 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_ELEMENTScontextDependent| 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) |
PDColorSpace |
getVeraModelFillColorSpace() |
PDFont |
getVeraModelFont() |
PDColorSpace |
getVeraModelStrokeColorSpace() |
getLastInteger, getLastNumber, getListOfNumbersgetID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetID, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic 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 List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkpublic PDFont getVeraModelFont()
public PDColorSpace getVeraModelFillColorSpace()
public PDColorSpace getVeraModelStrokeColorSpace()
public byte[] getCharCodes()
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.