public abstract class PBOpTextShow extends PBOperator implements OpTextShow
| Modifier and Type | Field and Description |
|---|---|
protected PDDocument |
document |
static String |
FILL_COLOR_SPACE
Name of link to the fill color space
|
protected PDFAFlavour |
flavour |
static String |
FONT
Name of link to the used font
|
protected GraphicState |
state |
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 |
PBOpTextShow(List<COSBase> arguments,
GraphicState state,
PDInheritableResources resources,
String opType,
PDDocument document,
PDFAFlavour flavour) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getCharCodes() |
List<? extends Object> |
getLinkedObjects(String link) |
PDColorSpace |
getVeraModelFillColorSpace() |
PDFont |
getVeraModelFont() |
PDColorSpace |
getVeraModelStrokeColorSpace() |
getLastNumber, getLastReal, getListOfNumbers, getListOfRealsgetID, 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 final GraphicState state
protected final PDDocument document
protected final PDFAFlavour flavour
protected PBOpTextShow(List<COSBase> arguments, GraphicState state, PDInheritableResources resources, String opType, PDDocument document, PDFAFlavour flavour)
public List<? extends Object> getLinkedObjects(String link)
getLinkedObjects in interface ObjectgetLinkedObjects in class GenericModelObjectlink - - the name of a linkpublic PDFont getVeraModelFont()
public byte[] getCharCodes()
public PDColorSpace getVeraModelFillColorSpace()
public PDColorSpace getVeraModelStrokeColorSpace()
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.