Uses of Class
com.lowagie.text.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in com.lowagie.bouncycastle
Method parameters in com.lowagie.bouncycastle with type arguments of type PdfObjectModifier and TypeMethodDescriptionstatic byte[]
BouncyCastleHelper.getEnvelopedData
(PdfArray recipients, List<PdfObject> strings, Certificate certificate, Key certificateKey, String certificateKeyProvider) -
Uses of PdfObject in com.lowagie.rups.controller
Methods in com.lowagie.rups.controller with parameters of type PdfObject -
Uses of PdfObject in com.lowagie.rups.model
Fields in com.lowagie.rups.model with type parameters of type PdfObjectModifier and TypeFieldDescriptionIndirectObjectFactory.objects
A list of all the indirect objects in a PDF file.Methods in com.lowagie.rups.model that return PdfObjectModifier and TypeMethodDescriptionIndirectObjectFactory.getObjectByIndex
(int i) Gets an object based on its index in the indirect object list.IndirectObjectFactory.getObjectByReference
(int ref) Gets an object based on its reference number in the xref table.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 -
Uses of PdfObject in com.lowagie.rups.view.itext
Methods in com.lowagie.rups.view.itext that return PdfObjectModifier and TypeMethodDescriptionprotected 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 -
Uses of PdfObject in com.lowagie.rups.view.itext.treenodes
Fields in com.lowagie.rups.view.itext.treenodes declared as PdfObjectModifier and TypeFieldDescriptionprotected PdfObject
PdfObjectTreeNode.object
the PDF object corresponding with this node.Methods in com.lowagie.rups.view.itext.treenodes that return PdfObjectMethods in com.lowagie.rups.view.itext.treenodes with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic 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 PdfObjectModifierConstructorDescriptionprotected
PdfObjectTreeNode
(PdfObject object) Creates a tree node for a PDF object.protected
PdfObjectTreeNode
(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 PdfObjectModifier and TypeMethodDescriptionprivate 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.pdfModifier and TypeClassDescription(package private) static class
Generates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.class
Each PDF document can contain maximum 1 AcroForm.class
APdfAction
defines an action that can be triggered from a PDF file.class
APdfAnnotation
is a note that is associated with a page.class
PdfArray
is the PDF Array object.class
PdfBoolean
is the boolean object represented by the keywords true or false.class
APdfBorderArray
defines the border of aPdfAnnotation
.class
APdfBorderDictionary
define the appearance of a Border (Annotations).class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).(package private) class
PdfContents
is aPdfStream
containing the contents (text + graphics) of aPdfPage
.class
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
PdfDate
is the PDF date object.class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
PdfDictionary
is the Pdf dictionary object.(package private) static class
PdfCatalog
is the PDF Catalog-object.static class
PdfInfo
is the PDF InfoDictionary.class
Extends PdfStream and should be used to create Streams for Embedded Files (file attachments).class
Specifies a file or an URL.class
Implements form fields.class
PdfFormObject
is a type of XObject containing a template-object.class
The graphic state dictionary.class
APdfICCBased
defines a ColorSpaceclass
PdfImage
is aPdfStream
containing an image-Dictionary
and -stream.class
PdfIndirectReference
contains a reference to aPdfIndirectObject
.class
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
Content typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.class
a Literalclass
class
PdfName
is an object that can be used as a name in a PDF-file.class
PdfNull
is the Null object represented by the keyword null.class
PdfNumber
provides two types of numbers, integer and real.class
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
is an object that represents a PDF outline entry.class
PdfPage
is the PDF Page-object.class
APdfPattern
defines a ColorSpaceclass
PdfRectangle
is the PDF Rectangle object.class
A Rendition dictionary (pdf spec 1.5)class
PdfResources
is the PDF Resources-object.class
Implements the shading pattern dictionary.class
A signature dictionary representation for the standard filters.static class
Creates a standard filter of the type self signed.static class
Creates a standard filter of the type Windows Certificate.static class
Creates a standard filter of the type VeriSign.class
Implements the signature dictionary.class
The optional App dictionary which is part of the Build Properties Dictionary.class
The build data dictionary contains information from the signature handler or software module that was used to create the signature.class
PdfStream
is the Pdf stream object.class
APdfString
-class is the PDF-equivalent of a JAVA-String
-object.class
This is a node in a document logical structure.class
The structure tree root corresponds to the highest hierarchy level in a tagged PDF.class
The transparency group dictionary.(package private) static class
PdfTrailer
is the PDF Trailer object.class
This class captures an AcroForm on input.class
class
Fields in com.lowagie.text.pdf declared as PdfObjectModifier and TypeFieldDescriptionprotected PdfObject
PdfContentByte.GraphicState.extGState
(package private) PdfObject
PdfIndirectObject.object
private PdfObject
PdfStamperImp.overrideFileId
Fields in com.lowagie.text.pdf with type parameters of type PdfObjectModifier and TypeFieldDescriptionPdfArray.arrayList
this is the actual array of PdfObjectsPdfDictionary.hashMap
This is the hashmap that contains all the values and keys of the dictionaryPdfAnnotation.PdfImportedLink.parameters
PdfReader.PageRefs.refsn
ArrayList with the indirect references to every page.PdfReader.strings
PdfReader.xrefObj
Methods in com.lowagie.text.pdf that return PdfObjectModifier and TypeMethodDescription(package private) PdfObject[]
PdfWriter.addSimpleExtGState
(PdfDictionary gstate) (package private) PdfObject[]
PdfWriter.addSimpleProperty
(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) Returns thePdfObject
associated to the specified key.PdfArray.getDirectObject
(int idx) Returns thePdfObject
with the specified index, resolving a possible indirect reference to a direct object.PdfDictionary.getDirectObject
(PdfName key) Returns thePdfObject
associated to the specified key, resolving a possible indirect reference to a direct object.PdfEncryption.getFileID()
PdfStamper.getOverrideFileId()
Returns the enforced PDF file ID, used to specifically override the created PDF file ID when creating and signing the PDF file.PdfStamperImp.getOverrideFileId()
PdfArray.getPdfObject
(int idx) Returns thePdfObject
with the specified index.PdfLayer.getPdfObject()
Gets the dictionary representing the layer.PdfLayerMembership.getPdfObject()
Gets the dictionary representing the membership layer.PdfOCG.getPdfObject()
Gets the object representing the layer.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)
.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) PdfContentParser.readPRObject()
Reads a pdf object.protected PdfObject
PdfReader.readPRObject()
protected PdfObject
PdfReader.readSingleObject
(int k) PdfArray.remove
(int idx) Remove the element at the specified position from the array.Overwrites a specified location of the array, returning the previous valueMethods in com.lowagie.text.pdf that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionPdfReader.addFilters
(List<PdfObject> filters, PdfObject filter) PdfArray.getElements()
Get a copy the internal list for this PdfArray.PdfDictionary.getKeysAndValues()
Get all keys and values as Map.EntryPdfReader.getNamedDestination()
Gets all the named destinations as anHashMap
.PdfReader.getNamedDestination
(boolean keepNames) Gets all the named destinations as anHashMap
.PdfReader.getNamedDestinationFromNames
(boolean keepNames) Gets the named destinations from the /Dests key in the catalog as anHashMap
.PdfArray.listIterator()
Returns the list iterator for the array.Parses a single command from the content.PdfNameTree.readTree
(PdfDictionary dic) PdfNumberTree.readTree
(PdfDictionary dic) Methods in com.lowagie.text.pdf with parameters of type PdfObjectModifier and TypeMethodDescriptionvoid
Inserts the specified element at the specified position.boolean
Adds aPdfObject
to the end of thePdfArray
.boolean
Overrides theadd
-method inPdfArray
in order to prevent the adding of extra object to the array.(package private) PdfIndirectObject
Adds aPdfObject
to the body.(package private) PdfIndirectObject
(package private) PdfIndirectObject
(package private) PdfIndirectObject
(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) PdfReader.addFilters
(List<PdfObject> filters, PdfObject filter) void
Inserts aPdfObject
at the beginning of thePdfArray
.void
Block changes to the underlying PdfArrayPdfReader.addPdfObject
(PdfObject obj) Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.Use this method to add a PDF object to the PDF body.PdfWriter.addToBody
(PdfObject object, PdfIndirectReference ref) Use this method to add a PDF object to the PDF body.PdfWriter.addToBody
(PdfObject object, PdfIndirectReference ref, boolean inObjStm) Use this method to add a PDF object to the PDF body.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
Checks if thePdfArray
already contains a certainPdfObject
.private boolean
PdfReader.convertNamedDestination
(PdfObject obj, Map<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
(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow) Creates a GoToE action to an embedded file.private void
PdfReader.iterateBookmarks
(PdfObject outlineRef, Map<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
void
PdfLister.listAnyObject
(PdfObject object) Visualizes a PDF object.private static void
SimpleBookmark.mapGotoBookmark
(Map<String, Object> map, PdfObject dest, IntHashtable pages) void
Indicate that a PDF object has just been added.void
To indicate that an object has been changed.protected void
private void
void
Associates the specifiedPdfObject
as value with the specifiedPdfName
as key in this map.void
Associates the specifiedPdfObject
as value to the specifiedPdfName
as key in this map.static void
PdfReader.releaseLastXrefPartial
(PdfObject obj) boolean
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, Map<Object, PdfObject> names) private void
PdfSmartCopy.ByteStore.serObject
(PdfObject obj, int level, ByteBuffer bb) 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
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
(package private) void
PdfWriter.PdfBody.writeCrossReferenceTable
(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 PdfObjectModifier and TypeMethodDescriptionPdfReader.addFilters
(List<PdfObject> filters, PdfObject filter) private boolean
PdfReader.convertNamedDestination
(PdfObject obj, Map<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, Map<Object, PdfObject> names) private static void
PdfNameTree.iterateItems
(PdfDictionary dic, HashMap<String, PdfObject> items) private static void
PdfNumberTree.iterateItems
(PdfDictionary dic, Map<Integer, PdfObject> items) Parses a single command from the content.private boolean
PdfReader.replaceNamedDestination
(PdfObject obj, Map<Object, PdfObject> names) static PdfDictionary
Writes a name tree to a PdfWriter.static PdfDictionary
Writes a name tree to a PdfWriter.static PdfDictionary
Creates a number tree.Constructors in com.lowagie.text.pdf with parameters of type PdfObjectModifierConstructorDescriptionConstructs anPdfArray
-object, containing 1PdfObject
.(package private)
PdfIndirectObject
(int number, int generation, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject
.(package private)
PdfIndirectObject
(int number, PdfObject object, PdfWriter writer) Constructs aPdfIndirectObject
.(package private)
PdfIndirectObject
(PdfIndirectReference ref, PdfObject object, PdfWriter writer) (package private)
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 PdfObjectModifierConstructorDescriptionConstructs aPdfArray
, containing all elements of a specifiedList
.(package private)
PdfPage
(PdfRectangle mediaBox, HashMap<String, ? extends PdfObject> boxSize, PdfDictionary resources) Constructs aPdfPage
.(package private)
PdfPage
(PdfRectangle mediaBox, HashMap<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.collectionModifier and TypeClassDescriptionclass
class
class
class
class
class
Methods in com.lowagie.text.pdf.collection that return PdfObject -
Uses of PdfObject in com.lowagie.text.pdf.interfaces
Methods in com.lowagie.text.pdf.interfaces with parameters of type PdfObjectModifier and TypeMethodDescriptionvoid
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 PdfObjectModifier and TypeMethodDescriptionvoid
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 PdfObjectModifier and TypeMethodDescriptionprivate 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 PdfObjectModifier and TypeMethodDescriptionprivate static PdfDictionary
PdfContentStreamHandler.BeginMarkedDict.getBDCDictionary
(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
void
ContentOperator.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.void
PdfContentStreamHandler.BeginMarked.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.BeginMarkedDict.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.BeginText.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.Do.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.EndMarked.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.EndText.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.ModifyCurrentTransformationMatrix.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.MoveNextLineAndShowText.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.PopGraphicsState.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.ProcessGraphicsStateResource.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.PushGraphicsState.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextCharacterSpacing.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextFont.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextHorizontalScaling.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextLeading.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextRenderMode.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextRise.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.SetTextWordSpacing.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.ShowText.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.ShowTextArray.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.TextMoveNextLine.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.TextMoveStartNextLine.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.TextMoveStartNextLineWithLeading.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.TextSetTextMatrix.invoke
(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) void
PdfContentStreamHandler.invokeOperator
(PdfLiteral operator, List<PdfObject> operands, PdfDictionary resources) Invokes an operator.