Uses of Class
com.itextpdf.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.internal -
-
Uses of PdfArray in com.itextpdf.text.pdf
Subclasses of PdfArray in com.itextpdf.text.pdf Modifier and Type Class Description classPdfBorderArrayAPdfBorderArraydefines the border of aPdfAnnotation.classPdfDashPatternAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classPdfDestinationAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfRectanglePdfRectangleis the PDF Rectangle object.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.PdfArrayPdfArray. getAsArray(int idx)Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArrayPdfDictionary. getAsArray(PdfName key)Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArrayPdfPublicKeySecurityHandler. getEncodedRecipients()static PdfArrayPdfAnnotation. getMKColor(java.awt.Color color)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 static PdfFormFieldPdfFormField. createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex)static 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 title)After reading, we index all of the fields.voidPdfLister. listArray(PdfArray array)Visualizes a PdfArray object.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 PdfArrayPdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize)
-