Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfArray in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfArray in com.gitlab.pdftk_java.com.lowagie.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.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfArray Modifier and Type Field Description protected PdfArrayPdfTemplate. matrixprotected PdfArrayPdfWriter. OCGRadioGroupMethods in com.gitlab.pdftk_java.com.lowagie.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.static PdfArrayPdfAnnotation. getMKColor(Color color)protected static PdfArrayPdfFormField. processOptions(String[] options)protected static PdfArrayPdfFormField. processOptions(String[][] options)protected PdfArrayPdfReader. readArray()Methods in com.gitlab.pdftk_java.com.lowagie.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, String title)After reading, we index all of the fields.voidPdfLister. listArray(PdfArray array)Visualizes a PdfArray object.Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfArray Constructor Description PdfArray(PdfArray array)Constructs anPdfArray-object, containing all thePdfObjects in a givenPdfArray.
-