Uses of Class
com.itextpdf.text.pdf.PdfArray
-
-
Uses of PdfArray in com.itextpdf.testutils
Methods in com.itextpdf.testutils with parameters of type PdfArray Modifier and Type Method Description boolean
CompareTool. compareArrays(PdfArray outArray, PdfArray cmpArray)
-
Uses of PdfArray in com.itextpdf.text.pdf
Subclasses of PdfArray in com.itextpdf.text.pdf Modifier and Type Class Description class
NumberArray
A PdfArray object consisting of nothing but PdfNumber objectsclass
PdfBorderArray
APdfBorderArray
defines the border of aPdfAnnotation
.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
APdfDestination
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 Modifier and Type Field Description protected PdfArray
PdfCopy. fieldArray
protected PdfArray
PdfTemplate. matrix
protected PdfArray
PdfWriter. OCGLocked
The locked array in an OCG dictionaryprotected PdfArray
PdfWriter. OCGRadioGroup
The RBGroups array in an OCG dictionaryMethods in com.itextpdf.text.pdf that return PdfArray Modifier and Type Method Description 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 aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfDictionary. getAsArray(PdfName key)
Returns aPdfObject
as aPdfArray
, resolving indirect references.PdfArray
PdfArtifact. getAttached()
PdfArray
PdfArtifact. getBBox()
PdfArray
PdfPublicKeySecurityHandler. getEncodedRecipients()
static PdfArray
PdfAnnotation. getMKColor(BaseColor color)
PdfArray
PdfAnnotation.PdfImportedLink. getRect()
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.itextpdf.text.pdf with parameters of type PdfArray Modifier and Type Method Description 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, String contents, boolean polygon, PdfArray vertices)
Creates a polygon or -line annotationstatic Rectangle
PdfReader. getNormalizedRectangle(PdfArray box)
Normalizes aRectangle
so that llx and lly are smaller than urx and ury.protected void
PRAcroForm. iterateFields(PdfArray fieldlist, PRIndirectReference fieldDict, String parentPath)
After reading, we index all of the fields.void
PdfLister. listArray(PdfArray array)
Visualizes a PdfArray object.void
PdfArtifact. setAttached(PdfArray attached)
void
PdfArtifact. setBBox(PdfArray bbox)
void
PdfWriter. setPageViewport(PdfArray vp)
Sets the Viewport for the next page.Constructors in com.itextpdf.text.pdf with parameters of type PdfArray Constructor Description PdfArray(PdfArray array)
Constructs anPdfArray
-object, containing allPdfObject
s in a specifiedPdfArray
. -
Uses of PdfArray in com.itextpdf.text.pdf.internal
Methods in com.itextpdf.text.pdf.internal that return PdfArray Modifier and Type Method Description protected PdfArray
PdfAChecker. getDirectArray(PdfObject obj)
PdfArray
PdfAnnotationsImp. rotateAnnotations(PdfWriter writer, Rectangle pageSize)
-
Uses of PdfArray in com.itextpdf.text.pdf.mc
Fields in com.itextpdf.text.pdf.mc declared as PdfArray Modifier and Type Field Description protected PdfArray
MCParser. annots
the annotations of the page that is being processed. -
Uses of PdfArray in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return PdfArray Modifier and Type Method Description PdfArray
LineDashPattern. getDashArray()
Getter for the dash array.Methods in com.itextpdf.text.pdf.parser with parameters of type PdfArray Modifier and Type Method Description void
TaggedPdfReaderTool. inspectChildArray(PdfArray k)
If the child of a structured element is an array, we need to loop over the elements.void
LineDashPattern. setDashArray(PdfArray dashArray)
Setter for the dash array.Constructors in com.itextpdf.text.pdf.parser with parameters of type PdfArray Constructor Description LineDashPattern(PdfArray dashArray, float dashPhase)
Creates newLineDashPattern
object. -
Uses of PdfArray in com.itextpdf.text.pdf.richmedia
Fields in com.itextpdf.text.pdf.richmedia declared as PdfArray Modifier and Type Field Description protected PdfArray
RichMediaAnnotation. configurations
an array with configurations (will be added to the RichMediaContent).protected PdfArray
RichMediaConfiguration. instances
An array of indirect object references to RichMediaInstance dictionaries.protected PdfArray
RichMediaAnnotation. views
an array of views (will be added to the RichMediaContent)Methods in com.itextpdf.text.pdf.richmedia with parameters of type PdfArray Modifier and Type Method Description void
RichMediaParams. setCuePoints(PdfArray cuePoints)
Sets an array of CuePoint dictionaries containing points in time within a Flash animation.void
RichMediaActivation. setScripts(PdfArray scripts)
Sets an array of indirect object references to file specification dictionaries, each of which describe a JavaScript file that shall be present in the Assets name tree of the RichMediaContent dictionary. -
Uses of PdfArray in com.itextpdf.text.pdf.security
Methods in com.itextpdf.text.pdf.security that return PdfArray Modifier and Type Method Description 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 Constructor Description FieldLock(PdfName action, PdfArray fields)
Creates a FieldLock instance -
Uses of PdfArray in com.itextpdf.text.pdf.spatial
Fields in com.itextpdf.text.pdf.spatial declared as PdfArray Modifier and Type Field Description protected PdfArray
PointData. names
An array of names that identify the internal data elements of the individual point arrays in the XPTS array.protected PdfArray
PointData. xpts
An array with XPTS values. -
Uses of PdfArray in com.itextpdf.text.pdf.spatial.objects
Subclasses of PdfArray in com.itextpdf.text.pdf.spatial.objects Modifier and Type Class Description class
NumberFormatArray
An array consisting of NumberFormatDictionary objects.class
XYArray
Creates an Array with two PdfNumber elements, representing an X and Y coordinate.
-