|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfArray | |
---|---|
com.lowagie.text.pdf | |
com.lowagie.tools.plugins.treeview |
Uses of PdfArray in com.lowagie.text.pdf |
---|
Subclasses of PdfArray in com.lowagie.text.pdf | |
---|---|
class |
PdfBorderArray
A PdfBorderArray defines the border of a PdfAnnotation . |
class |
PdfDashPattern
A PdfDashPattern defines a dash pattern as described in
the PDF Reference Manual version 1.3 p 325 (section 8.4.3). |
class |
PdfDestination
A PdfColor defines a Color (it's a PdfArray containing 3 values). |
class |
PdfRectangle
PdfRectangle is the PDF Rectangle object. |
Fields in com.lowagie.text.pdf declared as PdfArray | |
---|---|
protected PdfArray |
PdfTemplate.matrix
|
protected PdfArray |
PdfWriter.OCGRadioGroup
|
Methods in com.lowagie.text.pdf that return PdfArray | |
---|---|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray. |
static PdfArray |
PdfAnnotation.getMKColor(Color color)
|
protected static PdfArray |
PdfFormField.processOptions(String[] options)
|
protected static PdfArray |
PdfFormField.processOptions(String[][] options)
|
PdfArray |
PdfContentParser.readArray()
Reads an array. |
protected PdfArray |
PdfReader.readArray()
|
Methods in com.lowagie.text.pdf with parameters of type PdfArray | |
---|---|
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)
|
static Rectangle |
PdfReader.getNormalizedRectangle(PdfArray box)
Normalizes a Rectangle so that llx and lly are smaller than urx and ury. |
protected void |
PRAcroForm.iterateFields(PdfArray fieldlist,
PRIndirectReference fieldDict,
String title)
After reading, we index all of the fields. |
void |
PdfLister.listArray(PdfArray array)
Visualizes a PdfArray object. |
Constructors in com.lowagie.text.pdf with parameters of type PdfArray | |
---|---|
PdfArray(PdfArray array)
Constructs an PdfArray -object, containing all the PdfObject s in a given PdfArray . |
Uses of PdfArray in com.lowagie.tools.plugins.treeview |
---|
Constructors in com.lowagie.tools.plugins.treeview with parameters of type PdfArray | |
---|---|
ArrayTreeNode(Object userObject,
PdfArray arr)
|
|
PagelistTreeNode(PdfArray pdfarray)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |