Uses of Class
com.itextpdf.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.itextpdf.testutils com.itextpdf.text.pdf com.itextpdf.text.pdf.internal com.itextpdf.text.pdf.parser com.itextpdf.text.pdf.security -
-
Uses of PdfArray in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfArray Modifier and Type Method Description booleanCompareTool. compareArrays(PdfArray outArray, PdfArray cmpArray) -
Uses of PdfArray in com.itextpdf.text.pdf
Subclasses of PdfArray in com.itextpdf.text.pdf Modifier and Type Class Description classNumberArrayA PdfArray object consisting of nothing but PdfNumber objectsclassPdfBorderArrayAPdfBorderArraydefines the border of aPdfAnnotation.classPdfDashPatternAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classPdfDestinationAPdfDestinationis a reference to a location in a PDF file.classPdfRectanglePdfRectangleis the PDF Rectangle object.classPdfVisibilityExpressionAn 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 PdfArray Modifier and Type Field Description protected PdfArrayPdfCopy. fieldArrayprotected PdfArrayPdfTemplate. matrixprotected PdfArrayPdfWriter. OCGLockedThe locked array in an OCG dictionaryprotected PdfArrayPdfWriter. OCGRadioGroupThe RBGroups array in an OCG dictionaryMethods in com.itextpdf.text.pdf that return PdfArray Modifier and Type Method Description protected PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.protected PdfArrayPdfCopy. copyArray(PdfArray in, boolean keepStruct, boolean directRootKids)Translate a PRArray to a PdfArray.PdfArrayPdfArray. getAsArray(int idx)Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArrayPdfDictionary. getAsArray(PdfName key)Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArrayPdfArtifact. getAttached()PdfArrayPdfArtifact. getBBox()PdfArrayPdfPublicKeySecurityHandler. getEncodedRecipients()static PdfArrayPdfAnnotation. getMKColor(BaseColor color)PdfArrayPdfAnnotation.PdfImportedLink. getRect()protected static PdfArrayPdfFormField. processOptions(java.lang.String[] options)protected static PdfArrayPdfFormField. processOptions(java.lang.String[][] options)PdfArrayPdfContentParser. readArray()Reads an array.protected PdfArrayPdfReader. readArray()Methods in com.itextpdf.text.pdf with parameters of type PdfArray Modifier and Type Method Description protected PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.protected PdfArrayPdfCopy. copyArray(PdfArray in, boolean keepStruct, boolean directRootKids)Translate a PRArray to a PdfArray.protected static PdfFormFieldPdfFormField. createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex)static PdfAnnotationPdfAnnotation. createPolygonPolyline(PdfWriter writer, Rectangle rect, java.lang.String contents, boolean polygon, PdfArray vertices)Creates a polygon or -line annotationstatic RectanglePdfReader. getNormalizedRectangle(PdfArray box)Normalizes aRectangleso that llx and lly are smaller than urx and ury.protected voidPRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String parentPath)After reading, we index all of the fields.voidPdfLister. listArray(PdfArray array)Visualizes a PdfArray object.voidPdfArtifact. setAttached(PdfArray attached)voidPdfArtifact. setBBox(PdfArray bbox)voidPdfWriter. setPageViewport(PdfArray vp)Sets the Viewport for the next page.Constructors in com.itextpdf.text.pdf with parameters of type PdfArray Constructor Description PdfArray(PdfArray array)Constructs anPdfArray-object, containing allPdfObjects in a specifiedPdfArray. -
Uses of PdfArray in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal that return PdfArray Modifier and Type Method Description protected PdfArrayPdfAChecker. getDirectArray(PdfObject obj)PdfArrayPdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize) -
Uses of PdfArray in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfArray Modifier and Type Method Description PdfArrayLineDashPattern. getDashArray()Getter for the dash array.Methods in com.itextpdf.text.pdf.parser with parameters of type PdfArray Modifier and Type Method Description voidTaggedPdfReaderTool. 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 PdfArray Constructor Description LineDashPattern(PdfArray dashArray, float dashPhase)Creates newLineDashPatternobject. -
Uses of PdfArray in com.itextpdf.text.pdf.security
Methods in com.itextpdf.text.pdf.security that return PdfArray Modifier and Type Method Description PdfArraySignaturePermissions.FieldLock. getFields()Getter for the fields involved in the lock action.Constructors in com.itextpdf.text.pdf.security with parameters of type PdfArray Constructor Description FieldLock(PdfName action, PdfArray fields)Creates a FieldLock instance
-