Uses of Class
com.aowagie.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.aowagie.text com.aowagie.text.pdf com.aowagie.text.pdf.internal -
-
Uses of PdfArray in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfArray Modifier and Type Method Description private PdfObjectImage. simplifyColorspace(PdfArray obj)Gets a PDF Name from an array or returns the object that was passed. -
Uses of PdfArray in com.aowagie.text.pdf
Subclasses of PdfArray in com.aowagie.text.pdf Modifier and Type Class Description (package private) classPdfBorderArrayAPdfBorderArraydefines the border of aPdfAnnotation.(package private) classPdfColorAPdfColordefines a Color (it's aPdfArraycontaining 3 values).(package private) 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.aowagie.text.pdf declared as PdfArray Modifier and Type Field Description private PdfArrayPdfAcroForm. calculationOrderThis is an array containing the calculationorder of the fields.private PdfArrayPdfAcroForm. documentFieldsThis is an array containing DocumentFields.private PdfArrayPdfCopy. fieldArrayprotected PdfArrayPdfTemplate. matrixprivate PdfArrayPdfLayerMembership. membersprotected PdfArrayPdfWriter. OCGLockedThe locked array in an OCG dictionaryprotected PdfArrayPdfWriter. OCGRadioGroupThe RBGroups array in an OCG dictionaryMethods in com.aowagie.text.pdf that return PdfArray Modifier and Type Method Description private PdfArrayPdfCopyFieldsImp. branchForm(java.util.HashMap level, PdfIndirectReference parent, java.lang.String fname)private static PdfArrayPdfAction. buildArray(java.lang.Object[] names)(package private) PdfArrayFdfWriter.Wrt. calculate(java.util.HashMap map)private PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.private static PdfArraySimpleNamedDestination. createDestinationArray(java.lang.String value, PdfWriter writer)PdfArrayPdfDictionary. getAsArray(PdfName key)Returns aPdfObjectas aPdfArray, resolving indirect references.PdfArrayPdfPublicKeySecurityHandler. getEncodedRecipients()(package private) PdfArrayPdfTemplate. getMatrix()(package private) static PdfArrayPdfAnnotation. getMKColor(java.awt.Color color)private static PdfArrayPdfReader. getNameArray(PdfObject obj)protected static PdfArrayPdfFormField. processOptions(java.lang.String[] options)protected static PdfArrayPdfFormField. processOptions(java.lang.String[][] options)private PdfArrayPdfContentParser. readArray()Reads an array.private PdfArrayPdfReader. readArray()Methods in com.aowagie.text.pdf with parameters of type PdfArray Modifier and Type Method Description private voidPdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map ocgmap)Recursive method to reconstruct the documentOCGorder variable in the writer.private voidPdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)private PdfArrayPdfCopy. copyArray(PdfArray in)Translate a PRArray to a PdfArray.protected static PdfFormFieldPdfFormField. createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex)(package private) java.awt.ColorAcroFields. getMKColor(PdfArray ar)(package private) static RectanglePdfReader. getNormalizedRectangle(PdfArray box)Normalizes aRectangleso that llx and lly are smaller than urx and ury.private static voidPdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)private voidPRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)After reading, we index all of the fields.private static java.lang.StringSimpleBookmark. makeBookmarkParam(PdfArray dest, IntHashtable pages)private IntHashtableDocumentFont. readWidths(PdfArray ws)private intAcroFields. removeRefFromArray(PdfArray array, PdfObject refo)Constructors in com.aowagie.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.aowagie.text.pdf.internal
Methods in com.aowagie.text.pdf.internal that return PdfArray Modifier and Type Method Description PdfArrayPdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize)
-