Uses of Class
org.openpdf.text.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in org.openpdf.bouncycastle
Method parameters in org.openpdf.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 org.openpdf.rups.controller
Methods in org.openpdf.rups.controller with parameters of type PdfObject -
Uses of PdfObject in org.openpdf.rups.model
Fields in org.openpdf.rups.model with type parameters of type PdfObjectModifier and TypeFieldDescriptionIndirectObjectFactory.objectsA list of all the indirect objects in a PDF file.Methods in org.openpdf.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 org.openpdf.rups.model with parameters of type PdfObject -
Uses of PdfObject in org.openpdf.rups.view.itext
Methods in org.openpdf.rups.view.itext that return PdfObjectModifier and TypeMethodDescriptionprotected PdfObjectXRefTable.getObjectByRow(int rowIndex) Gets the object that is shown in a row.Methods in org.openpdf.rups.view.itext with parameters of type PdfObject -
Uses of PdfObject in org.openpdf.rups.view.itext.treenodes
Fields in org.openpdf.rups.view.itext.treenodes declared as PdfObjectModifier and TypeFieldDescriptionprotected PdfObjectPdfObjectTreeNode.objectthe PDF object corresponding with this node.Methods in org.openpdf.rups.view.itext.treenodes that return PdfObjectMethods in org.openpdf.rups.view.itext.treenodes with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic StringPdfObjectTreeNode.getCaption(PdfObject object) Creates the caption for a PDF object.static PdfObjectTreeNodePdfObjectTreeNode.getInstance(PdfObject object) Creates an instance of a tree node for a PDF object.static PdfObjectTreeNodePdfObjectTreeNode.getInstance(PdfObject object, int number) Creates an instance of a tree node for an indirect object.Constructors in org.openpdf.rups.view.itext.treenodes with parameters of type PdfObjectModifierConstructorDescriptionprotectedPdfObjectTreeNode(String icon, PdfObject object) Creates a tree node for a PDF object.protectedPdfObjectTreeNode(PdfObject object) Creates a tree node for a PDF object. -
Uses of PdfObject in org.openpdf.text
Methods in org.openpdf.text that return PdfObjectModifier and TypeMethodDescriptionprivate PdfObjectImage.simplifyColorspace(PdfArray obj) Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfObject in org.openpdf.text.pdf
Subclasses of PdfObject in org.openpdf.text.pdfModifier and TypeClassDescription(package private) static classGenerates the PDF stream with the Type1 and Truetype fonts returning a PdfStream.classEach PDF document can contain maximum 1 AcroForm.classAPdfActiondefines an action that can be triggered from a PDF file.classAPdfAnnotationis a note that is associated with a page.classPdfArrayis the PDF Array object.classPdfBooleanis the boolean object represented by the keywords true or false.classAPdfBorderArraydefines the border of aPdfAnnotation.classAPdfBorderDictionarydefine the appearance of a Border (Annotations).classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).(package private) classPdfContentsis aPdfStreamcontaining the contents (text + graphics) of aPdfPage.classAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classPdfDateis the PDF date object.classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfDictionaryis the Pdf dictionary object.(package private) static classPdfCatalogis the PDF Catalog-object.static classPdfInfois the PDF InfoDictionary.classExtends PdfStream and should be used to create Streams for Embedded Files (file attachments).classSpecifies a file or an URL.classImplements form fields.classPdfFormObjectis a type of XObject containing a template-object.classThe graphic state dictionary.classAPdfICCBaseddefines a ColorSpaceclassPdfImageis aPdfStreamcontaining an image-Dictionaryand -stream.classPdfIndirectReferencecontains a reference to aPdfIndirectObject.classAn optional content group is a dictionary representing a collection of graphics that can be made visible or invisible dynamically by users of viewer applications.classContent typically belongs to a single optional content group, and is visible when the group is ON and invisible when it is OFF.classa LiteralclassclassPdfNameis an object that can be used as a name in a PDF-file.classPdfNullis the Null object represented by the keyword null.classPdfNumberprovides two types of numbers, integer and real.classThis 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.classPdfOutlineis an object that represents a PDF outline entry.classPdfPageis the PDF Page-object.classAPdfPatterndefines a ColorSpaceclassPdfRectangleis the PDF Rectangle object.classA Rendition dictionary (pdf spec 1.5)classPdfResourcesis the PDF Resources-object.classImplements the shading pattern dictionary.classA signature dictionary representation for the standard filters.static classCreates a standard filter of the type self signed.static classCreates a standard filter of the type Windows Certificate.static classCreates a standard filter of the type VeriSign.classImplements the signature dictionary.classThe optional App dictionary which is part of the Build Properties Dictionary.classThe build data dictionary contains information from the signature handler or software module that was used to create the signature.classPdfStreamis the Pdf stream object.classAPdfString-class is the PDF-equivalent of a JAVA-String-object.classThis is a node in a document logical structure.classThe structure tree root corresponds to the highest hierarchy level in a tagged PDF.classThe transparency group dictionary.(package private) static classPdfTraileris the PDF Trailer object.classThis class captures an AcroForm on input.classclassFields in org.openpdf.text.pdf declared as PdfObjectModifier and TypeFieldDescriptionprotected PdfObjectPdfContentByte.GraphicState.extGState(package private) PdfObjectPdfIndirectObject.objectprivate PdfObjectPdfStamperImp.overrideFileIdFields in org.openpdf.text.pdf with type parameters of type PdfObjectModifier and TypeFieldDescriptionPdfArray.arrayListthis is the actual array of PdfObjectsPdfDictionary.hashMapThis is the hashmap that contains all the values and keys of the dictionaryPdfAnnotation.PdfImportedLink.parametersPdfStructureTreeRoot.parentTreePdfReader.PageRefs.refsnArrayList with the indirect references to every page.PdfReader.stringsPdfReader.xrefObjMethods in org.openpdf.text.pdf that return PdfObjectModifier and TypeMethodDescription(package private) PdfObject[]PdfWriter.addSimpleExtGState(PdfDictionary gstate) (package private) PdfObject[]PdfWriter.addSimpleProperty(Object prop, PdfIndirectReference refi) static PdfObjectPdfReader.convertPdfNull(PdfObject obj) If given object is instance ofPdfNull, thennullis returned.protected PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-objectstatic PdfObjectPdfEncryption.createInfoId(byte[] id) static PdfObjectPdfEncryption.createInfoId(byte[] idPartOne, byte[] idPartTwo) protected static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) Returns thePdfObjectassociated to the specified key.PdfArray.getDirectObject(int idx) Returns thePdfObjectwith the specified index, resolving a possible indirect reference to a direct object.PdfDictionary.getDirectObject(PdfName key) Returns thePdfObjectassociated 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 thePdfObjectwith 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 PdfObjectPdfReader.getPdfObject(PdfObject obj) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObject(PdfObject obj, PdfObject parent) static PdfObjectPdfReader.getPdfObjectNullConverting(PdfObject obj, PdfObject parent) ReturnsPdfReader.getPdfObject(PdfObject, PdfObject)with appliedPdfReader.convertPdfNull(PdfObject).PdfReader.getPdfObjectRelease(int idx) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj, PdfObject parent) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObjectReleaseNullConverting(PdfObject obj) ReturnsPdfReader.getPdfObjectRelease(PdfObject)with appliedPdfReader.convertPdfNull(PdfObject).(package private) PdfObjectPdfImportedPage.getResources()(package private) PdfObjectPdfReaderInstance.getResources(int pageNumber) (package private) PdfObjectPdfTemplate.getResources()Constructs the resources used by this template.(package private) PdfObjectColorDetails.getSpotColor(PdfWriter writer) Gets theSpotColorobject.protected PdfObjectPdfSpotColor.getSpotObject(PdfWriter writer) static PdfObjectXfaForm.getXfaObject(PdfReader reader) Return the XFA Object, could be an array, could be a Stream.static PdfObjectPdfReader.killIndirect(PdfObject obj) Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected PdfObjectPdfReader.readOneObjStm(PRStream stream, int idx) PdfContentParser.readPRObject()Reads a pdf object.protected PdfObjectPdfReader.readPRObject()protected PdfObjectPdfReader.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 org.openpdf.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 org.openpdf.text.pdf with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidInserts the specified element at the specified position.booleanAdds aPdfObjectto the end of thePdfArray.booleanOverrides theadd-method inPdfArrayin order to prevent the adding of extra object to the array.(package private) PdfIndirectObjectAdds aPdfObjectto the body.(package private) PdfIndirectObject(package private) PdfIndirectObject(package private) PdfIndirectObject(package private) PdfIndirectObjectPdfWriter.PdfBody.add(PdfObject object, PdfIndirectReference ref) Adds aPdfObjectto the body given an already existing PdfIndirectReference.(package private) PdfIndirectObjectPdfWriter.PdfBody.add(PdfObject object, PdfIndirectReference ref, boolean inObjStm) (package private) voidPageResources.addDefaultColor(PdfName name, PdfObject obj) PdfReader.addFilters(List<PdfObject> filters, PdfObject filter) voidInserts aPdfObjectat the beginning of thePdfArray.voidBlock 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) voidPdfCopyFields.addViewerPreference(PdfName key, PdfObject value) voidPdfCopyForms.addViewerPreference(PdfName key, PdfObject value) (package private) voidPdfDocument.addViewerPreference(PdfName key, PdfObject value) voidPdfReader.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preferencevoidPdfStamper.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preferencevoidPdfStamperImp.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preferencevoidPdfWriter.addViewerPreference(PdfName key, PdfObject value) booleanChecks if thePdfArrayalready contains a certainPdfObject.private booleanPdfReader.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 PdfObjectPdfReader.convertPdfNull(PdfObject obj) If given object is instance ofPdfNull, thennullis returned.protected PdfObjectPdfCopy.copyObject(PdfObject in) Translate a PR-object to a Pdf-object(package private) static PdfActionPdfAction.createHide(PdfObject obj, boolean hide) A Hide action hides or shows an object.static byte[]PdfReader.decodePredictor(byte[] in, PdfObject dicPar) protected static PdfObjectPdfReader.duplicatePdfObject(PdfObject original, PdfReader newReader) (package private) static voidPdfStamperImp.findAllObjects(PdfReader reader, PdfObject obj, IntHashtable hits) static byte[]PdfEncryption.getFileIdChangingPart(PdfObject fileId) This method returns a changing part of thefileIdwhen can be identified.private static PdfArrayPdfReader.getNameArray(PdfObject obj) static PdfObjectPdfReader.getPdfObject(PdfObject obj) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObject(PdfObject obj, PdfObject parent) static PdfObjectPdfReader.getPdfObjectNullConverting(PdfObject obj, PdfObject parent) ReturnsPdfReader.getPdfObject(PdfObject, PdfObject)with appliedPdfReader.convertPdfNull(PdfObject).static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj) static PdfObjectPdfReader.getPdfObjectRelease(PdfObject obj, PdfObject parent) Reads aPdfObjectresolving an indirect reference if needed.static PdfObjectPdfReader.getPdfObjectReleaseNullConverting(PdfObject obj) ReturnsPdfReader.getPdfObjectRelease(PdfObject)with appliedPdfReader.convertPdfNull(PdfObject).static PdfActionPdfAction.gotoEmbedded(String filename, PdfTargetDictionary target, PdfObject dest, boolean newWindow) Creates a GoToE action to an embedded file.private voidPdfReader.iterateBookmarks(PdfObject outlineRef, Map<Object, PdfObject> names) static PdfObjectPdfReader.killIndirect(PdfObject obj) Eliminates the reference to the object freeing the memory used by it and clearing the xref entry.protected voidvoidPdfLister.listAnyObject(PdfObject object) Visualizes a PDF object.private static voidSimpleBookmark.mapGotoBookmark(Map<String, Object> map, PdfObject dest, IntHashtable pages) voidIndicate that a PDF object has just been added.voidTo indicate that an object has been changed.protected voidprivate voidvoidAssociates the specifiedPdfObjectas value with the specifiedPdfNameas key in this map.voidAssociates the specifiedPdfObjectas value to the specifiedPdfNameas key in this map.static voidPdfReader.releaseLastXrefPartial(PdfObject obj) booleanRemoves the element from the list.private intAcroFields.removeRefFromArray(PdfArray array, PdfObject refo) protected voidPdfReader.removeUnusedNode(PdfObject obj, boolean[] hits) private booleanPdfReader.replaceNamedDestination(PdfObject obj, Map<Object, PdfObject> names) private voidPdfSmartCopy.ByteStore.serObject(PdfObject obj, int level, ByteBuffer bb) Overwrites a specified location of the array, returning the previous valuevoidPdfContentByte.setDefaultColorspace(PdfName name, PdfObject obj) Sets the default colorspace.voidPdfWriter.setDefaultColorspace(PdfName key, PdfObject cs) Use this method to sets the default colorspace that will be applied to all the document.(package private) booleanvoidPdfStamper.setOverrideFileId(PdfObject overrideFileId) Specifies the enforced PDF file ID, used to specifically override the PDF file ID when creating and signing the PDF file.voidPdfStamperImp.setOverrideFileId(PdfObject overrideFileId) private voidPdfReader.setXrefPartialObject(int idx, PdfObject obj) (package private) void(package private) voidPdfWriter.PdfBody.writeCrossReferenceTable(OutputStream os, PdfIndirectReference root, PdfIndirectReference info, PdfIndirectReference encryption, PdfObject fileID, int prevxref) Returns the CrossReferenceTable of theBody.voidAcroFields.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 thewriteFlagssettingMethod parameters in org.openpdf.text.pdf with type arguments of type PdfObjectModifier and TypeMethodDescriptionPdfReader.addFilters(List<PdfObject> filters, PdfObject filter) private booleanPdfReader.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 voidPdfReader.iterateBookmarks(PdfObject outlineRef, Map<Object, PdfObject> names) private static voidPdfNameTree.iterateItems(PdfDictionary dic, HashMap<String, PdfObject> items) private static voidPdfNumberTree.iterateItems(PdfDictionary dic, Map<Integer, PdfObject> items) Parses a single command from the content.private booleanPdfReader.replaceNamedDestination(PdfObject obj, Map<Object, PdfObject> names) static PdfDictionaryWrites a name tree to a PdfWriter.static PdfDictionaryWrites a name tree to a PdfWriter.static PdfDictionaryCreates a number tree.Constructors in org.openpdf.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 org.openpdf.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 org.openpdf.text.pdf.collection
Subclasses of PdfObject in org.openpdf.text.pdf.collectionModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in org.openpdf.text.pdf.collection that return PdfObject -
Uses of PdfObject in org.openpdf.text.pdf.interfaces
Methods in org.openpdf.text.pdf.interfaces with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferences.addViewerPreference(PdfName key, PdfObject value) Adds a viewer preference. -
Uses of PdfObject in org.openpdf.text.pdf.internal
Methods in org.openpdf.text.pdf.internal with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfViewerPreferencesImp.addViewerPreference(PdfName key, PdfObject value) Sets the viewer preferences for printing. -
Uses of PdfObject in org.openpdf.text.pdf.parser
Methods in org.openpdf.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 org.openpdf.text.pdf.parser with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate static PdfDictionaryPdfContentStreamHandler.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 MatrixvoidContentOperator.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) Invokes a content operator.voidPdfContentStreamHandler.BeginMarked.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.BeginMarkedDict.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.BeginText.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.Do.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.EndMarked.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.EndText.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.ModifyCurrentTransformationMatrix.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.MoveNextLineAndShowText.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.MoveNextLineAndShowTextWithSpacing.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.PopGraphicsState.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.ProcessGraphicsStateResource.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.PushGraphicsState.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextCharacterSpacing.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextFont.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextHorizontalScaling.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextLeading.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextRenderMode.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextRise.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.SetTextWordSpacing.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.ShowText.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.ShowTextArray.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.TextMoveNextLine.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.TextMoveStartNextLine.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.TextMoveStartNextLineWithLeading.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.TextSetTextMatrix.invoke(List<PdfObject> operands, PdfContentStreamHandler handler, PdfDictionary resources) voidPdfContentStreamHandler.invokeOperator(PdfLiteral operator, List<PdfObject> operands, PdfDictionary resources) Invokes an operator.