Uses of Class
com.itextpdf.text.pdf.PdfArray
Packages that use PdfArray
Package
Description
-
Uses of PdfArray in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfArrayModifier and TypeMethodDescriptionbooleanCompareTool.compareArrays(PdfArray outArray, PdfArray cmpArray) private booleanCompareTool.compareArraysExtended(PdfArray outArray, PdfArray cmpArray, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult) -
Uses of PdfArray in com.itextpdf.text
Methods in com.itextpdf.text with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate PdfObjectImage.simplifyColorspace(PdfArray obj) Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfArray in com.itextpdf.text.pdf
Subclasses of PdfArray in com.itextpdf.text.pdfModifier and TypeClassDescriptionclassA PdfArray object consisting of nothing but PdfNumber objectsclassAPdfBorderArraydefines the border of aPdfAnnotation.(package private) classAPdfColordefines a BaseColor (it's aPdfArraycontaining 3 values).classAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classAPdfDestinationis a reference to a location in a PDF file.classPdfRectangleis the PDF Rectangle object.classAn array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups.Fields in com.itextpdf.text.pdf declared as PdfArrayModifier and TypeFieldDescriptionprivate PdfArrayPdfAcroForm.calculationOrderThis is an array containing the calculationorder of the fields.(package private) PdfArrayPdfAnnotation.PdfImportedLink.destinationprivate PdfArrayPdfAcroForm.documentFieldsThis is an array containing DocumentFields.protected PdfArrayPdfCopy.fieldArrayprotected PdfArrayPdfTemplate.matrix(package private) PdfArrayPdfLayerMembership.members(package private) PdfArrayPdfCopy.ImportedPage.mergedFieldsprotected PdfArrayPdfWriter.OCGLockedThe locked array in an OCG dictionaryprotected PdfArrayPdfWriter.OCGRadioGroupThe RBGroups array in an OCG dictionary(package private) PdfArrayPdfAnnotation.PdfImportedLink.rectFields in com.itextpdf.text.pdf with type parameters of type PdfArrayMethods in com.itextpdf.text.pdf that return PdfArrayModifier and TypeMethodDescriptionprivate PdfArrayPdfCopy.branchForm(HashMap<String, Object> level, PdfIndirectReference parent, String fname) protected PdfArrayPdfCopyFieldsImp.branchForm(HashMap<String, Object> level, PdfIndirectReference parent, String fname) Deprecated.(package private) static PdfArrayPdfAction.buildArray(Object[] names) (package private) PdfArrayprotected PdfArrayTranslate a PRArray to a PdfArray.protected PdfArrayTranslate a PRArray to a PdfArray.(package private) static PdfArraySimpleNamedDestination.createDestinationArray(String value, PdfWriter writer) PdfArray.getAsArray(int idx) Returns aPdfObjectas aPdfArray, resolving indirect references.PdfDictionary.getAsArray(PdfName key) Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArtifact.getAttached()PdfArtifact.getBBox()private static PdfArrayPdfStructTreeController.getDirectArray(PdfArray in) PdfPublicKeySecurityHandler.getEncodedRecipients()private PdfArrayPdfStamperImp.getLastChildInNameTree(PdfDictionary dic) (package private) PdfArrayPdfTemplate.getMatrix()static PdfArrayPdfAnnotation.getMKColor(BaseColor color) private static PdfArrayPdfReader.getNameArray(PdfObject obj) PdfAnnotation.PdfImportedLink.getRect()protected static PdfArrayPdfFormField.processOptions(String[] options) protected static PdfArrayPdfFormField.processOptions(String[][] options) PdfContentParser.readArray()Reads an array.protected PdfArrayPdfReader.readArray()Methods in com.itextpdf.text.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidRecursive method to reconstruct the documentOCGorder variable in the writer.private voidPdfCopy.adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) private voidPdfCopyFieldsImp.adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) Deprecated.private booleanPdfStructureElement.colorsEqual(PdfArray parentColor, float[] color) protected PdfArrayTranslate a PRArray to a PdfArray.protected PdfArrayTranslate a PRArray to a PdfArray.protected static PdfFormFieldPdfFormField.createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex) static PdfAnnotationPdfAnnotation.createPolygonPolyline(PdfWriter writer, Rectangle rect, String contents, boolean polygon, PdfArray vertices) Creates a polygon or -line annotationprivate voidPdfCopy.findActivesFromArray(PdfArray array, ArrayList<PdfIndirectReference> actives, HashSet<RefKey> activeKeys, HashSet<PdfName> activeClassMaps) PdfStructTreeController.findAndCopyMarks(PdfArray pages, int arrayNumber, int newArrayNumber) private static PdfArrayPdfStructTreeController.getDirectArray(PdfArray in) (package private) BaseColorAcroFields.getMKColor(PdfArray ar) static RectanglePdfReader.getNormalizedRectangle(PdfArray box) Normalizes aRectangleso that llx and lly are smaller than urx and ury.private static voidPdfWriter.getOCGOrder(PdfArray order, PdfLayer layer) protected voidPRAcroForm.iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String parentPath) After reading, we index all of the fields.voidVisualizes a PdfArray object.private static StringSimpleBookmark.makeBookmarkParam(PdfArray dest, IntHashtable pages) private IntHashtableDocumentFont.readWidths(PdfArray ws) private voidPdfCopy.removeInactiveReferences(PdfArray array, HashSet<RefKey> activeKeys) private intAcroFields.removeRefFromArray(PdfArray array, PdfObject refo) private voidPdfSmartCopy.ByteStore.serArray(PdfArray array, int level, ByteBuffer bb, HashMap<RefKey, Integer> serialized) voidPdfArtifact.setAttached(PdfArray attached) voidvoidPdfWriter.setPageViewport(PdfArray vp) Sets the Viewport for the next page.Constructors in com.itextpdf.text.pdf with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArrayPdfAChecker.getDirectArray(PdfObject obj) PdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize) Methods in com.itextpdf.text.pdf.internal with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate PdfObjectPdfAChecker.cleverPdfArrayClone(PdfArray array) private voidPdfA2Checker.fillOrderRecursively(PdfArray orderArray, HashSet<PdfObject> order) -
Uses of PdfArray in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfArray -
Uses of PdfArray in com.itextpdf.text.pdf.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidOCGRemover.removeOCGsFromArray(PdfArray array, Set<String> ocgs) Searches an array for references to OCGs that need to be removed. -
Uses of PdfArray in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as PdfArrayMethods in com.itextpdf.text.pdf.parser that return PdfArrayMethods in com.itextpdf.text.pdf.parser with parameters of type PdfArrayModifier and TypeMethodDescriptionvoidTaggedPdfReaderTool.inspectChildArray(PdfArray k) If the child of a structured element is an array, we need to loop over the elements.voidLineDashPattern.setDashArray(PdfArray dashArray) Setter for the dash array.Constructors in com.itextpdf.text.pdf.parser with parameters of type PdfArrayModifierConstructorDescriptionLineDashPattern(PdfArray dashArray, float dashPhase) Creates newLineDashPatternobject. -
Uses of PdfArray in com.itextpdf.text.pdf.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfArrayModifier and TypeMethodDescriptionPdfCleanUpContentOperator.structureTJarray(PdfArray array) Example.PdfCleanUpProcessor.translateQuadPointsToRectangles(PdfArray quadPoints) -
Uses of PdfArray in com.itextpdf.text.pdf.richmedia
Fields in com.itextpdf.text.pdf.richmedia declared as PdfArrayModifier and TypeFieldDescriptionprotected PdfArrayRichMediaAnnotation.configurationsan array with configurations (will be added to the RichMediaContent).protected PdfArrayRichMediaConfiguration.instancesAn array of indirect object references to RichMediaInstance dictionaries.protected PdfArrayRichMediaAnnotation.viewsan array of views (will be added to the RichMediaContent)Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfArrayModifier and TypeMethodDescriptionvoidRichMediaParams.setCuePoints(PdfArray cuePoints) Sets an array of CuePoint dictionaries containing points in time within a Flash animation.voidRichMediaActivation.setScripts(PdfArray scripts) Sets an array of indirect object references to file specification dictionaries, each of which describe a JavaScript file that shall be present in the Assets name tree of the RichMediaContent dictionary. -
Uses of PdfArray in com.itextpdf.text.pdf.security
Fields in com.itextpdf.text.pdf.security declared as PdfArrayModifier and TypeFieldDescription(package private) PdfArraySignaturePermissions.FieldLock.fieldsAn array of PdfString values with fieldnamesMethods in com.itextpdf.text.pdf.security that return PdfArrayModifier and TypeMethodDescriptionSignaturePermissions.FieldLock.getFields()Getter for the fields involved in the lock action.Methods in com.itextpdf.text.pdf.security with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static voidLtvVerification.deleteOldReferences(PdfArray all, PdfArray toDelete) private voidLtvVerification.outputDss(PdfDictionary dss, PdfDictionary vrim, PdfArray ocsps, PdfArray crls, PdfArray certs) Constructors in com.itextpdf.text.pdf.security with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.text.pdf.spatial
Fields in com.itextpdf.text.pdf.spatial declared as PdfArray -
Uses of PdfArray in com.itextpdf.text.pdf.spatial.objects
Subclasses of PdfArray in com.itextpdf.text.pdf.spatial.objectsModifier and TypeClassDescriptionclassAn array consisting of NumberFormatDictionary objects.classCreates an Array with two PdfNumber elements, representing an X and Y coordinate.