Uses of Class
com.itextpdf.kernel.pdf.PdfArray
Packages that use PdfArray
Package
Description
-
Uses of PdfArray in com.itextpdf.forms
Methods in com.itextpdf.forms that return PdfArrayModifier and TypeMethodDescriptionPdfAcroForm.getCalculationOrder()
Gets theCO
array property on the AcroForm.protected PdfArray
PdfAcroForm.getFields()
Gets all AcroForm fields in the document.Methods in com.itextpdf.forms with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static PdfDictionary
PdfAcroForm.createAcroFormDictionaryByFields
(PdfArray fields) private void
PdfAcroForm.removeFieldFromParentAndAcroForm
(PdfArray formFields, PdfDictionary fieldObject) PdfAcroForm.setCalculationOrder
(PdfArray calculationOrder) Sets theCO
array property on the AcroForm.PdfAcroForm.setXFAResource
(PdfArray xfaResource) Sets theXFA
property on the AcroForm.Constructors in com.itextpdf.forms with parameters of type PdfArrayModifierConstructorDescriptionprivate
PdfAcroForm
(PdfArray fields) Creates a PdfAcroForm from aPdfArray
of fields. -
Uses of PdfArray in com.itextpdf.forms.fields
Fields in com.itextpdf.forms.fields declared as PdfArrayMethods in com.itextpdf.forms.fields that return PdfArrayModifier and TypeMethodDescriptionPdfChoiceFormField.getIndices()
Gets the currently selected items in the fieldPdfFormField.getKids()
Gets the kids of this object.ChoiceFormFieldBuilder.getOptions()
Gets options for choice form field.PdfFormField.getOptions()
Gets options for the form field.private static PdfArray
PdfFormAnnotation.getRotationMatrix
(int rotation, float height, float width) private static PdfArray
ChoiceFormFieldBuilder.processOptions
(String[] options) private static PdfArray
ChoiceFormFieldBuilder.processOptions
(String[][] options) Methods in com.itextpdf.forms.fields with parameters of type PdfArrayModifier and TypeMethodDescription(package private) float
PdfFormAnnotation.getFontSize
(PdfArray bBox, String value) (package private) static String
PdfFormField.optionsArrayToString
(PdfArray options) PdfChoiceFormField.setIndices
(PdfArray indices) Sets the selected items in the field.ChoiceFormFieldBuilder.setOptions
(PdfArray options) Sets options for choice form field.PdfFormField.setOptions
(PdfArray options) Sets options for the form field.private static void
ChoiceFormFieldBuilder.verifyOptions
(PdfArray options) -
Uses of PdfArray in com.itextpdf.forms.xfdf
Methods in com.itextpdf.forms.xfdf that return PdfArrayModifier and TypeMethodDescription(package private) static PdfArray
XfdfObjectUtils.convertDashesFromString
(String dashesString) Converts a string containing float values into a PdfArray, representing a pattern of dashes and gaps to be used in drawing a dashed border.(package private) static PdfArray
XfdfObjectUtils.convertFringeFromString
(String fringeString) Converts a string containing 4 float values into a PdfArray, representing rectangle fringe.Methods in com.itextpdf.forms.xfdf with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static void
XfdfObjectFactory.addBorderStyleAttributes
(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style) (package private) static PdfString
XfdfObjectUtils.convertDashesFromArray
(PdfArray dashesArray) Converts a PdfArray, representing a pattern of dashes and gaps to be used in drawing a dashed border, into a string containing float values.private static void
XfdfObjectFactory.createDestElement
(PdfArray dest, AnnotObject annot) -
Uses of PdfArray in com.itextpdf.kernel.colors.gradients
Methods in com.itextpdf.kernel.colors.gradients that return PdfArrayModifier and TypeMethodDescriptionprivate static PdfArray
AbstractLinearGradientBuilder.createCoordsPdfArray
(Point[] coordsPoints) -
Uses of PdfArray in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArray
PubKeySecurityHandler.createRecipientsArray()
private PdfArray
PubKeySecurityHandler.getEncodedRecipients()
Methods in com.itextpdf.kernel.crypto.securityhandler with parameters of type PdfArrayModifier and TypeMethodDescription(package private) static byte[]
EncryptionUtils.fetchEnvelopedData
(Key certificateKey, Certificate certificate, String certificateKeyProvider, IExternalDecryptionProcess externalDecryptionProcess, PdfArray recipients) -
Uses of PdfArray in com.itextpdf.kernel.font
Methods in com.itextpdf.kernel.font that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArray
PdfSimpleFont.buildWidthsArray
(int firstChar, int lastChar) protected PdfArray
PdfType3Font.buildWidthsArray
(int firstChar, int lastChar) Methods in com.itextpdf.kernel.font with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
PdfType3Font.addGlyphsFromDifferences
(PdfArray differences, PdfDictionary charProcsDic, int[] widths) (package private) static IntHashtable
FontUtil.convertCompositeWidthsArray
(PdfArray widthsArray) (package private) static int[]
FontUtil.convertSimpleWidthsArray
(PdfArray widthsArray, int first, int missingWidth) private static void
DocFontEncoding.fillDifferences
(DocFontEncoding fontEncoding, PdfArray diffs, CMapToUnicode toUnicode) -
Uses of PdfArray in com.itextpdf.kernel.geom
Methods in com.itextpdf.kernel.geom with parameters of type PdfArrayModifier and TypeMethodDescriptionstatic Rectangle
Rectangle.createBoundingRectangleFromQuadPoint
(PdfArray quadPoints) Create the bounding rectangle for the given array of quadpoints.Rectangle.createBoundingRectanglesFromQuadPoint
(PdfArray quadPoints) Create a list of bounding rectangles from an 8 x n array of Quadpoints. -
Uses of PdfArray in com.itextpdf.kernel.pdf
Subclasses of PdfArray in com.itextpdf.kernel.pdfModifier and TypeClassDescriptionclass
PdfTextArray
defines an array with displacements andPdfString
-objects.Fields in com.itextpdf.kernel.pdf declared as PdfArrayMethods in com.itextpdf.kernel.pdf that return PdfArrayModifier and TypeMethodDescriptionprivate PdfArray
PdfPage.getAnnots
(boolean create) PdfArray.getAsArray
(int index) Returns the element at the specified index as a PdfArray.PdfDictionary.getAsArray
(PdfName key) Returns the value associated to this key as a PdfArray.PdfDocument.getAssociatedFiles()
Returns files associated with PDF document.PdfPage.getAssociatedFiles
(boolean create) Returns files associated with PDF page.private static PdfArray
PdfNameTree.getDestArray
(PdfObject obj) PdfViewerPreferences.getEnforce()
PDF 2.0.PdfPages.getKids()
PdfResources.getProcSet()
Gets the array of predefined procedure set names (see ISO-320001 Paragraph 14.2).protected PdfArray
PdfReader.readArray
(boolean objStm) Methods in com.itextpdf.kernel.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionvoid
Adds content of thePdfArray
.void
Adds content of thePdfArray
.private void
PageFlushingHelper.arrayFlushIfModified
(PdfArray contentsArr) private static void
OcgPropertiesCopier.attemptToAddObjectToArray
(Set<PdfIndirectReference> fromOcgsToCopy, PdfObject fromObj, PdfArray toArray, PdfDocument toDocument) private boolean
PdfCatalog.isEqualSameNameDestExist
(Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage) boolean
MemoryLimitsAwareHandler.isMemoryLimitsAwarenessRequiredOnDecompression
(PdfArray filters) Performs a check if thePdfStream
with provided setup of the filters requires memory limits awareness during decompression.private static PdfString
private void
PdfWriter.markArrayContentToFlush
(PdfArray array) private static boolean
OcgPropertiesCopier.orderBranchContainsSetElements
(PdfObject arrayObj, PdfArray array, int currentIndex, Set<PdfIndirectReference> ocgs, PdfArray toOcgs, PdfDocument toDocument) private void
SmartModePdfObjectsSerializer.serArray
(PdfArray array, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) PdfViewerPreferences.setEnforce
(PdfArray enforce) PDF 2.0.void
PdfResources.setProcSet
(PdfArray array) Sets the array of predefined procedure set names (see ISO-320001 Paragraph 14.2).private void
Constructors in com.itextpdf.kernel.pdf with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.kernel.pdf.action
Methods in com.itextpdf.kernel.pdf.action that return PdfArrayModifier and TypeMethodDescriptionprivate static PdfArray
PdfAction.buildArray
(Object[] names) private static PdfArray
PdfAction.getArrayFromStringList
(String[] strings) private static PdfArray
PdfAction.getPdfArrayFromAnnotationsList
(PdfAnnotation[] wrappers) -
Uses of PdfArray in com.itextpdf.kernel.pdf.annot
Methods in com.itextpdf.kernel.pdf.annot that return PdfArrayModifier and TypeMethodDescriptionPdfTrapNetworkAnnotation.getAnnotStates()
An array of name objects representing the appearance states for annotations associated with the page.PdfAnnotation.getAssociatedFiles
(boolean create) Returns files associated with PDF annotation.PdfAnnotation.getBorder()
An array specifying the characteristics of the annotation’s border.PdfFreeTextAnnotation.getCalloutLine()
PdfLineAnnotation.getCaptionOffset()
An array of two numbers that specifies the offset of the caption text from its normal position.PdfAnnotation.getColorObject()
An array of numbers in the range 0.0 to 1.0, representing a colour used for the following purposes: The background of the annotation’s icon when closed The title bar of the annotation’s pop-up window The border of a link annotation The number of array elements determines the colour space in which the colour shall be defined: 0 - No colour; transparent 1 - DeviceGray 3 - DeviceRGB 4 - DeviceCMYKPdfTrapNetworkAnnotation.getFauxedFonts()
An array of font dictionaries representing fonts that were fauxed (replaced by substitute fonts) during the generation of trap networks for the page.PdfLineAnnotation.getLine()
An array of four numbers, [x1 y1 x2 y2], specifying the starting and ending coordinates of the line in default user space.PdfLineAnnotation.getLineEndingStyles()
An array of two names specifying the line ending styles that is used in drawing the line.PdfPolyGeomAnnotation.getLineEndingStyles()
PdfFixedPrint.getMatrix()
PdfPolyGeomAnnotation.getPath()
PDF 2.0.PdfLinkAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.PdfRedactAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.PdfTextMarkupAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.PdfAnnotation.getRectangle()
The annotation rectangle, defining the location of the annotation on the page in default user space units.PdfCaretAnnotation.getRectangleDifferences()
A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying caret.PdfCircleAnnotation.getRectangleDifferences()
A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying circle.PdfFreeTextAnnotation.getRectangleDifferences()
A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayedPdfSquareAnnotation.getRectangleDifferences()
A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square.PdfTrapNetworkAnnotation.getVersion()
An unordered array of all objects present in the page description at the time the trap networks were generated and that, if changed, could affect the appearance of the page.PdfPolyGeomAnnotation.getVertices()
Methods in com.itextpdf.kernel.pdf.annot with parameters of type PdfArrayModifier and TypeMethodDescriptionstatic Color
InteriorColorUtil.parseInteriorColor
(PdfArray color) The interior color which is used to fill areas specific for different types of annotation.PdfTrapNetworkAnnotation.setAnnotStates
(PdfArray annotStates) An array of name objects representing the appearance states (value of the /AS entryPdfAnnotation.getAppearanceState()
) for annotations associated with the page.Sets the characteristics of the annotation’s border.PdfFreeTextAnnotation.setCalloutLine
(PdfArray calloutLine) PdfLineAnnotation.setCaptionOffset
(PdfArray captionOffset) Sets the offset of the caption text from its normal position.Sets an annotation color.static final PdfDictionary
BorderStyleUtil.setDashPattern
(PdfDictionary bs, PdfArray dashPattern) Setter for the dashed border style.PdfCircleAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfFreeTextAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfInkAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfLineAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfLinkAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfPolyGeomAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfSquareAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfWidgetAnnotation.setDashPattern
(PdfArray dashPattern) Setter for the annotation's preset dashed border style.PdfTrapNetworkAnnotation.setFauxedFonts
(PdfArray fauxedFonts) An array of font dictionaries representing fonts that were fauxed (replaced by substitute fonts) during the generation of trap networks for the page.PdfCircleAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's ellipse.PdfLineAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfPolyGeomAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's line endings.PdfRedactAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the redacted region after the affected content has been removed.PdfSquareAnnotation.setInteriorColor
(PdfArray interiorColor) An array of numbers in the range 0.0 to 1.0 specifying the interior color which is used to fill the annotation's rectangle.PdfLineAnnotation.setLineEndingStyles
(PdfArray lineEndingStyles) Sets the line ending styles that are used in drawing the line.PdfPolyGeomAnnotation.setLineEndingStyles
(PdfArray lineEndingStyles) PDF 2.0.PdfLinkAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfRedactAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfTextMarkupAnnotation.setQuadPoints
(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArray
of 8 × n numbers.PdfAnnotation.setRectangle
(PdfArray array) The annotation rectangle, defining the location of the annotation on the page in default user space units.PdfCaretAnnotation.setRectangleDifferences
(PdfArray rect) A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying caret.PdfCircleAnnotation.setRectangleDifferences
(PdfArray rect) A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying circle.PdfFreeTextAnnotation.setRectangleDifferences
(PdfArray rect) A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the inner rectangle where the annotation's text should be displayedPdfSquareAnnotation.setRectangleDifferences
(PdfArray rect) A set of four numbers describing the numerical differences between two rectangles: the Rect entry of the annotation and the actual boundaries of the underlying square.PdfTrapNetworkAnnotation.setVersion
(PdfArray version) An unordered array of all objects present in the page description at the time the trap networks were generated and that, if changed, could affect the appearance of the page.PdfPolyGeomAnnotation.setVertices
(PdfArray vertices) Constructors in com.itextpdf.kernel.pdf.annot with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.kernel.pdf.canvas
Fields in com.itextpdf.kernel.pdf.canvas declared as PdfArrayModifier and TypeFieldDescriptionprivate PdfArray
CanvasGraphicsState.dashPattern
A description of the dash pattern to be used when paths are stroked.Methods in com.itextpdf.kernel.pdf.canvas that return PdfArrayModifier and TypeMethodDescriptionCanvasGraphicsState.getDashPattern()
Gets line dash pattern value,D
key, see ISO-320001, 8.4.3.6 Line Dash Pattern,PdfExtGState.setDashPattern(com.itextpdf.kernel.pdf.PdfArray)
.private PdfArray
PdfCanvas.getDashPatternArray
(float phase) private PdfArray
PdfCanvas.getDashPatternArray
(float[] dashArray, float phase) Methods in com.itextpdf.kernel.pdf.canvas with parameters of type PdfArrayModifier and TypeMethodDescriptionPdfCanvas.concatMatrix
(PdfArray array) Concatenates the 2x3 affine transformation matrix to the current matrix in the content stream managed by this Canvas.void
CanvasGraphicsState.setDashPattern
(PdfArray dashPattern) Sets line dash pattern value,D
key, see ISO-320001, 8.4.3.6 Line Dash Pattern,PdfExtGState.setDashPattern(com.itextpdf.kernel.pdf.PdfArray)
.Shows text (operator TJ) -
Uses of PdfArray in com.itextpdf.kernel.pdf.canvas.parser.data
Methods in com.itextpdf.kernel.pdf.canvas.parser.data that return PdfArrayModifier and TypeMethodDescriptionPathRenderInfo.getLineDashPattern()
Gets the path's dash pattern. -
Uses of PdfArray in com.itextpdf.kernel.pdf.canvas.parser.util
Methods in com.itextpdf.kernel.pdf.canvas.parser.util that return PdfArray -
Uses of PdfArray in com.itextpdf.kernel.pdf.colorspace
Methods in com.itextpdf.kernel.pdf.colorspace that return PdfArrayModifier and TypeMethodDescriptionprotected static PdfArray
PdfSpecialCs.DeviceN.getDeviceNCsArray
(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) private static PdfArray
PdfSpecialCs.Indexed.getIndexedCsArray
(PdfObject base, int hival, PdfString lookup) private static PdfArray
PdfCieBasedCs.CalGray.getInitialPdfArray()
private static PdfArray
PdfCieBasedCs.CalRgb.getInitialPdfArray()
private static PdfArray
PdfCieBasedCs.IccBased.getInitialPdfArray
(InputStream iccStream, float[] range) private static PdfArray
PdfCieBasedCs.Lab.getInitialPdfArray()
PdfPattern.getMatrix()
Gets a transformation matrix that maps the pattern’s internal coordinate system to the default coordinate system of the pattern’s parent content stream.PdfSpecialCs.DeviceN.getNames()
protected static PdfArray
PdfSpecialCs.NChannel.getNChannelCsArray
(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) private static PdfArray
PdfSpecialCs.Separation.getSeparationCsArray
(PdfName name, PdfObject alternateSpace, PdfObject tintTransform) Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfArrayModifier and TypeMethodDescriptionprotected static PdfArray
PdfSpecialCs.DeviceN.getDeviceNCsArray
(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) protected static PdfArray
PdfSpecialCs.NChannel.getNChannelCsArray
(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) void
Sets a transformation matrix that maps the pattern’s internal coordinate system to the default coordinate system of the pattern’s parent content stream.Constructors in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfArrayModifierConstructorDescriptionNChannel
(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) protected
PdfCieBasedCs
(PdfArray pdfObject) protected
PdfSpecialCs
(PdfArray pdfObject) Separation
(PdfArray pdfObject) UncoloredTilingPattern
(PdfArray pdfObject) -
Uses of PdfArray in com.itextpdf.kernel.pdf.colorspace.shading
Methods in com.itextpdf.kernel.pdf.colorspace.shading that return PdfArrayModifier and TypeMethodDescriptionAbstractPdfShadingBlend.getCoords()
Gets the coordsPdfArray
object.AbstractPdfShadingMesh.getDecode()
Gets thePdfArray
of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.AbstractPdfShadingBlend.getDomain()
Gets thePdfArray
of twofloat
[t0, t1] that represent the limiting values of a parametric variable t, that becomes an input of color function(s).PdfFunctionBasedShading.getDomain()
Gets thePdfArray
domain rectangle object that establishes an internal coordinate space for the shading that is independent of the target coordinate space in which it shall be painted.AbstractPdfShadingBlend.getExtend()
Gets thePdfArray
of twoboolean
that specified whether to extend the shading beyond the starting and ending points of the axis, respectively.PdfFunctionBasedShading.getMatrix()
Gets thePdfArray
of floats that represents the transformation matrix that maps the domain rectangle into a corresponding figure in the target coordinate space.Methods in com.itextpdf.kernel.pdf.colorspace.shading with parameters of type PdfArrayModifier and TypeMethodDescriptionfinal void
Sets the Coords object with thePdfArray
, that specified the starting and the endings coordinates of thew axis, expressed in the shading's target coordinate space.final void
Sets thePdfArray
of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.final void
Sets the Domain with thePdfArray
of twofloat
[t0, t1] that represent the limiting values of a parametric variable t, that becomes an input of color function(s).void
Sets thePdfArray
domain rectangle object that establishes an internal coordinate space for the shading that is independent of the target coordinate space in which it shall be painted.final void
Sets the Extend object with thePdfArray
of twoboolean
.void
Sets the array of floats that represents the transformation matrix that maps the domain rectangle into a corresponding figure in the target coordinate space.Constructors in com.itextpdf.kernel.pdf.colorspace.shading with parameters of type PdfArrayModifierConstructorDescriptionPdfAxialShading
(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.PdfAxialShading
(PdfColorSpace cs, PdfArray coords, PdfArray domain, IPdfFunction function) Creates the new instance of the class.PdfCoonsPatchShading
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.PdfFreeFormGouraudShadedTriangleShading
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class.PdfLatticeFormGouraudShadedTriangleShading
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, PdfArray decode) Creates the new instance of the class.PdfRadialShading
(PdfColorSpace cs, PdfArray coords, IPdfFunction function) Creates the new instance of the class.PdfTensorProductPatchShading
(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode) Creates the new instance of the class. -
Uses of PdfArray in com.itextpdf.kernel.pdf.extgstate
Methods in com.itextpdf.kernel.pdf.extgstate that return PdfArrayModifier and TypeMethodDescriptionPdfExtGState.getDashPattern()
Gets line dash pattern value,D
key.PdfExtGState.getFont()
Gets font and size,Font
key.Methods in com.itextpdf.kernel.pdf.extgstate with parameters of type PdfArrayModifier and TypeMethodDescriptionPdfExtGState.setDashPattern
(PdfArray dashPattern) Sets line dash pattern value,D
key.Sets font and size,Font
key. -
Uses of PdfArray in com.itextpdf.kernel.pdf.filespec
Methods in com.itextpdf.kernel.pdf.filespec that return PdfArrayMethods in com.itextpdf.kernel.pdf.filespec with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.kernel.pdf.function
Methods in com.itextpdf.kernel.pdf.function with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate double[]
PdfType3Function.checkAndGetBounds
(PdfArray boundsArray) private double[]
PdfType3Function.checkAndGetEncode
(PdfArray encodeArray) private List
<IPdfFunction> PdfType3Function.checkAndGetFunctions
(PdfArray functionsArray) private static double[]
PdfType2Function.initializeCArray
(PdfArray c, PdfArray otherC, PdfArray range, double defaultValue) private void
PdfType0Function.initializeEncoding
(PdfArray encodeObj) -
Uses of PdfArray in com.itextpdf.kernel.pdf.layer
Methods in com.itextpdf.kernel.pdf.layer with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static void
PdfOCProperties.getOCGOrder
(PdfArray order, PdfLayer layer) Gets the order of the layers in which they will be displayed in the layer view panel, including nesting.private void
PdfOCProperties.readOrderFromDictionary
(PdfLayer parent, PdfArray orderArray, Map<PdfIndirectReference, PdfLayer> layerMap) Reads the /Order in the /D entry and initialized the parent-child hierarchy.Constructors in com.itextpdf.kernel.pdf.layer with parameters of type PdfArrayModifierConstructorDescriptionPdfVisibilityExpression
(PdfArray visibilityExpressionArray) Constructs a new PdfVisibilityExpression instance by its raw PdfArray. -
Uses of PdfArray in com.itextpdf.kernel.pdf.tagging
Methods in com.itextpdf.kernel.pdf.tagging that return PdfArrayModifier and TypeMethodDescriptionPdfStructElem.getAssociatedFiles
(boolean create) Returns files associated with structure element.PdfStructTreeRoot.getAssociatedFiles
(boolean create) Returns files associated with structure tree root.PdfStructTreeRoot.getKidsObject()
PdfStructTreeRoot.getNamespacesObject()
An array of namespaces used within the document.Methods in com.itextpdf.kernel.pdf.tagging with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static int
PdfStructElem.removeObjectFromArray
(PdfArray array, PdfObject toRemove) -
Uses of PdfArray in com.itextpdf.kernel.pdf.tagutils
Methods in com.itextpdf.kernel.pdf.tagutils with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static void
AccessibilityPropertiesToStructElem.addNewAttributesToAttributesArray
(int insertIndex, List<PdfStructureAttributes> newAttributesList, PdfNumber revision, PdfArray attributesArray) -
Uses of PdfArray in com.itextpdf.kernel.pdf.xobject
Fields in com.itextpdf.kernel.pdf.xobject declared as PdfArrayMethods in com.itextpdf.kernel.pdf.xobject that return PdfArrayModifier and TypeMethodDescriptionprivate static PdfArray
PdfImageXObject.createArray
(PdfStream stream, Object[] objects) PdfXObject.getAssociatedFiles
(boolean create) Returns files associated with XObject.PdfFormXObject.getBBox()
Gets Form XObject's BBox,PdfName.BBox
key.PdfFormXObject.getSeparationColorNames()
Gets separation color names of trap network appearance,PdfName.SeparationColorNames
key.PdfFormXObject.getTrapRegions()
Gets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format.Methods in com.itextpdf.kernel.pdf.xobject with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate byte[]
ImagePdfBytesInfo.processSeperationColor
(byte[] imageBytes, PdfArray colorSpaceArray) Sets Form XObject's BBox,PdfName.BBox
key.void
PdfTransparencyGroup.setColorSpace
(PdfArray colorSpace) PdfFormXObject.setSeparationColorNames
(PdfArray colorNames) Sets separation color names for the trap network appearance,PdfName.SeparationColorNames
key.PdfFormXObject.setTrapRegions
(PdfArray regions) Sets an array of TrapRegion objects defining the page’s trapping zones and the associated trapping parameters, as described in Adobe Technical Note #5620, Portable Job Ticket Format. -
Uses of PdfArray in com.itextpdf.kernel.utils
Methods in com.itextpdf.kernel.utils with parameters of type PdfArrayModifier and TypeMethodDescriptionboolean
CompareTool.compareArrays
(PdfArray outArray, PdfArray cmpArray) Simple method that compares two given PdfArrays by content.private boolean
CompareTool.compareArraysExtended
(PdfArray outArray, PdfArray cmpArray, ObjectPath currentPath, CompareTool.CompareResult compareResult) private int
CompareTool.getExplicitDestinationPageNum
(PdfArray explicitDest) -
Uses of PdfArray in com.itextpdf.pdfa.checker
Fields in com.itextpdf.pdfa.checker with type parameters of type PdfArrayMethods in com.itextpdf.pdfa.checker that return PdfArrayMethods in com.itextpdf.pdfa.checker with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
PdfA4Checker.checkAnnotationsForColorUsages
(PdfArray annotations, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) (package private) void
PdfA2Checker.checkAnnotationsForTransparency
(PdfArray annotations) private void
PdfAChecker.checkArrayRecursively
(PdfArray array) protected void
PdfA1Checker.checkPdfArray
(PdfArray array) protected void
PdfA2Checker.checkPdfArray
(PdfArray array) protected abstract void
PdfAChecker.checkPdfArray
(PdfArray array) Verify the conformity of the PDF array.private void
PdfA2Checker.checkSeparationCS
(PdfArray separation) private void
PdfA2Checker.checkSeparationInsideDeviceN
(PdfArray separation, PdfObject deviceNColorSpace, PdfObject deviceNTintTransform) private void
PdfA2Checker.fillOrderRecursively
(PdfArray orderArray, Set<PdfObject> order) protected PdfArray
PdfA1Checker.getFormFields
(PdfArray array) (package private) PdfDictionary
PdfAChecker.getPdfAOutputIntent
(PdfArray outputIntents) -
Uses of PdfArray in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfArrayModifier and TypeFieldDescription(package private) PdfArray
SignaturePermissions.FieldLock.fields
An array of PdfString values with fieldnamesMethods in com.itextpdf.signatures that return PdfArrayModifier and TypeMethodDescriptionPdfSignature.getByteRange()
Gets the /ByteRange.SignaturePermissions.FieldLock.getFields()
Getter for the fields involved in the lock action.Methods in com.itextpdf.signatures with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate 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.signatures with parameters of type PdfArray -
Uses of PdfArray in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation that return PdfArrayModifier and TypeMethodDescriptionprivate PdfArray
DocumentRevisionsValidator.getAnnotsNotAllowedToBeModified
(PdfDictionary page) Methods in com.itextpdf.signatures.validation with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate void
DocumentRevisionsValidator.addAllNestedArrayEntries
(Set<PdfIndirectReference> allowedReferences, PdfArray pdfArray) private void
DocumentRevisionsValidator.addStructTreeElementsToSet
(PdfArray structTreeRootKids, Set<PdfIndirectReference> set) private void
DocumentRevisionsValidator.collectRemovedAndAddedAnnotations
(PdfArray previousAnnotations, PdfArray currentAnnotations) private boolean
DocumentRevisionsValidator.compareFormFields
(PdfArray prevFields, PdfArray currFields, ValidationReport report) private boolean
DocumentRevisionsValidator.comparePageAnnotations
(PdfArray prevAnnots, PdfArray currAnnots, ValidationReport report) private static boolean
DocumentRevisionsValidator.comparePdfArrays
(PdfArray array1, PdfArray array2, List<Pair<PdfObject, PdfObject>> visitedObjects, Pair<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private boolean
DocumentRevisionsValidator.compareSignatureReferenceDictionaries
(PdfArray previousReferences, PdfArray currentReferences, ValidationReport report) private boolean
DocumentRevisionsValidator.compareWidgets
(PdfArray prevFields, PdfArray currFields, ValidationReport report) private void
DocumentRevisionsValidator.createAllowedFormFieldEntries
(PdfArray fields, Set<PdfIndirectReference> allowedReferences) private void
DocumentRevisionsValidator.createAllowedStructTreeRootKidsEntries
(PdfArray structTreeRootKids, Set<PdfIndirectReference> allowedReferences) private Set
<PdfDictionary> DocumentRevisionsValidator.populateFormFields
(PdfArray fieldsArray) private List
<PdfDictionary> DocumentRevisionsValidator.populateWidgetAnnotations
(PdfArray fieldsArray)