Uses of Class
com.lowagie.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.lowagie.bouncycastle com.lowagie.rups.view.models com.lowagie.text com.lowagie.text.pdf com.lowagie.text.pdf.internal com.lowagie.toolbox.plugins -
-
Uses of PdfArray in com.lowagie.bouncycastle
Methods in com.lowagie.bouncycastle with parameters of type PdfArray Modifier and Type Method Description static byte[]
BouncyCastleHelper. getEnvelopedData(PdfArray recipients, java.util.List<PdfObject> strings, java.security.cert.Certificate certificate, java.security.Key certificateKey, java.lang.String certificateKeyProvider)
-
Uses of PdfArray in com.lowagie.rups.view.models
Fields in com.lowagie.rups.view.models declared as PdfArray Modifier and Type Field Description protected PdfArray
PdfArrayTableModel. array
The PDF array.Constructors in com.lowagie.rups.view.models with parameters of type PdfArray Constructor Description PdfArrayTableModel(PdfArray array)
Creates the TableModel. -
Uses of PdfArray in com.lowagie.text
Methods in com.lowagie.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.lowagie.text.pdf
Subclasses of PdfArray in com.lowagie.text.pdf Modifier and Type Class Description class
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.class
PdfColor
APdfColor
defines a Color (it's aPdfArray
containing 3 values).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.lowagie.text.pdf declared as PdfArray Modifier and Type Field Description private PdfArray
PdfAcroForm. calculationOrder
This is an array containing the calculationorder of the fields.(package private) PdfArray
PdfAnnotation.PdfImportedLink. destination
private PdfArray
PdfAcroForm. documentFields
This is an array containing DocumentFields.protected PdfArray
PdfCopy. fieldArray
protected PdfArray
PdfTemplate. matrix
(package private) PdfArray
PdfLayerMembership. members
protected PdfArray
PdfWriter. OCGLocked
The locked array in an OCG dictionaryprotected PdfArray
PdfWriter. OCGRadioGroup
The RBGroups array in an OCG dictionaryFields in com.lowagie.text.pdf with type parameters of type PdfArray Modifier and Type Field Description private java.util.Map<java.lang.Integer,PdfArray>
PdfStructureTreeRoot. parentTree
private java.util.Map<PdfArray,java.util.List<java.lang.Integer>>
PdfCopyFieldsImp. tabOrder
Methods in com.lowagie.text.pdf that return PdfArray Modifier and Type Method Description protected PdfArray
PdfCopyFieldsImp. branchForm(java.util.Map<java.lang.String,java.lang.Object> level, PdfIndirectReference parent, java.lang.String fname)
(package private) static PdfArray
PdfAction. buildArray(java.lang.Object[] names)
(package private) PdfArray
FdfWriter.Wrt. calculate(java.util.HashMap<java.lang.String,java.lang.Object> map)
protected PdfArray
PdfCopy. copyArray(PdfArray in)
Translate a PRArray to a PdfArray.(package private) static PdfArray
SimpleNamedDestination. createDestinationArray(java.lang.String value, PdfWriter writer)
PdfArray
PdfArray. getAsArray(int idx)
Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfDictionary. getAsArray(PdfName key)
Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfPublicKeySecurityHandler. getEncodedRecipients()
(package private) PdfArray
PdfTemplate. getMatrix()
static PdfArray
PdfAnnotation. getMKColor(java.awt.Color color)
private static PdfArray
PdfReader. getNameArray(PdfObject obj)
PdfArray
PdfSignatureAppDataDict. getOs()
Indicates the operating system, such as Windows.protected static PdfArray
PdfFormField. processOptions(java.lang.String[] options)
protected static PdfArray
PdfFormField. processOptions(java.lang.String[][] options)
PdfArray
PdfContentParser. readArray()
Reads an array.protected PdfArray
PdfReader. readArray()
Methods in com.lowagie.text.pdf with parameters of type PdfArray Modifier and Type Method Description private void
PdfStamperImp. addOrder(PdfLayer parent, PdfArray arr, java.util.Map<java.lang.String,PdfLayer> ocgmap)
Recursive method to reconstruct the documentOCGorder variable in the writer.private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
protected 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)
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)
protected void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, java.lang.String title)
After reading, we index all of the fields.void
PdfLister. listArray(PdfArray array)
Visualizes a PdfArray object.private static java.lang.String
SimpleBookmark. makeBookmarkParam(PdfArray dest, IntHashtable pages)
static java.awt.Color
AcroFields. parseColor(PdfArray pdfColor)
Parses and converts colors from PDF to standard AWT Colors.private IntHashtable
DocumentFont. readWidths(PdfArray ws)
private int
AcroFields. removeRefFromArray(PdfArray array, PdfObject refo)
private void
PdfSmartCopy.ByteStore. serArray(PdfArray array, int level, ByteBuffer bb)
Constructors in com.lowagie.text.pdf with parameters of type PdfArray Constructor Description PdfArray(PdfArray array)
Constructs anPdfArray
-object, containing allPdfObject
s 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 PdfArray Modifier and Type Method Description PdfArray
PdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize)
-
Uses of PdfArray in com.lowagie.toolbox.plugins
Methods in com.lowagie.toolbox.plugins with parameters of type PdfArray Modifier and Type Method Description private void
Normalize. Seitehinzufuegen(PdfDictionary page, int count_in_leaf, PdfWriter writer, PdfArray array)
-