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