public class GFPDObject extends GenericModelObject implements PDObject
| Modifier and Type | Field and Description |
|---|---|
protected PDContentStream |
contentStream |
protected PDDocument |
document |
protected String |
id |
static int |
MAX_NUMBER_OF_ELEMENTS |
protected PDCMap |
pdcMap |
protected PDFont |
pdFont |
protected COSObject |
simpleCOSObject |
protected PDObject |
simplePDObject |
contextDependent| Constructor and Description |
|---|
GFPDObject(COSObject simpleCOSObject,
String type) |
GFPDObject(PDCMap pdcMap,
String type) |
GFPDObject(PDContentStream contentStream,
String type) |
GFPDObject(PDDocument document,
String type) |
GFPDObject(PDFont font,
String type) |
GFPDObject(PDObject simplePDObject,
String type) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addAction(List<PDAction> actions,
PDAction raw) |
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 PDDocument document
protected PDContentStream contentStream
protected PDObject simplePDObject
protected PDFont pdFont
protected PDCMap pdcMap
protected COSObject simpleCOSObject
protected String id
public GFPDObject(PDDocument document, String type)
public GFPDObject(PDContentStream contentStream, String type)
Copyright © 2015–2018 The veraPDF Consortium. All rights reserved.