|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PdfArray | |
---|---|
com.itextpdf.text.pdf | |
com.itextpdf.text.pdf.internal | |
com.itextpdf.text.pdf.parser | |
com.itextpdf.text.pdf.security |
Uses of PdfArray in com.itextpdf.text.pdf |
---|
Subclasses of PdfArray in com.itextpdf.text.pdf | |
---|---|
class |
NumberArray
A PdfArray object consisting of nothing but PdfNumber objects |
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 PdfDestination is a reference to a location in a PDF file. |
class |
PdfRectangle
PdfRectangle is the PDF Rectangle object. |
class |
PdfVisibilityExpression
An array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups. |
Fields in com.itextpdf.text.pdf declared as PdfArray | |
---|---|
protected PdfArray |
PdfCopy.fieldArray
|
protected PdfArray |
PdfTemplate.matrix
|
protected PdfArray |
PdfWriter.OCGLocked
The locked array in an OCG dictionary |
protected PdfArray |
PdfWriter.OCGRadioGroup
The RBGroups array in an OCG dictionary |
Methods in com.itextpdf.text.pdf that return PdfArray | |
---|---|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray. |
protected PdfArray |
PdfCopy.copyArray(PdfArray in,
boolean keepStruct,
boolean directRootKids)
Translate a PRArray to a PdfArray. |
PdfArray |
PdfArray.getAsArray(int idx)
Returns a PdfObject as a PdfArray ,
resolving indirect references. |
PdfArray |
PdfDictionary.getAsArray(PdfName key)
Returns a PdfObject as a PdfArray ,
resolving indirect references. |
PdfArray |
PdfPublicKeySecurityHandler.getEncodedRecipients()
|
static PdfArray |
PdfAnnotation.getMKColor(BaseColor color)
|
protected static PdfArray |
PdfFormField.processOptions(java.lang.String[] options)
|
protected static PdfArray |
PdfFormField.processOptions(java.lang.String[][] options)
|
protected PdfArray |
PdfReader.readArray()
|
PdfArray |
PdfContentParser.readArray()
Reads an array. |
Methods in com.itextpdf.text.pdf with parameters of type PdfArray | |
---|---|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray. |
protected PdfArray |
PdfCopy.copyArray(PdfArray in,
boolean keepStruct,
boolean directRootKids)
Translate a PRArray to a PdfArray. |
protected static PdfFormField |
PdfFormField.createChoice(PdfWriter writer,
int flags,
PdfArray options,
int topIndex)
|
static PdfAnnotation |
PdfAnnotation.createPolygonPolyline(PdfWriter writer,
Rectangle rect,
java.lang.String contents,
boolean polygon,
PdfArray vertices)
Creates a polygon or -line annotation |
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,
java.lang.String parentPath)
After reading, we index all of the fields. |
void |
PdfLister.listArray(PdfArray array)
Visualizes a PdfArray object. |
void |
PdfWriter.setPageViewport(PdfArray vp)
Sets the Viewport for the next page. |
Constructors in com.itextpdf.text.pdf with parameters of type PdfArray | |
---|---|
PdfArray(PdfArray array)
Constructs an PdfArray -object, containing all
PdfObject s in a specified PdfArray . |
Uses of PdfArray in com.itextpdf.text.pdf.internal |
---|
Methods in com.itextpdf.text.pdf.internal that return PdfArray | |
---|---|
PdfArray |
PdfAnnotationsImp.rotateAnnotations(PdfWriter writer,
Rectangle pageSize)
|
Uses of PdfArray in com.itextpdf.text.pdf.parser |
---|
Methods in com.itextpdf.text.pdf.parser with parameters of type PdfArray | |
---|---|
void |
TaggedPdfReaderTool.inspectChildArray(PdfArray k)
If the child of a structured element is an array, we need to loop over the elements. |
Uses of PdfArray in com.itextpdf.text.pdf.security |
---|
Methods in com.itextpdf.text.pdf.security that return PdfArray | |
---|---|
PdfArray |
SignaturePermissions.FieldLock.getFields()
Getter for the fields involved in the lock action. |
Constructors in com.itextpdf.text.pdf.security with parameters of type PdfArray | |
---|---|
SignaturePermissions.FieldLock(PdfName action,
PdfArray fields)
Creates a FieldLock instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |