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 PdfObject
Image. 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) class
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.(package private) class
PdfColor
APdfColor
defines a Color (it's aPdfArray
containing 3 values).(package private) class
PdfDashPattern
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
PdfDestination
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
PdfRectangle
PdfRectangle
is the PDF Rectangle object.Fields in com.aowagie.text.pdf declared as PdfArray Modifier and Type Field Description private PdfArray
PdfAcroForm. calculationOrder
This is an array containing the calculationorder of the fields.private PdfArray
PdfAcroForm. documentFields
This is an array containing DocumentFields.private PdfArray
PdfCopy. fieldArray
protected PdfArray
PdfTemplate. matrix
private PdfArray
PdfLayerMembership. members
protected PdfArray
PdfWriter. OCGLocked
The locked array in an OCG dictionaryprotected PdfArray
PdfWriter. OCGRadioGroup
The RBGroups array in an OCG dictionaryMethods in com.aowagie.text.pdf that return PdfArray Modifier and Type Method Description private PdfArray
PdfCopyFieldsImp. branchForm(java.util.HashMap level, PdfIndirectReference parent, java.lang.String fname)
private static PdfArray
PdfAction. buildArray(java.lang.Object[] names)
(package private) PdfArray
FdfWriter.Wrt. calculate(java.util.HashMap map)
private PdfArray
PdfCopy. copyArray(PdfArray in)
Translate a PRArray to a PdfArray.private static PdfArray
SimpleNamedDestination. createDestinationArray(java.lang.String value, PdfWriter writer)
PdfArray
PdfDictionary. getAsArray(PdfName key)
Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfPublicKeySecurityHandler. getEncodedRecipients()
(package private) PdfArray
PdfTemplate. getMatrix()
(package private) static PdfArray
PdfAnnotation. getMKColor(java.awt.Color color)
private static PdfArray
PdfReader. getNameArray(PdfObject obj)
protected static PdfArray
PdfFormField. processOptions(java.lang.String[] options)
protected static PdfArray
PdfFormField. processOptions(java.lang.String[][] options)
private PdfArray
PdfContentParser. readArray()
Reads an array.private PdfArray
PdfReader. readArray()
Methods in com.aowagie.text.pdf with parameters of type PdfArray Modifier and Type Method Description private void
PdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map ocgmap)
Recursive method to reconstruct the documentOCGorder variable in the writer.private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
private PdfArray
PdfCopy. copyArray(PdfArray in)
Translate a PRArray to a PdfArray.protected static PdfFormField
PdfFormField. createChoice(PdfWriter writer, int flags, PdfArray options, int topIndex)
(package private) java.awt.Color
AcroFields. getMKColor(PdfArray ar)
(package private) static Rectangle
PdfReader. getNormalizedRectangle(PdfArray box)
Normalizes aRectangle
so that llx and lly are smaller than urx and ury.private static void
PdfWriter. getOCGOrder(PdfArray order, PdfLayer layer)
private void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)
After reading, we index all of the fields.private static java.lang.String
SimpleBookmark. makeBookmarkParam(PdfArray dest, IntHashtable pages)
private IntHashtable
DocumentFont. readWidths(PdfArray ws)
private int
AcroFields. 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 allPdfObject
s 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 PdfArray
PdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize)
-