Uses of Class
com.lowagie.text.pdf.PdfObject
-
-
Uses of PdfObject in com.lowagie.bouncycastle
Method parameters in com.lowagie.bouncycastle with type arguments of type PdfObject Modifier and Type Method Description static byte[]
BouncyCastleHelper. getEnvelopedData(PdfArray recipients, java.util.List<PdfObject> strings, java.security.cert.Certificate certificate, java.security.Key certificateKey, java.lang.String certificateKeyProvider)
-
Uses of PdfObject in com.lowagie.rups.controller
Methods in com.lowagie.rups.controller with parameters of type PdfObject Modifier and Type Method Description void
PdfReaderController. render(PdfObject object)
Renders the syntax of a PdfObject in the objectPanel. -
Uses of PdfObject in com.lowagie.rups.model
Fields in com.lowagie.rups.model with type parameters of type PdfObject Modifier and Type Field Description protected java.util.ArrayList<PdfObject>
IndirectObjectFactory. objects
A list of all the indirect objects in a PDF file.Methods in com.lowagie.rups.model that return PdfObject Modifier and Type Method Description PdfObject
IndirectObjectFactory. getObjectByIndex(int i)
Gets an object based on its index in the indirect object list.PdfObject
IndirectObjectFactory. getObjectByReference(int ref)
Gets an object based on its reference number in the xref table.PdfObject
IndirectObjectFactory. loadObjectByReference(int ref)
Loads an object based on its reference number in the xref table.Methods in com.lowagie.rups.model with parameters of type PdfObject Modifier and Type Method Description private void
IndirectObjectFactory. store(PdfObject object)
If we store all the objects, we might run out of memory; that's why we'll only store the objects that are necessary to construct other objects (for instance the page table). -
Uses of PdfObject in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext that return PdfObject Modifier and Type Method Description protected PdfObject
XRefTable. getObjectByRow(int rowIndex)
Gets the object that is shown in a row.Methods in com.lowagie.rups.view.itext with parameters of type PdfObject Modifier and Type Method Description void
PdfObjectPanel. render(PdfObject object)
Shows a PdfObject as text or in a table.void
StreamTextArea. render(PdfObject object)
Renders the content stream of a PdfObject or empties the text area. -
Uses of PdfObject in com.lowagie.rups.view.itext.treenodes
Fields in com.lowagie.rups.view.itext.treenodes declared as PdfObject Modifier and Type Field Description protected PdfObject
PdfObjectTreeNode. object
the PDF object corresponding with this node.Methods in com.lowagie.rups.view.itext.treenodes that return PdfObject Modifier and Type Method Description PdfObject
PdfObjectTreeNode. getPdfObject()
Getter for the PDF Object.Methods in com.lowagie.rups.view.itext.treenodes with parameters of type PdfObject Modifier and Type Method Description static java.lang.String
PdfObjectTreeNode. getCaption(PdfObject object)
Creates the caption for a PDF object.static PdfObjectTreeNode
PdfObjectTreeNode. getInstance(PdfObject object)
Creates an instance of a tree node for a PDF object.static PdfObjectTreeNode
PdfObjectTreeNode. getInstance(PdfObject object, int number)
Creates an instance of a tree node for an indirect object.Constructors in com.lowagie.rups.view.itext.treenodes with parameters of type PdfObject Constructor Description PdfObjectTreeNode(PdfObject object)
Creates a tree node for a PDF object.PdfObjectTreeNode(java.lang.String icon, PdfObject object)
Creates a tree node for a PDF object. -
Uses of PdfObject in com.lowagie.text
Methods in com.lowagie.text that return PdfObject Modifier and Type Method Description private PdfObject
Image. simplifyColorspace(PdfArray obj)
Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfObject in com.lowagie.text.pdf
Subclasses of PdfObject in com.lowagie.text.pdf Modifier and Type Class Description (package private) static class
BaseFont.StreamFont
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.class
PdfAcroForm
Each PDF document can contain maximum 1 AcroForm.class
PdfAction
APdfAction
defines an action that can be triggered from a PDF file.class
PdfAnnotation
APdfAnnotation
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
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.class
PdfBorderDictionary
APdfBorderDictionary
define the appearance of a Border (Annotations).class
PdfColor
APdfColor
defines a Color (it's aPdfArray
containing 3 values).(package private) class
PdfContents
PdfContents
is aPdfStream
containing the contents (text + graphics) of aPdfPage
.class
PdfDashPattern
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
PdfDate
PdfDate
is the PDF date object.class
PdfDestination
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
PdfDictionary
PdfDictionary
is the Pdf dictionary object.(package private) static class
PdfDocument.PdfCatalog
PdfCatalog
is the PDF Catalog-object.static class
PdfDocument.PdfInfo
PdfInfo
is the PDF InfoDictionary.class
PdfEFStream
Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).class
PdfFileSpecification
Specifies a file or an URL.class
PdfFormField
Implements form fields.class
PdfFormXObject
PdfFormObject
is a type of XObject containing a template-object.class
PdfGState
The graphic state dictionary.class
PdfICCBased
APdfICCBased
defines a ColorSpaceclass
PdfImage
PdfImage
is aPdfStream
containing an image-Dictionary
and -stream.class
PdfIndirectReference
PdfIndirectReference
contains a reference to aPdfIndirectObject
.class
PdfLayer
An optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.class
PdfLayerMembership
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.class
PdfLiteral
a Literalclass
PdfMediaClipData
class
PdfName
PdfName
is an object that can be used as a name in a PDF-file.class
PdfNull
PdfNull
is the Null object represented by the keyword null.class
PdfNumber
PdfNumber
provides two types of numbers, integer and real.class
PdfOCProperties
This class represents the /OCProperties entry in the document catalog and holds the optional content properties dictionary, which contains a list of all the optional content groups in the document, as well as information about the default and alternate configurations for optional content.class
PdfOutline
PdfOutline
is an object that represents a PDF outline entry.class
PdfPage
PdfPage
is the PDF Page-object.class
PdfPattern
APdfPattern
defines a ColorSpaceclass
PdfRectangle
PdfRectangle
is the PDF Rectangle object.class
PdfRendition
A Rendition dictionary (pdf spec 1.5)class
PdfResources
PdfResources
is the PDF Resources-object.class
PdfShadingPattern
Implements the shading pattern dictionary.class
PdfSigGenericPKCS
A signature dictionary representation for the standard filters.static class
PdfSigGenericPKCS.PPKLite
Creates a standard filter of the type self signed.static class
PdfSigGenericPKCS.PPKMS
Creates a standard filter of the type Windows Certificate.static class
PdfSigGenericPKCS.VeriSign
Creates a standard filter of the type VeriSign.class
PdfSignature
Implements the signature dictionary.class
PdfSignatureAppDataDict
The optional App dictionary which is part of the Build Properties Dictionary.class
PdfSignatureBuildProperties
The build data dictionary contains information from the signature handler or software module that was used to create the signature.class
PdfStream
PdfStream
is the Pdf stream object.class
PdfString
APdfString
-class is the PDF-equivalent of a JAVA-String
-object.class
PdfStructureElement
This is a node in a document logical structure.class
PdfStructureTreeRoot
The structure tree root corresponds to the highest hierarchy level in a tagged PDF.class
PdfTransparencyGroup
The transparency group dictionary.(package private) static class
PdfWriter.PdfTrailer
PdfTrailer
is the PDF Trailer object.class
PRAcroForm
This class captures an AcroForm on input.class
PRIndirectReference
class
PRStream
Fields in com.lowagie.text.pdf declared as PdfObject Modifier and Type Field Description protected PdfObject
PdfContentByte.GraphicState. extGState
(package private) PdfObject
PdfIndirectObject. object
private PdfObject
PdfStamperImp. overrideFileId
Fields in com.lowagie.text.pdf with type parameters of type PdfObject Modifier and Type Field Description protected java.util.List<PdfObject>
PdfArray. arrayList
this is the actual array of PdfObjectsprotected java.util.Map<PdfName,PdfObject>
PdfDictionary. hashMap
This is the hashmap that contains all the values and keys of the dictionary(package private) java.util.HashMap<PdfName,PdfObject>
PdfAnnotation.PdfImportedLink. parameters
private java.util.List<PdfObject>
PdfReader.PageRefs. refsn
ArrayList with the indirect references to every page.protected java.util.List<PdfObject>
PdfReader. strings
private java.util.List<PdfObject>
PdfReader. xrefObj
Methods in com.lowagie.text.pdf that return PdfObject Modifier and Type Method Description (package private) PdfObject[]
PdfWriter. addSimpleExtGState(PdfDictionary gstate)
(package private) PdfObject[]
PdfWriter. addSimpleProperty(java.lang.Object prop, PdfIndirectReference refi)
static PdfObject
PdfReader. convertPdfNull(PdfObject obj)
If given object is instance ofPdfNull
, thennull
is returned.protected PdfObject
PdfCopy. copyObject(PdfObject in)
Translate a PR-object to a Pdf-objectstatic PdfObject
PdfEncryption. createInfoId(byte[] id)
static PdfObject
PdfEncryption. createInfoId(byte[] idPartOne, byte[] idPartTwo)
protected static PdfObject
PdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)
PdfObject
PdfDictionary. get(PdfName key)
Returns thePdfObject
associated to the specified key.PdfObject
PdfArray. getDirectObject(int idx)
Returns thePdfObject
with the specified index, resolving a possible indirect reference to a direct object.PdfObject
PdfDictionary. getDirectObject(PdfName key)
Returns thePdfObject
associated to the specified key, resolving a possible indirect reference to a direct object.PdfObject
PdfEncryption. getFileID()
PdfObject
PdfStamper. getOverrideFileId()
Returns the enforced PDF file ID, used to specifically override the created PDF file ID when creating and signing the PDF file.PdfObject
PdfStamperImp. getOverrideFileId()
PdfObject
PdfArray. getPdfObject(int idx)
Returns thePdfObject
with the specified index.PdfObject
PdfLayer. getPdfObject()
Gets the dictionary representing the layer.PdfObject
PdfLayerMembership. getPdfObject()
Gets the dictionary representing the membership layer.PdfObject
PdfOCG. getPdfObject()
Gets the object representing the layer.PdfObject
PdfReader. getPdfObject(int idx)
static PdfObject
PdfReader. getPdfObject(PdfObject obj)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObject(PdfObject obj, PdfObject parent)
static PdfObject
PdfReader. getPdfObjectNullConverting(PdfObject obj, PdfObject parent)
ReturnsPdfReader.getPdfObject(PdfObject, PdfObject)
with appliedPdfReader.convertPdfNull(PdfObject)
.PdfObject
PdfReader. getPdfObjectRelease(int idx)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObjectReleaseNullConverting(PdfObject obj)
ReturnsPdfReader.getPdfObjectRelease(PdfObject)
with appliedPdfReader.convertPdfNull(PdfObject)
.(package private) PdfObject
PdfImportedPage. getResources()
(package private) PdfObject
PdfReaderInstance. getResources(int pageNumber)
(package private) PdfObject
PdfTemplate. getResources()
Constructs the resources used by this template.(package private) PdfObject
ColorDetails. getSpotColor(PdfWriter writer)
Gets theSpotColor
object.protected PdfObject
PdfSpotColor. getSpotObject(PdfWriter writer)
static PdfObject
XfaForm. getXfaObject(PdfReader reader)
Return the XFA Object, could be an array, could be a Stream.static PdfObject
PdfReader. killIndirect(PdfObject obj)
Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected PdfObject
PdfReader. readOneObjStm(PRStream stream, int idx)
PdfObject
PdfContentParser. readPRObject()
Reads a pdf object.protected PdfObject
PdfReader. readPRObject()
protected PdfObject
PdfReader. readSingleObject(int k)
PdfObject
PdfArray. remove(int idx)
Remove the element at the specified position from the array.PdfObject
PdfArray. set(int idx, PdfObject obj)
Overwrites a specified location of the array, returning the previous valueMethods in com.lowagie.text.pdf that return types with arguments of type PdfObject Modifier and Type Method Description private static java.util.List<PdfObject>
PdfReader. addFilters(java.util.List<PdfObject> filters, PdfObject filter)
java.util.List<PdfObject>
PdfArray. getElements()
Get a copy the internal list for this PdfArray.java.util.Set<java.util.Map.Entry<PdfName,PdfObject>>
PdfDictionary. getKeysAndValues()
Get all keys and values as Map.Entryjava.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestination()
Gets all the named destinations as anHashMap
.java.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestination(boolean keepNames)
Gets all the named destinations as anHashMap
.java.util.HashMap<java.lang.Object,PdfObject>
PdfReader. getNamedDestinationFromNames(boolean keepNames)
Gets the named destinations from the /Dests key in the catalog as anHashMap
.java.util.ListIterator<PdfObject>
PdfArray. listIterator()
Returns the list iterator for the array.java.util.List<PdfObject>
PdfContentParser. parse(java.util.List<PdfObject> ls)
Parses a single command from the content.static java.util.HashMap<java.lang.String,PdfObject>
PdfNameTree. readTree(PdfDictionary dic)
static java.util.HashMap<java.lang.Integer,PdfObject>
PdfNumberTree. readTree(PdfDictionary dic)
Methods in com.lowagie.text.pdf with parameters of type PdfObject Modifier and Type Method Description void
PdfArray. add(int index, PdfObject element)
Inserts the specified element at the specified position.boolean
PdfArray. add(PdfObject object)
Adds aPdfObject
to the end of thePdfArray
.boolean
PdfRectangle. add(PdfObject object)
Overrides theadd
-method inPdfArray
in order to prevent the adding of extra object to the array.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object)
Adds aPdfObject
to the body.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, boolean inObjStm)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, int refNumber, boolean inObjStm)
(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref)
Adds aPdfObject
to the body given an already existing PdfIndirectReference.(package private) PdfIndirectObject
PdfWriter.PdfBody. add(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
(package private) void
PageResources. addDefaultColor(PdfName name, PdfObject obj)
private static java.util.List<PdfObject>
PdfReader. addFilters(java.util.List<PdfObject> filters, PdfObject filter)
void
PdfArray. addFirst(PdfObject object)
Inserts aPdfObject
at the beginning of thePdfArray
.void
PdfRectangle. addFirst(PdfObject object)
Block changes to the underlying PdfArrayPRIndirectReference
PdfReader. addPdfObject(PdfObject obj)
PdfIndirectObject
PdfWriter. addToBody(PdfObject object)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, boolean inObjStm)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, int refNumber)
Use this method to add a PDF object to the PDF body.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, int refNumber, 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.PdfIndirectObject
PdfWriter. addToBody(PdfObject object, PdfIndirectReference ref, boolean inObjStm)
Use this method to add a PDF object to the PDF body.private PdfWriter.PdfBody.PdfCrossReference
PdfWriter.PdfBody. addToObjStm(PdfObject obj, int nObj)
void
PdfCopyFields. addViewerPreference(PdfName key, PdfObject value)
void
PdfCopyForms. addViewerPreference(PdfName key, PdfObject value)
(package private) void
PdfDocument. addViewerPreference(PdfName key, PdfObject value)
void
PdfReader. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfStamper. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfStamperImp. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preferencevoid
PdfWriter. addViewerPreference(PdfName key, PdfObject value)
boolean
PdfArray. contains(PdfObject object)
Checks if thePdfArray
already contains a certainPdfObject
.private boolean
PdfReader. convertNamedDestination(PdfObject obj, java.util.Map<java.lang.Object,PdfObject> names)
Converts a remote named destination GoToR with a local named destination if there's a corresponding name.static PdfObject
PdfReader. convertPdfNull(PdfObject obj)
If given object is instance ofPdfNull
, thennull
is returned.private static float
PdfRectangle. convertToFloat(PdfObject object)
protected PdfObject
PdfCopy. copyObject(PdfObject in)
Translate a PR-object to a Pdf-object(package private) static PdfAction
PdfAction. createHide(PdfObject obj, boolean hide)
A Hide action hides or shows an object.static byte[]
PdfReader. decodePredictor(byte[] in, PdfObject dicPar)
protected static PdfObject
PdfReader. duplicatePdfObject(PdfObject original, PdfReader newReader)
(package private) static void
PdfStamperImp. findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits)
static byte[]
PdfEncryption. getFileIdChangingPart(PdfObject fileId)
This method returns a changing part of thefileId
when can be identified.private static PdfArray
PdfReader. getNameArray(PdfObject obj)
static PdfObject
PdfReader. getPdfObject(PdfObject obj)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObject(PdfObject obj, PdfObject parent)
static PdfObject
PdfReader. getPdfObjectNullConverting(PdfObject obj, PdfObject parent)
ReturnsPdfReader.getPdfObject(PdfObject, PdfObject)
with appliedPdfReader.convertPdfNull(PdfObject)
.static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj)
static PdfObject
PdfReader. getPdfObjectRelease(PdfObject obj, PdfObject parent)
Reads aPdfObject
resolving an indirect reference if needed.static PdfObject
PdfReader. getPdfObjectReleaseNullConverting(PdfObject obj)
ReturnsPdfReader.getPdfObjectRelease(PdfObject)
with appliedPdfReader.convertPdfNull(PdfObject)
.static PdfAction
PdfAction. gotoEmbedded(java.lang.String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow)
Creates a GoToE action to an embedded file.private void
PdfReader. iterateBookmarks(PdfObject outlineRef, java.util.Map<java.lang.Object,PdfObject> names)
static PdfObject
PdfReader. killIndirect(PdfObject obj)
Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected void
PdfReader. killXref(PdfObject obj)
void
PdfLister. listAnyObject(PdfObject object)
Visualizes a PDF object.private static void
SimpleBookmark. mapGotoBookmark(java.util.Map<java.lang.String,java.lang.Object> map, PdfObject dest, IntHashtable pages)
void
AcroFields. markUsed(PdfObject obj)
Indicate that a PDF object has just been added.void
PdfStamper. markUsed(PdfObject obj)
To indicate that an object has been changed.protected void
PdfStamperImp. markUsed(PdfObject obj)
private void
PdfCopyFieldsImp. propagate(PdfObject obj, boolean restricted)
void
PdfDictionary. put(PdfName key, PdfObject object)
Associates the specifiedPdfObject
as value with the specifiedPdfName
as key in this map.void
PdfDictionary. putEx(PdfName key, PdfObject value)
Associates the specifiedPdfObject
as value to the specifiedPdfName
as key in this map.static void
PdfReader. releaseLastXrefPartial(PdfObject obj)
boolean
PdfArray. remove(PdfObject object)
Removes the element from the list.private int
AcroFields. removeRefFromArray(PdfArray array, PdfObject refo)
protected void
PdfReader. removeUnusedNode(PdfObject obj, boolean[] hits)
private boolean
PdfReader. replaceNamedDestination(PdfObject obj, java.util.Map<java.lang.Object,PdfObject> names)
private void
PdfSmartCopy.ByteStore. serObject(PdfObject obj, int level, ByteBuffer bb)
PdfObject
PdfArray. set(int idx, PdfObject obj)
Overwrites a specified location of the array, returning the previous valuevoid
PdfContentByte. setDefaultColorspace(PdfName name, PdfObject obj)
Sets the default colorspace.void
PdfWriter. setDefaultColorspace(PdfName key, PdfObject cs)
Use this method to sets the default colorspace that will be applied to all the document.(package private) boolean
FdfWriter. setField(java.lang.String field, PdfObject value)
void
PdfStamper. setOverrideFileId(PdfObject overrideFileId)
Specifies the enforced PDF file ID, used to specifically override the PDF file ID when creating and signing the PDF file.void
PdfStamperImp. setOverrideFileId(PdfObject overrideFileId)
private void
PdfReader. setXrefPartialObject(int idx, PdfObject obj)
(package private) void
PdfStamperImp. sweepKids(PdfObject obj)
(package private) void
PdfWriter.PdfBody. writeCrossReferenceTable(java.io.OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref)
Returns the CrossReferenceTable of theBody
.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 thewriteFlags
settingMethod parameters in com.lowagie.text.pdf with type arguments of type PdfObject Modifier and Type Method Description private static java.util.List<PdfObject>
PdfReader. addFilters(java.util.List<PdfObject> filters, PdfObject filter)
private boolean
PdfReader. convertNamedDestination(PdfObject obj, java.util.Map<java.lang.Object,PdfObject> names)
Converts a remote named destination GoToR with a local named destination if there's a corresponding name.private void
PdfReader. iterateBookmarks(PdfObject outlineRef, java.util.Map<java.lang.Object,PdfObject> names)
private static void
PdfNameTree. iterateItems(PdfDictionary dic, java.util.HashMap<java.lang.String,PdfObject> items)
private static void
PdfNumberTree. iterateItems(PdfDictionary dic, java.util.Map<java.lang.Integer,PdfObject> items)
java.util.List<PdfObject>
PdfContentParser. parse(java.util.List<PdfObject> ls)
Parses a single command from the content.private boolean
PdfReader. replaceNamedDestination(PdfObject obj, java.util.Map<java.lang.Object,PdfObject> names)
static PdfDictionary
PdfNameTree. writeTree(java.util.HashMap<java.lang.String,? extends PdfObject> items, PdfWriter writer)
Writes a name tree to a PdfWriter.static PdfDictionary
PdfNameTree. writeTree(java.util.Map<java.lang.String,? extends PdfObject> items, PdfWriter writer)
Writes a name tree to a PdfWriter.static PdfDictionary
PdfNumberTree. writeTree(java.util.Map<java.lang.Integer,? extends PdfObject> items, PdfWriter writer)
Creates a number tree.Constructors in com.lowagie.text.pdf with parameters of type PdfObject Constructor Description PdfArray(PdfObject object)
Constructs anPdfArray
-object, containing 1PdfObject
.PdfIndirectObject(int number, int generation, PdfObject object, PdfWriter writer)
Constructs aPdfIndirectObject
.PdfIndirectObject(int number, PdfObject object, PdfWriter writer)
Constructs aPdfIndirectObject
.PdfIndirectObject(PdfIndirectReference ref, PdfObject object, PdfWriter writer)
PdfTrailer(int size, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref)
Constructs a PDF-Trailer.Constructor parameters in com.lowagie.text.pdf with type arguments of type PdfObject Constructor Description PdfArray(java.util.List<? extends PdfObject> pdfObjectList)
Constructs aPdfArray
, containing all elements of a specifiedList
.PdfPage(PdfRectangle mediaBox, java.util.HashMap<java.lang.String,? extends PdfObject> boxSize, PdfDictionary resources)
Constructs aPdfPage
.PdfPage(PdfRectangle mediaBox, java.util.HashMap<java.lang.String,? extends PdfObject> boxSize, PdfDictionary resources, int rotate)
Constructs aPdfPage
. -
Uses of PdfObject in com.lowagie.text.pdf.collection
Subclasses of PdfObject in com.lowagie.text.pdf.collection Modifier and Type Class Description class
PdfCollection
class
PdfCollectionField
class
PdfCollectionItem
class
PdfCollectionSchema
class
PdfCollectionSort
class
PdfTargetDictionary
Methods in com.lowagie.text.pdf.collection that return PdfObject Modifier and Type Method Description PdfObject
PdfCollectionField. getValue(java.lang.String v)
Returns a PdfObject that can be used as the value of a Collection Item. -
Uses of PdfObject in com.lowagie.text.pdf.interfaces
Methods in com.lowagie.text.pdf.interfaces with parameters of type PdfObject Modifier and Type Method Description void
PdfViewerPreferences. addViewerPreference(PdfName key, PdfObject value)
Adds a viewer preference. -
Uses of PdfObject in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal with parameters of type PdfObject Modifier and Type Method Description void
PdfViewerPreferencesImp. addViewerPreference(PdfName key, PdfObject value)
Sets the viewer preferences for printing. -
Uses of PdfObject in com.lowagie.text.pdf.parser
Methods in com.lowagie.text.pdf.parser with parameters of type PdfObject Modifier and Type Method Description private byte[]
PdfTextExtractor. getContentBytesFromContentObject(PdfObject contentObject)
Gets the content bytes from a content object, which may be a reference a stream or an array.private byte[]
PdfContentStreamHandler.Do. getContentBytesFromPdfObject(PdfObject object)
Method parameters in com.lowagie.text.pdf.parser with type arguments of type PdfObject Modifier and Type Method Description private static PdfDictionary
PdfContentStreamHandler.BeginMarkedDict. getBDCDictionary(java.util.List<PdfObject> operands, PdfDictionary resources)
The BDC marked-content operator which brackets a marked-content sequence of objects within the content stream.private static Matrix
PdfContentStreamHandler. getMatrix(java.util.List<PdfObject> operands)
void
ContentOperator. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
Invokes a content operator.void
PdfContentStreamHandler.BeginMarked. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.BeginMarkedDict. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.BeginText. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.Do. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.EndMarked. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.EndText. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.ModifyCurrentTransformationMatrix. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.MoveNextLineAndShowText. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.PopGraphicsState. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.ProcessGraphicsStateResource. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.PushGraphicsState. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextCharacterSpacing. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextFont. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextHorizontalScaling. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextLeading. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextRenderMode. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextRise. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.SetTextWordSpacing. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.ShowText. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.ShowTextArray. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.TextMoveNextLine. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.TextMoveStartNextLine. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.TextMoveStartNextLineWithLeading. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler.TextSetTextMatrix. invoke(java.util.List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources)
void
PdfContentStreamHandler. invokeOperator(PdfLiteral operator, java.util.List<PdfObject> operands, PdfDictionary resources)
Invokes an operator.
-