Uses of Class
com.lowagie.text.pdf.PdfArray
Packages that use PdfArray
-
Uses of PdfArray in com.lowagie.text.pdf
Subclasses of PdfArray in com.lowagie.text.pdfModifier and TypeClassDescriptionclassAPdfBorderArraydefines the border of aPdfAnnotation.classAPdfDashPatterndefines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfRectangleis the PDF Rectangle object.Fields in com.lowagie.text.pdf declared as PdfArrayModifier and TypeFieldDescriptionprotected PdfArrayPdfCopy.fieldArrayprotected PdfArrayPdfTemplate.matrixprotected PdfArrayPdfWriter.OCGLockedThe locked array in an OCG dictionaryprotected PdfArrayPdfWriter.OCGRadioGroupThe RBGroups array in an OCG dictionaryMethods in com.lowagie.text.pdf that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArrayTranslate a PRArray to a PdfArray.PdfArray.getAsArray(int idx) Returns aPdfObjectas aPdfArray, resolving indirect references.PdfDictionary.getAsArray(PdfName key) Returns aPdfObjectas aPdfArray, resolving indirect references.PdfPublicKeySecurityHandler.getEncodedRecipients()static PdfArrayPdfAnnotation.getMKColor(Color color) protected static PdfArrayPdfFormField.processOptions(String[] options) protected static PdfArrayPdfFormField.processOptions(String[][] options) PdfContentParser.readArray()Reads an array.protected PdfArrayPdfReader.readArray()Methods in com.lowagie.text.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprotected PdfArrayTranslate 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.voidVisualizes a PdfArray object.Constructors in com.lowagie.text.pdf with parameters of type PdfArray -
Uses of PdfArray in com.lowagie.text.pdf.internal
Methods in com.lowagie.text.pdf.internal that return PdfArrayModifier and TypeMethodDescriptionPdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize)