| Package | Description |
|---|---|
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.collection | |
| com.aowagie.text.pdf.interfaces | |
| com.aowagie.text.pdf.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfAcroForm
Each PDF document can contain maximum 1 AcroForm.
|
class |
PdfAction
A
PdfAction defines an action that can be triggered from a PDF file. |
class |
PdfAnnotation
A
PdfAnnotation is a note that is associated with a page. |
class |
PdfArray
PdfArray is the PDF Array object. |
class |
PdfBoolean
PdfBoolean is the boolean object represented by the keywords true or false. |
class |
PdfDate
PdfDate is the PDF date object. |
class |
PdfDestination
A
PdfColor defines a Color (it's a PdfArray containing 3 values). |
class |
PdfDictionary
PdfDictionary is the Pdf dictionary object. |
class |
PdfFileSpecification
Specifies a file or an URL.
|
class |
PdfFormField
Implements form fields.
|
class |
PdfGState
The graphic state dictionary.
|
class |
PdfImage
PdfImage is a PdfStream containing an image-Dictionary and -stream. |
class |
PdfIndirectReference
PdfIndirectReference contains a reference to a PdfIndirectObject. |
class |
PdfLiteral
a Literal
|
class |
PdfName
PdfName is an object that can be used as a name in a PDF-file. |
class |
PdfNumber
PdfNumber provides two types of numbers, integer and real. |
class |
PdfOutline
PdfOutline is an object that represents a PDF outline entry. |
class |
PdfRectangle
PdfRectangle is the PDF Rectangle object. |
class |
PdfShadingPattern
Implements the shading pattern dictionary.
|
class |
PdfSigGenericPKCS
A signature dictionary representation for the standard filters.
|
class |
PdfSignature
Implements the signature dictionary.
|
class |
PdfStream
PdfStream is the Pdf stream object. |
class |
PdfString
A
PdfString-class is the PDF-equivalent of a
JAVA-String-object. |
class |
PRIndirectReference |
class |
PRStream |
| Modifier and Type | Field and Description |
|---|---|
protected HashMap<PdfName,PdfObject> |
PdfDictionary.hashMap
This is the hashmap that contains all the values and keys of the dictionary
|
| Modifier and Type | Method and Description |
|---|---|
PdfObject |
PdfDictionary.get(PdfName key)
Returns the
PdfObject associated to the specified
key. |
PdfObject |
PdfDictionary.getDirectObject(PdfName key)
Returns the
PdfObject associated to the specified
key, resolving a possible indirect reference to a direct
object. |
PdfObject |
PdfStamperImp.getFileID() |
PdfObject |
PdfOCG.getPdfObject()
Gets the object representing the layer.
|
PdfObject |
PdfReader.getPdfObject(int idx) |
PdfObject |
PdfArray.getPdfObject(int idx)
Returns the
PdfObject with the specified index. |
static PdfObject |
PdfReader.getPdfObject(PdfObject obj)
Reads a
PdfObject resolving an indirect reference
if needed. |
static PdfObject |
PdfReader.getPdfObjectRelease(PdfObject obj) |
protected PdfObject |
PdfSpotColor.getSpotObject(PdfWriter writer) |
static PdfObject |
XfaForm.getXfaObject(PdfReader reader)
Return the XFA Object, could be an array, could be a Stream.
|
| Modifier and Type | Method and Description |
|---|---|
ListIterator<PdfObject> |
PdfArray.listIterator()
Returns the list iterator for the array.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
PdfRectangle.add(PdfObject object)
Overrides the
add-method in PdfArray in order to prevent the adding of extra object to the array. |
boolean |
PdfArray.add(PdfObject object)
Adds a
PdfObject to the end of the PdfArray. |
void |
PdfRectangle.addFirst(PdfObject object)
Block changes to the underlying PdfArray
|
void |
PdfArray.addFirst(PdfObject object)
Inserts a
PdfObject at the beginning of the
PdfArray. |
PRIndirectReference |
PdfReader.addPdfObject(PdfObject obj) |
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
boolean inObjStm)
Use this method to add a PDF object to the PDF body.
|
PdfIndirectObject |
PdfWriter.addToBody(PdfObject object,
PdfIndirectReference ref)
Use this method to add a PDF object to the PDF body.
|
void |
PdfWriter.addViewerPreference(PdfName key,
PdfObject value) |
void |
PdfStamperImp.addViewerPreference(PdfName key,
PdfObject value)
Adds a viewer preference
|
void |
PdfStamper.addViewerPreference(PdfName key,
PdfObject value)
Adds a viewer preference
|
void |
PdfReader.addViewerPreference(PdfName key,
PdfObject value)
Adds a viewer preference
|
static PdfObject |
PdfReader.getPdfObject(PdfObject obj)
Reads a
PdfObject resolving an indirect reference
if needed. |
static PdfObject |
PdfReader.getPdfObjectRelease(PdfObject obj) |
protected void |
PdfReader.killXref(PdfObject obj) |
protected void |
PdfStamperImp.markUsed(PdfObject obj) |
void |
PdfDictionary.put(PdfName key,
PdfObject object)
Associates the specified
PdfObject as value with
the specified PdfName as key in this map. |
void |
AcroFields.Item.writeToAll(PdfName key,
PdfObject value,
int writeFlags)
This function writes the given key/value pair to all the instances
of merged, widget, and/or value, depending on the
writeFlags setting |
| Constructor and Description |
|---|
PdfArray(PdfObject object)
Constructs an
PdfArray-object, containing 1
PdfObject. |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfCollection |
class |
PdfTargetDictionary |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfViewerPreferences.addViewerPreference(PdfName key,
PdfObject value)
Adds a viewer preference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfViewerPreferencesImp.addViewerPreference(PdfName key,
PdfObject value)
Sets the viewer preferences for printing.
|
Copyright © 2021. All rights reserved.