public class PBoxPDObject extends GenericModelObject implements PDObject
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.fontbox.cmap.CMap |
cMap |
protected PDContentStream |
contentStream |
protected PDDocument |
document |
static int |
MAX_NUMBER_OF_ELEMENTS |
protected PDFontLike |
pdFontLike |
protected COSObjectable |
simplePDObject |
contextDependent| Modifier | Constructor and Description |
|---|---|
protected |
PBoxPDObject(org.apache.fontbox.cmap.CMap cMap,
COSStream cMapFile,
String type) |
protected |
PBoxPDObject(COSObjectable simplePDObject,
String type) |
protected |
PBoxPDObject(PDContentStream contentStream,
String type) |
protected |
PBoxPDObject(PDDocument document,
String type) |
protected |
PBoxPDObject(PDFontLike pdFontLike,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAction(List<PDAction> actions,
PDAction buffer) |
String |
getID() |
getLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLinkedObjects, getLinks, getObjectType, getProperties, getSuperTypes, isContextDependentpublic static final int MAX_NUMBER_OF_ELEMENTS
protected COSObjectable simplePDObject
protected PDDocument document
protected PDContentStream contentStream
protected PDFontLike pdFontLike
protected org.apache.fontbox.cmap.CMap cMap
protected PBoxPDObject(COSObjectable simplePDObject, String type)
protected PBoxPDObject(PDDocument document, String type)
protected PBoxPDObject(PDContentStream contentStream, String type)
protected PBoxPDObject(PDFontLike pdFontLike, String type)
Copyright © 2015–2019 The veraPDF Consortium. All rights reserved.