Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfArray
-
Packages that use PdfArray Package Description com.gitlab.pdftk_java com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfArray in com.gitlab.pdftk_java
Methods in com.gitlab.pdftk_java that return PdfArray Modifier and Type Method Description (package private) static PdfArray
data_import. toPdfArray(Rectangle r)
Methods in com.gitlab.pdftk_java with parameters of type PdfArray Modifier and Type Method Description (package private) void
report.FormField. addOptions(PdfReader reader_p, PdfArray opts_p, boolean utf8_b)
(package private) static boolean
report. ReportAcroFormFields(java.io.PrintStream ofs, PdfArray kids_array_p, report.FormField acc_state, PdfReader reader_p, boolean utf8_b)
-
Uses of PdfArray in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfArray in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description class
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.(package private) 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.gitlab.pdftk_java.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.private PdfArray
PdfAcroForm. documentFields
This is an array containing DocumentFields.protected PdfArray
PdfTemplate. matrix
(package private) PdfArray
PdfLayerMembership. members
protected PdfArray
PdfWriter. OCGRadioGroup
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfArray Modifier and Type Method Description protected PdfArray
PdfCopyFieldsImp. branchForm(java.util.HashMap 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 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)
private PdfArray
PdfReader. findOrphanPages()
PdfArray
PdfArray. getAsArray(int idx)
Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfDictionary. getAsArray(PdfName key)
Returns aPdfObject
as aPdfArray
, resolving indirect references.(package private) PdfArray
PdfTemplate. getMatrix()
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)
protected PdfArray
PdfReader. readArray()
protected PdfArray
PdfDocument. rotateAnnotations()
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfArray Modifier and Type Method Description 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)
private int
AcroFields. removeRefFromArray(PdfArray array, PdfObject refo)
Constructors in com.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfArray Constructor Description PdfArray(PdfArray array)
Constructs anPdfArray
-object, containing all thePdfObject
s in a givenPdfArray
.
-