Uses of Class
com.itextpdf.kernel.pdf.PdfObject
Packages that use PdfObject
Package
Description
-
Uses of PdfObject in com.itextpdf.forms
Fields in com.itextpdf.forms with type parameters of type PdfObjectMethods in com.itextpdf.forms that return PdfObjectModifier and TypeMethodDescriptionPdfAcroForm.getXFAResource()Gets theXFAproperty on the AcroForm.Methods in com.itextpdf.forms with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate AbstractPdfFormFieldPdfPageFormCopier.makeFormField(PdfObject fieldDict) Put a key/value pair in the dictionary and overwrite previous value if it already exists. -
Uses of PdfObject in com.itextpdf.forms.fields
Methods in com.itextpdf.forms.fields that return PdfObjectModifier and TypeMethodDescriptionprivate PdfObjectPdfFormField.getAcroFormKey(PdfName key, int type) (package private) PdfObjectAbstractPdfFormField.getAcroFormObject(PdfName key, int type) PdfFormField.getDefaultValue()Gets the default fallback value for the form field.PdfFormField.getRichText()Gets a rich text string, as described in "Rich Text Strings" section of Pdf spec.PdfFormField.getValue()Gets the current value contained in the form field.Methods in com.itextpdf.forms.fields with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate PdfNamePdfFormField.getFontNameFromDR(PdfDictionary fontResources, PdfObject font) static StringPdfFormField.getStringValue(PdfObject value) Retrieves string value fromPdfObjectrepresenting text string or text stream.static PdfFormAnnotationPdfFormAnnotation.makeFormAnnotation(PdfObject pdfObject, PdfDocument document) Creates aPdfFormAnnotationobject.static PdfFormFieldPdfFormField.makeFormField(PdfObject pdfObject, PdfDocument document) Creates a (subtype of)PdfFormFieldobject.static AbstractPdfFormFieldPdfFormField.makeFormFieldOrAnnotation(PdfObject pdfObject, PdfDocument document) Inserts the value into thePdfDictionaryof this field and associates it with the specified key.private voidPdfFormField.putAcroFormObject(PdfName acroFormKey, PdfObject acroFormObject) Puts object directly to AcroForm dictionary.PdfFormField.setDefaultValue(PdfObject value) Sets the default fallback value for the form field.PdfFormField.setRichText(PdfObject richText) Sets a rich text string, as described in "Rich Text Strings" section of Pdf spec.Adds the signature to the signature field. -
Uses of PdfObject in com.itextpdf.forms.xfa
Methods in com.itextpdf.forms.xfa that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectXfaForm.getXfaObject(PdfAcroForm acroForm) Return the XFA Object, could be an array, could be a Stream.private static PdfObjectXfaForm.getXfaObject(PdfDocument pdfDocument) Return the XFA Object, could be an array, could be a Stream.Methods in com.itextpdf.forms.xfa with parameters of type PdfObject -
Uses of PdfObject in com.itextpdf.forms.xfdf
Fields in com.itextpdf.forms.xfdf declared as PdfObjectModifier and TypeFieldDescriptionprivate final PdfObjectFitObject.pageRepresents the page displayed by current Fit element.Methods in com.itextpdf.forms.xfdf that return PdfObjectModifier and TypeMethodDescriptionFitObject.getPage()Gets the PdfObject representing the page displayed by current Fit element.Methods in com.itextpdf.forms.xfdf with parameters of type PdfObjectModifier and TypeMethodDescription(package private) voidAnnotObject.addAttribute(String name, PdfObject valueObject) (package private) voidAnnotObject.addAttribute(String name, PdfObject valueObject, boolean required) Adds new attribute by given name and value.Constructors in com.itextpdf.forms.xfdf with parameters of type PdfObject -
Uses of PdfObject in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font that return PdfObjectMethods in com.itextpdf.kernel.font with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate static CMapEncodingPdfType0Font.createCMap(PdfObject cmap, String uniMap) static FontEncodingDocFontEncoding.createDocFontEncoding(PdfObject encoding, CMapToUnicode toUnicode) (package private) booleanPdfFont.makeObjectIndirect(PdfObject obj) Helper method for making an object indirect, if the object already is indirect.(package private) static CMapToUnicodeFontUtil.processToUnicode(PdfObject toUnicode) -
Uses of PdfObject in com.itextpdf.kernel.pdf
Classes in com.itextpdf.kernel.pdf with type parameters of type PdfObjectSubclasses of PdfObject in com.itextpdf.kernel.pdfModifier and TypeClassDescriptionclassA representation of an array as described in the PDF specification.classclassA representation of a Dictionary as described by the PDF Specification.classclassclassclassRepresentation of the null object in the PDF specification.classAPdfNumber-class is the PDF-equivalent of aDouble-object.(package private) classclassclassRepresentation of a stream as described in the PDF Specification.classAPdfString-class is the PDF-equivalent of a JAVA-String-object.classPdfTextArraydefines an array with displacements andPdfString-objects.Subclasses with type arguments of type PdfObject in com.itextpdf.kernel.pdfModifier and TypeClassDescription(package private) class(package private) classClasses in com.itextpdf.kernel.pdf that implement interfaces with type arguments of type PdfObjectModifier and TypeClassDescriptionclassA representation of an array as described in the PDF specification.(package private) classprivate static classprivate static classprivate static classFields in com.itextpdf.kernel.pdf declared as PdfObjectModifier and TypeFieldDescriptionprivate TPdfObjectWrapper.pdfObjectprotected PdfObjectPdfIndirectReference.refersToPdfObject that current PdfIndirectReference instance refers to.Fields in com.itextpdf.kernel.pdf with type parameters of type PdfObjectModifier and TypeFieldDescriptionPdfArrayDirectIterator.arrayprivate final Collection<PdfObject> PdfDictionaryValues.collectionPageFlushingHelper.currNestedObjParentsPdfDictionaryEntrySet.DirectEntry.entryprivate LinkedHashMap<PdfString, PdfObject> GenericNameTree.itemsPdfNumTree.itemsPdfArray.listPdfDictionary.mapprivate final Map<PdfObject, List<PdfOutline>> PdfCatalog.pagesWithOutlinesPdfDictionaryEntrySet.DirectIterator.parentIteratorPdfDictionaryValues.DirectIterator.parentIteratorPdfResources.resourceToNamePdfDictionaryEntrySet.setMethods in com.itextpdf.kernel.pdf with type parameters of type PdfObjectModifier and TypeMethodDescriptionPdfResources.addResource(PdfObjectWrapper<T> resource, PdfResources.ResourceNameGenerator nameGen) PdfResources.getResourceName(PdfObjectWrapper<T> resource) Gets the mapped resource name of thePdfObjectunder the given wrapper.Methods in com.itextpdf.kernel.pdf that return PdfObjectModifier and TypeMethodDescriptionprotected PdfObjectPdfObject.clearState(short state) Clear state of the flag of current object.PdfObject.clone()Creates clone of the object which belongs to the same document as original object.PdfObject.clone(ICopyFilter filter) Creates clone of the object which belongs to the same document as original object.protected PdfObjectPdfWriter.copyObject(PdfObject obj, PdfDocument documentTo, boolean allowDuplicating) Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.protected PdfObjectPdfWriter.copyObject(PdfObject obj, PdfDocument documentTo, boolean allowDuplicating, ICopyFilter copyFilter) Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.PdfObject.copyTo(PdfDocument document) Copies object to a specified document.PdfObject.copyTo(PdfDocument document, boolean allowDuplicating) Copies object to a specified document.PdfObject.copyTo(PdfDocument document, boolean allowDuplicating, ICopyFilter copyFilter) Copies object to a specified document.PdfObject.copyTo(PdfDocument document, ICopyFilter copyFilter) Copies object to a specified document.static PdfObjectPdfEncryption.createInfoId(byte[] id, boolean modified) Creates a PdfLiteral that contains an array of two id entries.static PdfObjectPdfEncryption.createInfoId(byte[] firstId, byte[] secondId, boolean preserveEncryption) Creates a PdfLiteral that contains an array of two id entries.private PdfObjectPdfReader.createPdfNullInstance(boolean readAsDirect) protected PdfObjectPdfPagesTree.generateTree()Generate PdfPages tree.PdfArray.get(int index) Gets the (direct) PdfObject at the specified index.PdfArray.get(int index, boolean asDirect) Returns the value associated to this key.private static PdfObjectDestinationResolverCopyFilter.getDirectPdfObject(PdfObject value) Retrieve an entry from the name tree.Retrieve an entry from the name tree.Retrieve an entry from the name tree.Retrieve an entry from the name tree.private PdfObjectPdfPage.getInheritedValue(PdfName pdfName, int type) private static PdfObjectPdfPage.getInheritedValue(PdfPages parentPages, PdfName pdfName) PdfDocument.getPdfObject(int objNum) Gets PdfObject by object number.PdfResources.getProperties(PdfName name) PdfIndirectReference.getRefersTo()PdfIndirectReference.getRefersTo(boolean recursively) Gets direct object and try to resolve indirects chain.PdfResources.getResourceObject(PdfName resType, PdfName resName) Get thePdfObjectobject with specified type and name.PdfDictionaryEntrySet.DirectEntry.getValue()PdfObject.makeIndirect(PdfDocument document) Marks object to be saved as indirect.PdfObject.makeIndirect(PdfDocument document, PdfIndirectReference reference) Marks object to be saved as indirect.PdfPrimitiveObject.makeIndirect(PdfDocument document, PdfIndirectReference reference) protected PdfObjectPdfArray.newInstance()protected PdfObjectPdfBoolean.newInstance()protected PdfObjectPdfDictionary.newInstance()protected PdfObjectPdfIndirectReference.newInstance()protected PdfObjectPdfLiteral.newInstance()protected PdfObjectPdfName.newInstance()protected PdfObjectPdfNull.newInstance()protected PdfObjectPdfNumber.newInstance()protected abstract PdfObjectPdfObject.newInstance()Creates new instance of object.protected PdfObjectPdfStream.newInstance()protected PdfObjectPdfString.newInstance()PdfArrayDirectIterator.next()PdfDictionaryValues.DirectIterator.next()(package private) PdfObjectPdfObject.processCopying(PdfDocument documentTo, boolean allowDuplicating) Processes two cases of object copying: copying to the other document cloning inside of the current document(package private) PdfObjectPdfObject.processCopying(PdfDocument documentTo, boolean allowDuplicating, ICopyFilter filter) Processes two cases of object copying: copying to the other document cloning inside of the current documentInserts the value into this PdfDictionary and associates it with the specified key.protected PdfObjectPdfReader.readObject(boolean readAsDirect) protected PdfObjectPdfReader.readObject(boolean readAsDirect, boolean objStm) protected PdfObjectPdfReader.readObject(PdfIndirectReference reference) private PdfObjectPdfReader.readObject(PdfIndirectReference reference, boolean fixXref) protected PdfObjectPdfReader.readReference(boolean readAsDirect) Removes the specified key from this PdfDictionary.Sets the PdfObject at the specified index in the PdfArray.protected PdfObjectPdfObject.setIndirectReference(PdfIndirectReference indirectReference) PdfPrimitiveObject.setIndirectReference(PdfIndirectReference indirectReference) PdfObject.setModified()Sets the 'modified' flag to the indirect object, the flag denotes that the object was modified since the document opening.protected PdfObjectPdfIndirectReference.setState(short state) Sets special states of current object.protected PdfObjectPdfObject.setState(short state) Sets special states of current object.Methods in com.itextpdf.kernel.pdf that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionPdfDictionary.entrySet()Returns a Set holding the key-value pairs as Map#Entry objects.protected final LinkedHashMap<PdfString, PdfObject> GenericNameTree.getItems()PdfNameTree.getNames()Retrieves the names stored in the name treePdfNumTree.getNumbers()(package private) Map<PdfObject, List<PdfOutline>> PdfCatalog.getPagesWithOutlines()this method return map containing all pages of the document with associated outlines.PdfArray.iterator()Returns an iterator over an array of PdfObject elements.PdfDictionaryEntrySet.iterator()PdfDictionaryValues.iterator()PdfDictionaryEntrySet.DirectIterator.next()private LinkedHashMap<PdfString, PdfObject> PdfNameTree.readFromCatalog()protected static LinkedHashMap<PdfString, PdfObject> GenericNameTree.readTree(PdfDictionary dictionary) Read the entries in a name tree structure from a dictionary object into a linked hash map with fixed order.PdfArray.subList(int fromIndex, int toIndex) Returns a sublist of this PdfArray, starting at fromIndex (inclusive) and ending at toIndex (exclusive).PdfArray.toList()Returns unmodifiableListrepresentation of this PdfArray.PdfDictionary.values()Returns all the values of this map in a Collection.PdfDictionary.values(boolean asDirects) Returns all the values of this map in a Collection.Methods in com.itextpdf.kernel.pdf with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidAdds the specified PdfObject at the specified index.voidbooleanvoidPdfResources.addColorSpace(PdfObject colorSpace) AddsPdfObjectto the resources as color space.voidAdd an entry to the name tree.protected voidGenericNameTree.addEntry(PdfString key, PdfObject value, Consumer<PdfDocument> onErrorAction) Add an entry to the name tree.voidAdd an entry to the name tree.void(package private) voidPdfCatalog.addNamedDestination(PdfString key, PdfObject value) This methods adds new name to the Dests NameTree.voidPdfDocument.addNamedDestination(PdfString key, PdfObject value) This methods adds new name in the Dests NameTree.voidPdfDocument.addNamedDestination(String key, PdfObject value) This methods adds new name in the Dests NameTree.(package private) voidPdfCatalog.addNameToNameTree(PdfString key, PdfObject value, PdfName treeType) This methods adds a new name to the specified NameTree.voidAdds object to the object stream.protected voidPdfResources.addResource(PdfObject resource, PdfName resType, PdfName resName) (package private) PdfNamePdfResources.addResource(PdfObject resource, PdfResources.ResourceNameGenerator nameGen) private static voidOcgPropertiesCopier.attemptToAddObjectToArray(Set<PdfIndirectReference> fromOcgsToCopy, PdfObject fromObj, PdfArray toArray, PdfDocument toDocument) private voidPdfResources.checkAndResolveCircularReferences(PdfObject pdfObject) private static booleanPdfWriter.checkTypeOfPdfDictionary(PdfObject dictionary, PdfName expectedType) booleanbooleanPdfDictionary.containsValue(PdfObject value) Returns true if this PdfDictionary contains the specified value.protected voidPdfArray.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfBoolean.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfDictionary.copyContent(PdfObject from, PdfDocument document) Copies object content from object 'from'.protected voidPdfDictionary.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) Copies object content from object 'from'.protected voidPdfIndirectReference.copyContent(PdfObject from, PdfDocument document) protected voidPdfIndirectReference.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfLiteral.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfName.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfNull.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfNumber.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfObject.copyContent(PdfObject from, PdfDocument document) Copies object content from object 'from'.protected voidPdfObject.copyContent(PdfObject from, PdfDocument document, ICopyFilter filter) Copies object content from object 'from'.protected voidPdfPrimitiveObject.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfStream.copyContent(PdfObject from, PdfDocument document) protected voidPdfStream.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) protected voidPdfString.copyContent(PdfObject from, PdfDocument document, ICopyFilter copyFilter) (package private) PdfDestinationPdfCatalog.copyDestination(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument) protected PdfObjectPdfWriter.copyObject(PdfObject obj, PdfDocument documentTo, boolean allowDuplicating) Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.protected PdfObjectPdfWriter.copyObject(PdfObject obj, PdfDocument documentTo, boolean allowDuplicating, ICopyFilter copyFilter) Copies a PdfObject either stand alone or as part of the PdfDocument passed as documentTo.private PdfDestinationPdfCatalog.createDestinationFromPageNum(PdfObject dest, PdfDocument toDocument) private static PdfDestinationPdfCatalog.createDestinationFromPageRef(PdfObject dest, Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfObject pageObject) protected static voidPdfObjectWrapper.ensureObjectIsAddedToDocument(PdfObject object) Some wrappers use object's indirect reference to obtain thePdfDocumentto which the object belongs to.private voidPdfDocument.ensureTreeRootAddedToNames(PdfObject treeRoot, PdfName treeType) (package private) static booleanPdfObject.equalContent(PdfObject obj1, PdfObject obj2) private voidPageFlushingHelper.flushIfModified(PdfObject o) private voidPdfPage.flushMustBeIndirectObject(PdfObject obj) protected voidPdfDocument.flushObject(PdfObject pdfObject, boolean canBeInObjStm) Flush an object.protected voidPdfWriter.flushObject(PdfObject pdfObject, boolean canBeInObjStm) Flushes the object.private voidPageFlushingHelper.flushObjectRecursively(PdfObject obj, PageFlushingHelper.DeepFlushingContext context) private voidPageFlushingHelper.flushOrRelease(PdfObject obj) private static PdfArrayPdfNameTree.getDestArray(PdfObject obj) private static PdfObjectDestinationResolverCopyFilter.getDirectPdfObject(PdfObject value) PdfResources.getResourceName(PdfObject resource) Gets the mapped resource name of the givenPdfObject.private static voidOcgPropertiesCopier.getUsedNonFlushedOCGsFromOcDict(PdfObject toObj, PdfObject fromObj, Set<PdfIndirectReference> fromUsedOcgs, PdfDictionary toOcProperties) protected PdfNumberPdfReader.getXrefPrev(PdfObject prevObjectToCheck) intGets the first index of the specified PdfObject.private voidPageFlushingHelper.makeIndirectIfNeeded(PdfObject o) protected static voidPdfObjectWrapper.markObjectAsIndirect(PdfObject pdfObject) private voidPdfWriter.markObjectToFlush(PdfObject pdfObject) private static booleanOcgPropertiesCopier.orderBranchContainsSetElements(PdfObject arrayObj, PdfArray array, int currentIndex, Set<PdfIndirectReference> ocgs, PdfArray toOcgs, PdfDocument toDocument) private voidDestinationResolverCopyFilter.processAction(PdfObject newParent, PdfName name, PdfDictionary dict) private booleanDestinationResolverCopyFilter.processLinkAnnotion(PdfObject newParent, PdfObject value, PdfDictionary dict) Add key and value toPdfCatalogdictionary.Inserts the value into this PdfDictionary and associates it with the specified key.(package private) PdfDocumentInfoHelper method that associates specified value with the specified key in the underlyingPdfDictionary.voidRemoves the first occurrence of the specified PdfObject, if it is present.SmartModePdfObjectsSerializer.serializeObject(PdfObject obj) private voidSmartModePdfObjectsSerializer.serObject(PdfObject obj, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) Sets the PdfObject at the specified index in the PdfArray.protected voidPdfIndirectReference.setRefersTo(PdfObject refersTo) booleanDestinationResolverCopyFilter.shouldProcess(PdfObject newParent, PdfName name, PdfObject value) private voidPdfDocument.updateValueInMarkInfoDict(PdfName key, PdfObject value) Write a PdfObject to the outputstream.protected voidPdfWriter.writeToBody(PdfObject pdfObj) Writes object to body of PDF document.protected voidPdfXrefTable.writeXrefTableAndTrailer(PdfDocument document, PdfObject fileId, PdfObject crypto) Writes cross reference table and trailer to PDF.Method parameters in com.itextpdf.kernel.pdf with type arguments of type PdfObjectModifier and TypeMethodDescriptionvoidPdfArray.addAll(Collection<PdfObject> c) Adds the Collection of PdfObjects.voidPdfTextArray.addAll(Collection<PdfObject> c) Adds the Collection of PdfObjects.private voidPdfNameTree.insertDestsEntriesFromCatalog(Map<PdfString, PdfObject> items) private static PdfStringGenericNameTree.iterateItems(PdfDictionary dictionary, Map<PdfString, PdfObject> items, PdfString leftOver) private static PdfStringGenericNameTree.iterateLeafNode(PdfArray names, Map<PdfString, PdfObject> items, PdfString leftOver) private static voidPdfNameTree.normalizeDestinations(Map<PdfString, PdfObject> items) protected final voidGenericNameTree.setItems(LinkedHashMap<PdfString, PdfObject> items) Constructors in com.itextpdf.kernel.pdf with parameters of type PdfObjectModifierConstructorDescriptionCreate a new PdfArray with the provided PdfObject as the first item in the array.Constructor parameters in com.itextpdf.kernel.pdf with type arguments of type PdfObjectModifierConstructorDescription(package private)DirectEntry(Map.Entry<PdfName, PdfObject> entry) DirectIterator(Iterator<Map.Entry<PdfName, PdfObject>> parentIterator) (package private)DirectIterator(Iterator<PdfObject> parentIterator) Create a new PdfArray.Create a new PdfArray.(package private)PdfArrayDirectIterator(List<PdfObject> array) PdfDictionary(Map<PdfName, PdfObject> map) Creates a new PdfDictionary instance.PdfDictionary(Set<Map.Entry<PdfName, PdfObject>> entrySet) Creates a new PdfDictionary instance.(package private)(package private)PdfDictionaryValues(Collection<PdfObject> collection) -
Uses of PdfObject in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionPdfActionOcgState.getObjectList()Gets a list ofPdfObjectthat is describing this particular optional content group states.Methods in com.itextpdf.kernel.pdf.action with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic PdfActionPdfAction.createThread(PdfFileSpec fileSpec, PdfObject destinationThread, PdfObject bead) Creates a Thread action (section 12.6.4.6 of ISO 32000-1).Inserts the value into the underlying object of thisPdfActionand associates it with the specified key.This is a convenient method to put key-value pairs to the underlyingPdfObject. -
Uses of PdfObject in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfObjectModifier and TypeMethodDescriptionPdf3DAnnotation.getDefaultInitialView()Gets the default initial view of the 3D artwork that shall be used when the annotation is activated.PdfLinkAnnotation.getDestinationObject()Gets the annotation destination asPdfObjectinstance.PdfFileAttachmentAnnotation.getFileSpecObject()PdfMarkupAnnotation.getRichText()A rich text string (see ISO-320001 12.7.3.4, "Rich Text Strings") that shall be displayed in the pop-up window when the annotation is opened.Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic PdfAnnotationPdfAnnotation.makeAnnotation(PdfObject pdfObject) Factory method that creates the type specificPdfAnnotationfrom the givenPdfObjectthat represents annotation object.Inserts the value into into the underlyingPdfDictionaryof thisPdfAnnotationand associates it with the specified key.Pdf3DAnnotation.setDefaultInitialView(PdfObject initialView) Sets the default initial view of the 3D artwork that shall be used when the annotation is activated.PdfLinkAnnotation.setDestination(PdfObject destination) Sets the annotation destination asPdfObjectinstance.PdfMarkupAnnotation.setRichText(PdfObject richText) Sets a rich text string (see ISO-320001 12.7.3.4, "Rich Text Strings") that shall be displayed in the pop-up window when the annotation is opened.Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfObjectModifierConstructorDescriptionPdf3DAnnotation(Rectangle rect, PdfObject artwork) Creates aPdf3DAnnotationinstance. -
Uses of PdfObject in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfObjectModifier and TypeFieldDescriptionprivate PdfObjectCanvasGraphicsState.blackGenerationFunctionprivate PdfObjectCanvasGraphicsState.blackGenerationFunction2private PdfObjectCanvasGraphicsState.blendModeprivate PdfObjectCanvasGraphicsState.halftoneprivate PdfObjectCanvasGraphicsState.htpprivate PdfObjectCanvasGraphicsState.softMaskprivate PdfObjectCanvasGraphicsState.transferFunctionprivate PdfObjectCanvasGraphicsState.transferFunction2private PdfObjectCanvasGraphicsState.underColorRemovalFunctionprivate PdfObjectCanvasGraphicsState.underColorRemovalFunction2Methods in com.itextpdf.kernel.pdf.canvas that return PdfObjectModifier and TypeMethodDescriptionCanvasGraphicsState.getBlackGenerationFunction()Gets the current Black-generation function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getBlackGenerationFunction().CanvasGraphicsState.getBlackGenerationFunction2()Gets the current overruling Black-generation function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getBlackGenerationFunction2().CanvasGraphicsState.getBlendMode()Gets the current Blend Mode, see ISO 32000-1, 11.3.5 Blend Mode and 11.6.3 Specifying Blending Colour Space and Blend Mode,PdfExtGState.getBlendMode().CanvasGraphicsState.getHalftone()Gets the current halftone , see ISO32000-1, 10.5 Halftones and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getHalftone().CanvasGraphicsState.getHTP()Gets the current Halftone Phase, see Portable Document Format Reference Manual Version 1.2, 7.12 Extended graphics states and PostScript Language Reference Manual, Second Edition, 7.3.3, Halftone Phase.CanvasTag.getProperty(PdfName name) Gets a property from thetag's properties dictionary.CanvasGraphicsState.getSoftMask()Gets the current Soft Mask, see ISO 32000-1, 11.3.7.2 Source Shape and Opacity, 11.6.4.3 Mask Shape and Opacity and 11.6.5.2 Soft-Mask Dictionaries,PdfExtGState.getSoftMask().CanvasGraphicsState.getTransferFunction()Gets the current Transfer function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getTransferFunction().CanvasGraphicsState.getTransferFunction2()Gets the current overruling transer function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getTransferFunction2().CanvasGraphicsState.getUnderColorRemovalFunction()Gets the current Undercolor-removal function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter DictionaryPdfExtGState.getUndercolorRemovalFunction().CanvasGraphicsState.getUnderColorRemovalFunction2()Gets the current overruling Undercolor-removal function, see ISO32000-1, 11.7.5.3 Rendering Intent and Colour Conversions and Table 58 – Entries in a Graphics State Parameter Dictionary,PdfExtGState.getUndercolorRemovalFunction2().Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfObjectModifier and TypeMethodDescriptionCanvasTag.addProperty(PdfName name, PdfObject value) Adds a single property to thetag's properties. -
Uses of PdfObject in com.itextpdf.kernel.pdf.canvas.parser
Methods in com.itextpdf.kernel.pdf.canvas.parser with parameters of type PdfObjectModifier and TypeMethodDescription(package private) PdfDictionaryPdfCanvasProcessor.BeginMarkedContentDictionaryOperator.getPropertiesDictionary(PdfObject operand1, PdfResources resources) Method parameters in com.itextpdf.kernel.pdf.canvas.parser with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate static ColorGets a color based on a list of operands.private static ColorPdfCanvasProcessor.getColor(PdfColorSpace pdfColorSpace, List<PdfObject> operands, PdfResources resources) Gets a color based on a list of operands and Color space.private static float[]PdfCanvasProcessor.getColorants(List<PdfObject> operands) voidIContentOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.BeginMarkedContentDictionaryOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.BeginMarkedContentOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.BeginTextOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.ClipPathOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.CloseSubpathOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.CurveFirstPointDuplicatedOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.CurveFourhPointDuplicatedOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.CurveOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.DoOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.EndImageOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.EndMarkedContentOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.EndTextOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.IgnoreOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.LineToOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.ModifyCurrentTransformationMatrixOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.MoveNextLineAndShowTextOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.MoveNextLineAndShowTextWithSpacingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.MoveToOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.PaintPathOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.PopGraphicsStateOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.ProcessGraphicsStateResourceOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.PushGraphicsStateOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.RectangleOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetCMYKFillOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetCMYKStrokeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetColorFillOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetColorSpaceFillOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetColorSpaceStrokeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetColorStrokeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetGrayFillOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetGrayStrokeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetLineCapOperator.invoke(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetLineDashPatternOperator.invoke(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetLineJoinOperator.invoke(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetLineWidthOperator.invoke(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetMiterLimitOperator.invoke(PdfCanvasProcessor processor, PdfLiteral oper, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetRGBFillOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetRGBStrokeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextCharacterSpacingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextFontOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextHorizontalScalingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextLeadingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextRenderModeOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextRiseOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.SetTextWordSpacingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.ShowTextArrayOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.ShowTextOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.TextMoveNextLineOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.TextMoveStartNextLineOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.TextMoveStartNextLineWithLeadingOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.voidPdfCanvasProcessor.TextSetTextMatrixOperator.invoke(PdfCanvasProcessor processor, PdfLiteral operator, List<PdfObject> operands) Called when a content operator should be processed.protected voidPdfCanvasProcessor.invokeOperator(PdfLiteral operator, List<PdfObject> operands) Invokes an operator. -
Uses of PdfObject in com.itextpdf.kernel.pdf.canvas.parser.util
Methods in com.itextpdf.kernel.pdf.canvas.parser.util that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectInlineImageParsingUtils.getAlternateValue(PdfName key, PdfObject value) Transforms value abbreviations into their corresponding real valuePdfCanvasParser.readObject()Reads a pdf object.Methods in com.itextpdf.kernel.pdf.canvas.parser.util that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionParses a single command from the content.Methods in com.itextpdf.kernel.pdf.canvas.parser.util with parameters of type PdfObjectModifier and TypeMethodDescriptionbyte[]InlineImageParsingUtils.UnsupportedFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) private static PdfObjectInlineImageParsingUtils.getAlternateValue(PdfName key, PdfObject value) Transforms value abbreviations into their corresponding real valueMethod parameters in com.itextpdf.kernel.pdf.canvas.parser.util with type arguments of type PdfObject -
Uses of PdfObject in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfObject -
Uses of PdfObject in com.itextpdf.kernel.pdf.colorspace
Subclasses with type arguments of type PdfObject in com.itextpdf.kernel.pdf.colorspaceModifier and TypeClassDescriptionclassRepresents the most common properties of color spaces.Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfObjectModifier and TypeMethodDescriptionprotected static PdfArrayPdfSpecialCs.DeviceN.getDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) private static PdfArrayPdfSpecialCs.Indexed.getIndexedCsArray(PdfObject base, int hival, PdfString lookup) protected static PdfArrayPdfSpecialCs.NChannel.getNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) private static PdfArrayPdfSpecialCs.Separation.getSeparationCsArray(PdfName name, PdfObject alternateSpace, PdfObject tintTransform) static PdfColorSpacePdfColorSpace.makeColorSpace(PdfObject pdfObject) Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfObjectModifierConstructorDescriptionNChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) protectedprotectedPdfColorSpace(PdfObject pdfObject) Separation(PdfName name, PdfObject alternateSpace, PdfObject tintTransform) -
Uses of PdfObject in com.itextpdf.kernel.pdf.colorspace.shading
Methods in com.itextpdf.kernel.pdf.colorspace.shading that return PdfObjectModifier and TypeMethodDescriptionAbstractPdfShading.getColorSpace()Gets the color space in which colour values shall be expressed.AbstractPdfShading.getFunction()Gets the function PdfObject that represents color transitions across the shading geometry.Constructors in com.itextpdf.kernel.pdf.colorspace.shading with parameters of type PdfObjectModifierConstructorDescriptionPdfFunctionBasedShading(PdfObject colorSpace, IPdfFunction function) Creates the new instance of the class. -
Uses of PdfObject in com.itextpdf.kernel.pdf.extgstate
Methods in com.itextpdf.kernel.pdf.extgstate that return PdfObjectModifier and TypeMethodDescriptionPdfExtGState.getBlackGenerationFunction()Gets the black-generation function value,BG.PdfExtGState.getBlackGenerationFunction2()Gets the black-generation function value orDefault,BG2key.PdfExtGState.getBlendMode()Gets the current blend mode for the transparent imaging model,BMkey.PdfExtGState.getHalftone()Gets the halftone dictionary, stream orDefault,HTkey.PdfExtGState.getSoftMask()Gets the current soft mask,SMaskkey.PdfExtGState.getTransferFunction()Gets the transfer function value,TRkey.PdfExtGState.getTransferFunction2()Gets the transfer function value orDefault,TR2key.PdfExtGState.getUndercolorRemovalFunction()Gets the undercolor-removal function,UCRkey.PdfExtGState.getUndercolorRemovalFunction2()Gets the undercolor-removal function value orDefault,UCR2key.Methods in com.itextpdf.kernel.pdf.extgstate with parameters of type PdfObjectModifier and TypeMethodDescriptionPuts the value into Graphics state parameter dictionary and associates it with the specified key.PdfExtGState.setBlackGenerationFunction(PdfObject blackGenerationFunction) Sets the black-generation function value,BG.PdfExtGState.setBlackGenerationFunction2(PdfObject blackGenerationFunction2) Sets the black-generation function value orDefault,BG2key.PdfExtGState.setBlendMode(PdfObject blendMode) Sets the current blend mode for the transparent imaging model,BMkey.PdfExtGState.setHalftone(PdfObject halftone) Sets the halftone orDefault,HTkey.PdfExtGState.setSoftMask(PdfObject sMask) Sets the current soft mask,SMaskkey.PdfExtGState.setTransferFunction(PdfObject transferFunction) Sets the transfer function value,TRkey.PdfExtGState.setTransferFunction2(PdfObject transferFunction2) Sets the transfer function value orDefault,TR2key.PdfExtGState.setUndercolorRemovalFunction(PdfObject undercolorRemovalFunction) Sets the undercolor-removal function,UCRkey.PdfExtGState.setUndercolorRemovalFunction2(PdfObject undercolorRemovalFunction2) Sets the undercolor-removal function value orDefault,UCR2key. -
Uses of PdfObject in com.itextpdf.kernel.pdf.filespec
Subclasses with type arguments of type PdfObject in com.itextpdf.kernel.pdf.filespecMethods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic PdfFileSpecPdfFileSpec.wrapFileSpecObject(PdfObject fileSpecObject) Wrap the passedPdfObjectto the specificPdfFileSpecobject, according to the type of the passed pdf object.Constructors in com.itextpdf.kernel.pdf.filespec with parameters of type PdfObject -
Uses of PdfObject in com.itextpdf.kernel.pdf.filters
Methods in com.itextpdf.kernel.pdf.filters with parameters of type PdfObjectModifier and TypeMethodDescriptionbyte[]ASCII85DecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]ASCIIHexDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]CCITTFaxDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) byte[]DctDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) byte[]DoNothingFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) byte[]FlateDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]FlateDecodeStrictFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]IFilterHandler.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]JpxDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) byte[]LZWDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.byte[]RunLengthDecodeFilter.decode(byte[] b, PdfName filterName, PdfObject decodeParams, PdfDictionary streamDictionary) Decode the byte[] using the provided filterName.static byte[]FlateDecodeFilter.decodePredictor(byte[] in, PdfObject decodeParams) -
Uses of PdfObject in com.itextpdf.kernel.pdf.function
Methods in com.itextpdf.kernel.pdf.function that return PdfObjectModifier and TypeMethodDescriptionAbstractPdfFunction.getAsPdfObject()IPdfFunction.getAsPdfObject()Methods in com.itextpdf.kernel.pdf.function with parameters of type PdfObjectModifier and TypeMethodDescriptionCreates a PDF function instance.static IPdfFunctionFactory method to create a function instance based on an existingPdfObject. -
Uses of PdfObject in com.itextpdf.kernel.pdf.layer
Methods in com.itextpdf.kernel.pdf.layer that return PdfObjectModifier and TypeMethodDescriptionPdfOCProperties.fillDictionary()Fills the underlying PdfDictionary object with the current layers and their settings.PdfOCProperties.fillDictionary(boolean removeNonDocumentOcgs) Fills the underlying PdfDictionary object with the current layers and their settings.Methods in com.itextpdf.kernel.pdf.layer with parameters of type PdfObjectModifier and TypeMethodDescriptionstatic booleanPdfOCProperties.checkDDictonaryFieldValue(PdfName field, PdfObject value) Checks if optional content group default configuration dictionary field value matches the required value for this field, if one exists. -
Uses of PdfObject in com.itextpdf.kernel.pdf.tagging
Subclasses with type arguments of type PdfObject in com.itextpdf.kernel.pdf.taggingModifier and TypeClassDescriptionclassRepresents Marked Content Reference (MCR) object wrapper.Fields in com.itextpdf.kernel.pdf.tagging with type parameters of type PdfObjectModifier and TypeFieldDescriptionStructureTreeCopier.CopyStructureResult.copiedNamespacesStructureTreeCopier.StructElemCopyingParams.copiedNamespacesStructureTreeCopier.StructElemCopyingParams.objectsToCopyMethods in com.itextpdf.kernel.pdf.tagging that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectStructureTreeCopier.copyObjectKid(PdfObject kid, PdfDictionary copiedParent, PdfDictionary destPage, boolean parentChangePg, StructureTreeCopier.StructElemCopyingParams copyingParams, PdfDictionary lastCopiedTrPage) PdfStructElem.getAttributes(boolean createNewIfNull) Gets attributes object.PdfStructElem.getK()private static PdfObjectMethods in com.itextpdf.kernel.pdf.tagging that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionStructureTreeCopier.CopyStructureResult.getCopiedNamespaces()StructureTreeCopier.StructElemCopyingParams.getCopiedNamespaces()StructureTreeCopier.StructElemCopyingParams.getObjectsToCopy()Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfObjectModifier and TypeMethodDescriptionvoid(package private) static voidPdfStructElem.addKidObject(PdfDictionary parent, int index, PdfObject kid) private voidPdfStructElem.addKidObjectToStructElemList(PdfObject k, List<IStructureNode> list) private IStructureNodePdfStructElem.convertPdfObjectToIPdfStructElem(PdfObject obj) private static PdfObjectStructureTreeCopier.copyObjectKid(PdfObject kid, PdfDictionary copiedParent, PdfDictionary destPage, boolean parentChangePg, StructureTreeCopier.StructElemCopyingParams copyingParams, PdfDictionary lastCopiedTrPage) private voidPdfStructTreeRoot.ifKidIsStructElementAddToList(PdfObject kid, List<IStructureNode> kids) private voidPdfNamespace.logOverwritingOfMappingIfNeeded(String thisNsRole, PdfObject prevVal) private PdfNamespaceprivate intPdfStructElem.removeKidObject(PdfObject kid) private static intPdfStructElem.removeObjectFromArray(PdfArray array, PdfObject toRemove) voidPdfStructElem.setAttributes(PdfObject attributes) Method parameters in com.itextpdf.kernel.pdf.tagging with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate static PdfDictionaryStructureTreeCopier.addAllParentsToSet(PdfMcr mcr, Set<PdfObject> set) private static voidStructureTreeCopier.separateKids(PdfDictionary structElem, Set<PdfObject> firstPartElems, StructureTreeCopier.LastClonedAncestor lastCloned, PdfDocument document) Constructors in com.itextpdf.kernel.pdf.tagging with parameters of type PdfObjectConstructor parameters in com.itextpdf.kernel.pdf.tagging with type arguments of type PdfObjectModifierConstructorDescriptionCopyStructureResult(List<PdfDictionary> topsList, Set<PdfObject> copiedNamespaces) StructElemCopyingParams(Set<PdfObject> objectsToCopy, PdfDocument toDocument, Map<PdfDictionary, PdfDictionary> page2page, boolean copyFromDestDocument) -
Uses of PdfObject in com.itextpdf.kernel.pdf.tagutils
Fields in com.itextpdf.kernel.pdf.tagutils with type parameters of type PdfObjectMethods in com.itextpdf.kernel.pdf.tagutils that return PdfObjectModifier and TypeMethodDescription(package private) static PdfObjectAccessibilityPropertiesToStructElem.combineAttributesList(PdfObject attributesObject, int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision) TagReference.getProperty(PdfName name) Gets property which related to specified name.Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfObjectModifier and TypeMethodDescriptionTagReference.addProperty(PdfName name, PdfObject value) Adds property, which will be associated with marked-content sequence.(package private) static PdfObjectAccessibilityPropertiesToStructElem.combineAttributesList(PdfObject attributesObject, int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision) -
Uses of PdfObject in com.itextpdf.kernel.pdf.xobject
Fields in com.itextpdf.kernel.pdf.xobject declared as PdfObjectMethods in com.itextpdf.kernel.pdf.xobject that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectPdfImageXObject.getColorSpaceInfo(PngImageData pngImageData) Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate voidImagePdfBytesInfo.findColorspace(PdfObject csObj, boolean checkIndexedBase) Sets state of this object according to the color spacePuts the value into Image XObject dictionary and associates it with the specified key.Puts the value into Image XObject dictionary and associates it with the specified key. -
Uses of PdfObject in com.itextpdf.kernel.utils
Fields in com.itextpdf.kernel.utils with type parameters of type PdfObjectModifier and TypeFieldDescriptionTaggedPdfReaderTool.inspectedStructTreeElemsPdfResourceCounter.resourcesA map of the resources that are already taken into accountMethods in com.itextpdf.kernel.utils that return types with arguments of type PdfObjectModifier and TypeMethodDescriptionPdfResourceCounter.getResources()Returns a map with the resources.Methods in com.itextpdf.kernel.utils with parameters of type PdfObjectModifier and TypeMethodDescriptionprotected booleanCompareTool.compareObjects(PdfObject outObj, PdfObject cmpObj, ObjectPath currentPath, CompareTool.CompareResult compareResult) Compare PDF objects.protected final voidIn case an object is an array, a dictionary or a stream, we need to loop over the entries and process them one by one.protected final voidProcesses an object.booleanICopyFilter.shouldProcess(PdfObject newParent, PdfName name, PdfObject value) Verifies whether a PdfObject should be copied in the copying flow.booleanNullCopyFilter.shouldProcess(PdfObject newParent, PdfName name, PdfObject value) Method parameters in com.itextpdf.kernel.utils with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate PdfNumberCompareTool.flattenNumTree(PdfDictionary dictionary, PdfNumber leftOver, LinkedList<PdfObject> items) longReturns the resources needed for the object that was used to create this PdfResourceCounter.Constructors in com.itextpdf.kernel.utils with parameters of type PdfObjectModifierConstructorDescriptionCreates a PdfResourceCounter instance to be used to count the resources needed for either a page (in this case pass a page dictionary) or the trailer (root and info dictionary) of a PDF file. -
Uses of PdfObject in com.itextpdf.kernel.validation
Methods in com.itextpdf.kernel.validation with parameters of type PdfObjectModifier and TypeMethodDescriptionbooleanValidationContainer.isPdfObjectChecked(PdfObject pdfObject) IsPdfObjectready to flush according to all addedIValidationCheckerimplementations.booleanIValidationChecker.isPdfObjectReadyToFlush(PdfObject object) IsPdfObjectready to flush.booleanPdf20Checker.isPdfObjectReadyToFlush(PdfObject object) -
Uses of PdfObject in com.itextpdf.kernel.validation.context
Fields in com.itextpdf.kernel.validation.context declared as PdfObjectModifier and TypeFieldDescriptionprivate final PdfObjectCryptoValidationContext.cryptoprivate final PdfObjectPdfObjectValidationContext.objectprivate final PdfObjectTagStructElementValidationContext.objectMethods in com.itextpdf.kernel.validation.context that return PdfObjectModifier and TypeMethodDescriptionCryptoValidationContext.getCrypto()Gets the crypto object.PdfObjectValidationContext.getObject()Gets the pdf object.TagStructElementValidationContext.getObject()Gets the tag pdf object.Constructors in com.itextpdf.kernel.validation.context with parameters of type PdfObjectModifierConstructorDescriptionCryptoValidationContext(PdfObject crypto) Instantiates a newCryptoValidationContextbased on crypto object.PdfDestinationAdditionContext(PdfObject destinationObject) CreatesPdfDestinationAdditionContextinstance.PdfObjectValidationContext(PdfObject object) Instantiates a newPdfObjectValidationContextbased on pdf object.Instantiates a newTagStructElementValidationContextbased on pdf object. -
Uses of PdfObject in com.itextpdf.layout.tagging
Fields in com.itextpdf.layout.tagging with type parameters of type PdfObjectModifier and TypeFieldDescriptionprivate final Map<PdfObject, TaggingDummyElement> LayoutTaggingHelper.dummiesForPreExistingTags -
Uses of PdfObject in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker with type parameters of type PdfObjectModifier and TypeFieldDescriptionPdfAChecker.checkedObjectsContains some objects that are already checked.protected Map<PdfObject, PdfColorSpace> PdfAChecker.checkedObjectsColorspacePdfAChecker.cmykUsedObjectsPdfAChecker.grayUsedObjectsPdfA4Checker.iccBasedCmykObjectsPdfAChecker.rgbUsedObjectsPdfA2Checker.transparencyObjectsMethods in com.itextpdf.pdfa.checker with parameters of type PdfObjectModifier and TypeMethodDescriptionvoidPdfA1Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.voidPdfA2Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.voidPdfA4Checker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.abstract voidPdfAChecker.checkColorSpace(PdfColorSpace colorSpace, PdfObject pdfObject, PdfDictionary currentColorSpaces, boolean checkAlternate, Boolean fill) This method performs a range of checks on the given color space, depending on the type and properties of that color space.private voidPdfA4Checker.checkContentForColorUsages(PdfObject pdfObject, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) protected voidPdfAChecker.checkContentStreamObject(PdfObject object) Verify the conformity of the operand of content stream with appropriate specification.voidPdfA1Checker.checkCrypto(PdfObject crypto) Verify the conformity of encryption usage.abstract voidPdfAChecker.checkCrypto(PdfObject crypto) Verify the conformity of encryption usage.private booleanPdfA2Checker.checkDefaultCS(PdfObject pdfObject, PdfDictionary currentColorSpaces, Boolean fill, PdfName defaultCsName, int numOfComponents) private voidPdfA4Checker.checkObjectWithResourcesForColorUsages(PdfObject objectWithResources, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) private voidPdfA2Checker.checkObjectWithResourcesForTransparency(PdfObject objectWithResources, Set<PdfObject> checkedObjects) private voidPdfAChecker.checkOpenAction(PdfObject openAction) voidPdfAChecker.checkPdfObject(PdfObject obj) This method checks the requirements that must be fulfilled by a COS object in a PDF/A document.protected voidPdfAChecker.checkResources(PdfDictionary resources, PdfObject pdfObject) Verify the conformity of the resources dictionary.private voidPdfA2Checker.checkSeparationInsideDeviceN(PdfArray separation, PdfObject deviceNColorSpace, PdfObject deviceNTintTransform) voidPdfAChecker.checkTagStructureElement(PdfObject obj) This method checks compliance of the tag structure elements, such as struct elements or parent tree entries.private booleanPdfA2Checker.isAltCSIsTheSame(PdfObject cs1, PdfObject cs2) booleanPdfAChecker.isPdfObjectReadyToFlush(PdfObject object) IsPdfObjectready to flush.Method parameters in com.itextpdf.pdfa.checker with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate voidPdfA2Checker.checkAppearanceStreamForTransparency(PdfDictionary ap, Set<PdfObject> checkedObjects) private voidPdfA2Checker.checkCatalogConfig(PdfDictionary config, HashSet<PdfObject> ocgs, HashSet<String> names) private voidPdfA2Checker.checkObjectWithResourcesForTransparency(PdfObject objectWithResources, Set<PdfObject> checkedObjects) (package private) voidPdfA2Checker.checkResourcesForTransparency(PdfDictionary resources, Set<PdfObject> checkedObjects) private voidPdfAChecker.checkResourcesOfAppearanceStreams(PdfDictionary appearanceStreamsDict, Set<PdfObject> checkedObjects) private voidPdfA2Checker.checkSingleResourceTypeForTransparency(PdfDictionary singleResourceDict, Set<PdfObject> checkedObjects) private voidPdfA2Checker.fillOrderRecursively(PdfArray orderArray, Set<PdfObject> order) -
Uses of PdfObject in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate voidPdfUA1Checker.checkPdfObject(PdfObject obj) This method checks the requirements that must be fulfilled by a COS object in a PDF/UA document.private voidPdfUA2Checker.checkPdfObject(PdfObject obj) booleanPdfUA1Checker.isPdfObjectReadyToFlush(PdfObject object) IsPdfObjectready to flush.booleanPdfUA2Checker.isPdfObjectReadyToFlush(PdfObject object) -
Uses of PdfObject in com.itextpdf.pdfua.checkers.utils.tables
Methods in com.itextpdf.pdfua.checkers.utils.tables that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectCellResultMatrix.getAttribute(AccessibilityProperties props, PdfName name) -
Uses of PdfObject in com.itextpdf.pdfua.checkers.utils.ua2
Fields in com.itextpdf.pdfua.checkers.utils.ua2 with type parameters of type PdfObjectModifier and TypeFieldDescriptionprivate final Map<PdfObject, Set<IStructureNode>> PdfUA2LinkChecker.destinationToStructParentsMapMethods in com.itextpdf.pdfua.checkers.utils.ua2 that return PdfObjectModifier and TypeMethodDescriptionprivate PdfObjectPdfUA2LinkChecker.getStructureDestinationObject(PdfDictionary annotObj) private static PdfObjectPdfUA2FormChecker.getValueFromParent(PdfDictionary field) Methods in com.itextpdf.pdfua.checkers.utils.ua2 with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate voidPdfUA2DestinationsChecker.checkAllGoToActions(PdfObject object, List<PdfObject> visitedObjects) private static voidPdfUA2EmbeddedFilesChecker.checkFileSpec(PdfObject obj) Verify the conformity of the file specification dictionary.private PdfArrayPdfUA2LinkChecker.getDestination(PdfObject destination) private PdfArrayPdfUA2LinkChecker.getDestination(PdfObject destination, Set<PdfObject> checkedDestinations) (package private) static StringPdfUA2AnnotationChecker.getRichTextStringValue(PdfObject rv) private static booleanPdfUA2DestinationsChecker.isDestinationAllowed(PdfObject destinationObject, PdfDocument document, int counter) Method parameters in com.itextpdf.pdfua.checkers.utils.ua2 with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate voidPdfUA2DestinationsChecker.checkAllGoToActions(PdfObject object, List<PdfObject> visitedObjects) private PdfArrayPdfUA2LinkChecker.getDestination(PdfObject destination, Set<PdfObject> checkedDestinations) -
Uses of PdfObject in com.itextpdf.signatures
Methods in com.itextpdf.signatures that return PdfObjectModifier and TypeMethodDescriptionPdfSignature.getCertObject()Gets the /Cert entry value of this signature.Methods in com.itextpdf.signatures with parameters of type PdfObjectModifier and TypeMethodDescriptionAdd new key-value pair to the signature dictionary. -
Uses of PdfObject in com.itextpdf.signatures.validation
Fields in com.itextpdf.signatures.validation with type parameters of type PdfObjectMethods in com.itextpdf.signatures.validation that return PdfObjectModifier and TypeMethodDescriptionprivate static PdfObjectDocumentRevisionsValidator.getObjectFromStructTreeContent(PdfObject structTreeContent) Methods in com.itextpdf.signatures.validation with parameters of type PdfObjectModifier and TypeMethodDescriptionprivate voidDocumentRevisionsValidator.addStructTreeElementsToSet(PdfObject structTreeRootKids, Set<PdfIndirectReference> set) private booleanDocumentRevisionsValidator.compareDss(PdfObject previousDss, PdfObject currentDss, ValidationReport report) private booleanDocumentRevisionsValidator.compareExtensions(PdfObject previousExtensions, PdfObject currentExtensions, ValidationReport report) private booleanDocumentRevisionsValidator.compareIndirectReferencesObjNums(PdfObject prevObj, PdfObject currObj, ValidationReport report, String type) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private booleanDocumentRevisionsValidator.comparePermissions(PdfObject previousPerms, PdfObject currentPerms, ValidationReport report) private booleanDocumentRevisionsValidator.compareSignatureDictionaries(PdfObject prevSigDict, PdfObject curSigDict, ValidationReport report) private booleanDocumentRevisionsValidator.compareStructTreeContents(PdfObject previousStructTreeContent, PdfObject currentStructTreeContent, ValidationReport report) private booleanDocumentRevisionsValidator.compareStructTreeRoot(PdfObject previousStructTreeRoot, PdfObject currentStructTreeRoot, ValidationReport report) private voidDocumentRevisionsValidator.createAllowedStructTreeRootKidsEntries(PdfObject structTreeRootKids, Set<PdfIndirectReference> allowedReferences) private voidDocumentRevisionsValidator.createAllowedTreeEntries(PdfObject treeNode, Set<PdfIndirectReference> allowedReferences, PdfName contentName) private static PdfObjectDocumentRevisionsValidator.getObjectFromStructTreeContent(PdfObject structTreeContent) private static booleanDocumentRevisionsValidator.isStructTreeElement(PdfObject object) Method parameters in com.itextpdf.signatures.validation with type arguments of type PdfObjectModifier and TypeMethodDescriptionprivate static booleanDocumentRevisionsValidator.comparePdfArrays(PdfArray array1, PdfArray array2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfArrays(PdfArray array1, PdfArray array2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfDictionaries(PdfDictionary dictionary1, PdfDictionary dictionary2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfObjects(PdfObject pdfObject1, PdfObject pdfObject2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfStreams(PdfStream stream1, PdfStream stream2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private static booleanDocumentRevisionsValidator.comparePdfStreams(PdfStream stream1, PdfStream stream2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects)