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)
private boolean
CompareTool. compareArraysExtended(PdfArray outArray, PdfArray cmpArray, CompareTool.ObjectPath currentPath, CompareTool.CompareResult compareResult)
-
Uses of PdfArray in com.itextpdf.text
Methods in com.itextpdf.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.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
.(package private) class
PdfColor
APdfColor
defines a BaseColor (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
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 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
(package private) PdfArray
PdfCopy.ImportedPage. mergedFields
protected PdfArray
PdfWriter. OCGLocked
The locked array in an OCG dictionaryprotected PdfArray
PdfWriter. OCGRadioGroup
The RBGroups array in an OCG dictionary(package private) PdfArray
PdfAnnotation.PdfImportedLink. rect
Fields in com.itextpdf.text.pdf with type parameters of type PdfArray Modifier and Type Field Description private java.util.HashMap<PdfArray,java.util.ArrayList<java.lang.Integer>>
PdfCopy. tabOrder
private java.util.HashMap<PdfArray,java.util.ArrayList<java.lang.Integer>>
PdfCopyFieldsImp. tabOrder
Deprecated.Methods in com.itextpdf.text.pdf that return PdfArray Modifier and Type Method Description private PdfArray
PdfCopy. branchForm(java.util.HashMap<java.lang.String,java.lang.Object> level, PdfIndirectReference parent, java.lang.String fname)
protected PdfArray
PdfCopyFieldsImp. branchForm(java.util.HashMap<java.lang.String,java.lang.Object> level, PdfIndirectReference parent, java.lang.String fname)
Deprecated.(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.protected PdfArray
PdfCopy. copyArray(PdfArray in, boolean keepStruct, boolean directRootKids)
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
PdfArtifact. getAttached()
PdfArray
PdfArtifact. getBBox()
private static PdfArray
PdfStructTreeController. getDirectArray(PdfArray in)
PdfArray
PdfPublicKeySecurityHandler. getEncodedRecipients()
private PdfArray
PdfStamperImp. getLastChildInNameTree(PdfDictionary dic)
(package private) PdfArray
PdfTemplate. getMatrix()
static PdfArray
PdfAnnotation. getMKColor(BaseColor color)
private static PdfArray
PdfReader. getNameArray(PdfObject obj)
PdfArray
PdfAnnotation.PdfImportedLink. getRect()
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.itextpdf.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
PdfCopy. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
private void
PdfCopyFieldsImp. adjustTabOrder(PdfArray annots, PdfIndirectReference ind, PdfNumber nn)
Deprecated.private boolean
PdfStructureElement. colorsEqual(PdfArray parentColor, float[] color)
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 annotationprivate void
PdfCopy. findActivesFromArray(PdfArray array, java.util.ArrayList<PdfIndirectReference> actives, java.util.HashSet<RefKey> activeKeys, java.util.HashSet<PdfName> activeClassMaps)
private PdfStructTreeController.returnType
PdfStructTreeController. findAndCopyMarks(PdfArray pages, int arrayNumber, int newArrayNumber)
private static PdfArray
PdfStructTreeController. getDirectArray(PdfArray in)
(package private) BaseColor
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 parentPath)
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 IntHashtable
DocumentFont. readWidths(PdfArray ws)
private void
PdfCopy. removeInactiveReferences(PdfArray array, java.util.HashSet<RefKey> activeKeys)
private int
AcroFields. removeRefFromArray(PdfArray array, PdfObject refo)
private void
PdfSmartCopy.ByteStore. serArray(PdfArray array, int level, ByteBuffer bb, java.util.HashMap<RefKey,java.lang.Integer> serialized)
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)
Methods in com.itextpdf.text.pdf.internal with parameters of type PdfArray Modifier and Type Method Description private PdfObject
PdfAChecker. cleverPdfArrayClone(PdfArray array)
private void
PdfA2Checker. fillOrderRecursively(PdfArray orderArray, java.util.HashSet<PdfObject> order)
-
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.ocg
Methods in com.itextpdf.text.pdf.ocg with parameters of type PdfArray Modifier and Type Method Description private void
OCGRemover. removeOCGsFromArray(PdfArray array, java.util.Set<java.lang.String> ocgs)
Searches an array for references to OCGs that need to be removed. -
Uses of PdfArray in com.itextpdf.text.pdf.parser
Fields in com.itextpdf.text.pdf.parser declared as PdfArray Modifier and Type Field Description private PdfArray
LineDashPattern. dashArray
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.pdfcleanup
Methods in com.itextpdf.text.pdf.pdfcleanup with parameters of type PdfArray Modifier and Type Method Description private java.util.Map<java.lang.Integer,java.lang.Float>
PdfCleanUpContentOperator. structureTJarray(PdfArray array)
Example.private java.util.List<Rectangle>
PdfCleanUpProcessor. translateQuadPointsToRectangles(PdfArray quadPoints)
-
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
Fields in com.itextpdf.text.pdf.security declared as PdfArray Modifier and Type Field Description (package private) PdfArray
SignaturePermissions.FieldLock. fields
An array of PdfString values with fieldnamesMethods 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.Methods in com.itextpdf.text.pdf.security with parameters of type PdfArray Modifier and Type Method Description private static void
LtvVerification. deleteOldReferences(PdfArray all, PdfArray toDelete)
private void
LtvVerification. outputDss(PdfDictionary dss, PdfDictionary vrim, PdfArray ocsps, PdfArray crls, PdfArray certs)
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.
-