Uses of Class
com.aowagie.text.pdf.PdfArray
Packages that use PdfArray
-
Uses of PdfArray in com.aowagie.text.pdf
Subclasses of PdfArray in com.aowagie.text.pdfModifier and TypeClassDescriptionclassAPdfColordefines a Color (it's aPdfArraycontaining 3 values).classPdfRectangleis the PDF Rectangle object.Fields in com.aowagie.text.pdf declared as PdfArrayModifier and TypeFieldDescriptionprotected PdfArrayPdfTemplate.matrixprotected PdfArrayPdfWriter.OCGLockedThe locked array in an OCG dictionaryprotected PdfArrayPdfWriter.OCGRadioGroupThe RBGroups array in an OCG dictionaryMethods in com.aowagie.text.pdf that return PdfArrayModifier and TypeMethodDescriptionPdfDictionary.getAsArray(PdfName key) Returns aPdfObjectas aPdfArray, resolving indirect references.protected static PdfArrayPdfFormField.processOptions(String[] options) protected static PdfArrayPdfFormField.processOptions(String[][] options) Methods in com.aowagie.text.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprotected static PdfFormFieldPdfFormField.createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex) -
Uses of PdfArray in com.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal that return PdfArrayModifier and TypeMethodDescriptionPdfAnnotationsImp.rotateAnnotations(PdfWriter writer, Rectangle pageSize)