Uses of Class
com.aowagie.text.pdf.PdfArray
Packages that use PdfArray
-
Uses of PdfArray in com.aowagie.text
Methods in com.aowagie.text with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate 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.pdfModifier and TypeClassDescription(package private) class
APdfBorderArray
defines the border of aPdfAnnotation
.(package private) class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).(package private) class
APdfDashPattern
defines a dash pattern as described in the PDF Reference Manual version 1.3 p 325 (section 8.4.3).class
APdfColor
defines a Color (it's aPdfArray
containing 3 values).class
PdfRectangle
is the PDF Rectangle object.Fields in com.aowagie.text.pdf declared as PdfArrayModifier and TypeFieldDescriptionprivate final PdfArray
PdfAcroForm.calculationOrder
This is an array containing the calculationorder of the fields.private final PdfArray
PdfAcroForm.documentFields
This is an array containing DocumentFields.private PdfArray
PdfCopy.fieldArray
protected PdfArray
PdfTemplate.matrix
private final 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 PdfArrayModifier and TypeMethodDescriptionprivate PdfArray
PdfCopyFieldsImp.branchForm
(HashMap level, PdfIndirectReference parent, String fname) private static PdfArray
PdfAction.buildArray
(Object[] names) (package private) PdfArray
private PdfArray
Translate a PRArray to a PdfArray.private static PdfArray
SimpleNamedDestination.createDestinationArray
(String value, PdfWriter writer) PdfDictionary.getAsArray
(PdfName key) Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfPublicKeySecurityHandler.getEncodedRecipients()
(package private) PdfArray
PdfTemplate.getMatrix()
(package private) static PdfArray
PdfAnnotation.getMKColor
(Color color) private static PdfArray
PdfReader.getNameArray
(PdfObject obj) protected static PdfArray
PdfFormField.processOptions
(String[] options) protected static PdfArray
PdfFormField.processOptions
(String[][] options) private PdfArray
PdfContentParser.readArray()
Reads an array.private PdfArray
PdfReader.readArray()
Methods in com.aowagie.text.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
Recursive method to reconstruct the documentOCGorder variable in the writer.private void
PdfCopyFieldsImp.adjustTabOrder
(PdfArray annots, PdfIndirectReference ind, PdfNumber nn) private PdfArray
Translate a PRArray to a PdfArray.protected static PdfFormField
PdfFormField.createChoice
(PdfWriter writer, int flags, PdfArray options, int topIndex) (package private) 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, String title) After reading, we index all of the fields.private static 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 -
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)