Uses of Class
com.lowagie.text.pdf.PdfArray
Packages that use PdfArray
-
Uses of PdfArray in com.lowagie.bouncycastle
Methods in com.lowagie.bouncycastle with parameters of type PdfArrayModifier and TypeMethodDescriptionstatic byte[]BouncyCastleHelper.getEnvelopedData(PdfArray recipients, List<PdfObject> strings, Certificate certificate, Key certificateKey, String certificateKeyProvider) -
Uses of PdfArray in com.lowagie.text.pdf
Subclasses of PdfArray in com.lowagie.text.pdfModifier and TypeClassDescriptionclassAPdfBorderArraydefines the border of aPdfAnnotation.classAPdfColordefines a Color (it's aPdfArraycontaining 3 values).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) PdfSignatureAppDataDict.getOs()Indicates the operating system, such as Windows.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.static ColorAcroFields.parseColor(PdfArray pdfColor) Parses and converts colors from PDF to standard AWT Colors.Constructors in com.lowagie.text.pdf with parameters of type PdfArrayModifierConstructorDescriptionConstructs anPdfArray-object, containing allPdfObjects in a specifiedPdfArray.PdfRectangle(PdfArray rectangle) To be used when the array contains 4 float numbers as pdf coordinates like RECT / BBox -
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)