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 theCOarray property on the AcroForm.protected PdfArrayPdfAcroForm.getFields()Gets all AcroForm fields in the document.Methods in com.itextpdf.forms with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static PdfDictionaryPdfAcroForm.createAcroFormDictionaryByFields(PdfArray fields) private voidPdfAcroForm.removeFieldFromParentAndAcroForm(PdfArray formFields, PdfDictionary fieldObject) PdfAcroForm.setCalculationOrder(PdfArray calculationOrder) Sets theCOarray property on the AcroForm.PdfAcroForm.setXFAResource(PdfArray xfaResource) Sets theXFAproperty on the AcroForm.Constructors in com.itextpdf.forms with parameters of type PdfArrayModifierConstructorDescriptionprivatePdfAcroForm(PdfArray fields) Creates a PdfAcroForm from aPdfArrayof 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 PdfArrayPdfFormAnnotation.getRotationMatrix(int rotation, float height, float width) private static PdfArrayChoiceFormFieldBuilder.processOptions(String[] options) private static PdfArrayChoiceFormFieldBuilder.processOptions(String[][] options) Methods in com.itextpdf.forms.fields with parameters of type PdfArrayModifier and TypeMethodDescription(package private) floatPdfFormAnnotation.getFontSize(PdfArray bBox, String value) (package private) static StringPdfFormField.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 voidChoiceFormFieldBuilder.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 PdfArrayXfdfObjectUtils.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 PdfArrayXfdfObjectUtils.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 voidXfdfObjectFactory.addBorderStyleAttributes(AnnotObject annotObject, PdfNumber width, PdfArray dashes, PdfName style) (package private) static PdfStringXfdfObjectUtils.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 voidXfdfObjectFactory.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 PdfArrayAbstractLinearGradientBuilder.createCoordsPdfArray(Point[] coordsPoints) -
Uses of PdfArray in com.itextpdf.kernel.crypto.securityhandler
Methods in com.itextpdf.kernel.crypto.securityhandler that return PdfArrayModifier and TypeMethodDescriptionprotected PdfArrayPubKeySecurityHandler.createRecipientsArray()private PdfArrayPubKeySecurityHandler.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 PdfArrayPdfSimpleFont.buildWidthsArray(int firstChar, int lastChar) protected PdfArrayPdfType3Font.buildWidthsArray(int firstChar, int lastChar) Methods in com.itextpdf.kernel.font with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidPdfType3Font.addGlyphsFromDifferences(PdfArray differences, PdfDictionary charProcsDic, int[] widths) (package private) static IntHashtableFontUtil.convertCompositeWidthsArray(PdfArray widthsArray) (package private) static int[]FontUtil.convertSimpleWidthsArray(PdfArray widthsArray, int first, int missingWidth) private static voidDocFontEncoding.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 RectangleRectangle.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 TypeClassDescriptionclassPdfTextArraydefines an array with displacements andPdfString-objects.Subclasses with type arguments of type PdfArray in com.itextpdf.kernel.pdfModifier and TypeClassDescriptionclassSpecifying the characteristics of the annotation’s border.Fields in com.itextpdf.kernel.pdf declared as PdfArrayMethods in com.itextpdf.kernel.pdf that return PdfArrayModifier and TypeMethodDescriptionprivate PdfArrayPdfPage.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 PdfArrayPdfNameTree.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 PdfArrayPdfReader.readArray(boolean objStm) Methods in com.itextpdf.kernel.pdf with parameters of type PdfArrayModifier and TypeMethodDescriptionvoidAdds content of thePdfArray.voidAdds content of thePdfArray.private voidPageFlushingHelper.arrayFlushIfModified(PdfArray contentsArr) private static voidOcgPropertiesCopier.attemptToAddObjectToArray(Set<PdfIndirectReference> fromOcgsToCopy, PdfObject fromObj, PdfArray toArray, PdfDocument toDocument) private booleanPdfCatalog.isEqualSameNameDestExist(Map<PdfPage, PdfPage> page2page, PdfDocument toDocument, PdfString srcDestName, PdfArray srcDestArray, PdfPage oldPage) booleanMemoryLimitsAwareHandler.isMemoryLimitsAwarenessRequiredOnDecompression(PdfArray filters) Performs a check if thePdfStreamwith provided setup of the filters requires memory limits awareness during decompression.private static PdfStringGenericNameTree.iterateLeafNode(PdfArray names, Map<PdfString, PdfObject> items, PdfString leftOver) private voidPdfWriter.markArrayContentToFlush(PdfArray array) private static booleanOcgPropertiesCopier.orderBranchContainsSetElements(PdfObject arrayObj, PdfArray array, int currentIndex, Set<PdfIndirectReference> ocgs, PdfArray toOcgs, PdfDocument toDocument) private voidSmartModePdfObjectsSerializer.serArray(PdfArray array, ByteBuffer bb, int level, Map<PdfIndirectReference, byte[]> serializedCache) PdfViewerPreferences.setEnforce(PdfArray enforce) PDF 2.0.voidPdfResources.setProcSet(PdfArray array) Sets the array of predefined procedure set names (see ISO-320001 Paragraph 14.2).private voidConstructors 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 PdfArrayPdfAction.buildArray(Object[] names) private static PdfArrayPdfAction.getArrayFromStringList(String[] strings) private static PdfArrayPdfAction.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 ColorInteriorColorUtil.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 PdfDictionaryBorderStyleUtil.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 anPdfArrayof 8 × n numbers.PdfRedactAnnotation.setQuadPoints(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArrayof 8 × n numbers.PdfTextMarkupAnnotation.setQuadPoints(PdfArray quadPoints) Sets n quadrilaterals in default user space by passing anPdfArrayof 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 PdfArrayCanvasGraphicsState.dashPatternA 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,Dkey, see ISO-320001, 8.4.3.6 Line Dash Pattern,PdfExtGState.setDashPattern(PdfArray).private PdfArrayPdfCanvas.getDashPatternArray(float phase) private PdfArrayPdfCanvas.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.voidCanvasGraphicsState.setDashPattern(PdfArray dashPattern) Sets line dash pattern value,Dkey, see ISO-320001, 8.4.3.6 Line Dash Pattern,PdfExtGState.setDashPattern(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 PdfArrayPdfSpecialCs.DeviceN.getDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) private static PdfArrayPdfSpecialCs.Indexed.getIndexedCsArray(PdfObject base, int hival, PdfString lookup) private static PdfArrayPdfCieBasedCs.CalGray.getInitialPdfArray()private static PdfArrayPdfCieBasedCs.CalRgb.getInitialPdfArray()private static PdfArrayPdfCieBasedCs.IccBased.getInitialPdfArray(InputStream iccStream, float[] range) private static PdfArrayPdfCieBasedCs.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 PdfArrayPdfSpecialCs.NChannel.getNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) private static PdfArrayPdfSpecialCs.Separation.getSeparationCsArray(PdfName name, PdfObject alternateSpace, PdfObject tintTransform) Methods in com.itextpdf.kernel.pdf.colorspace with parameters of type PdfArrayModifier and TypeMethodDescriptionprotected static PdfArrayPdfSpecialCs.DeviceN.getDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) protected static PdfArrayPdfSpecialCs.NChannel.getNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) voidSets 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) protectedPdfCieBasedCs(PdfArray pdfObject) protectedPdfSpecialCs(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 coordsPdfArrayobject.AbstractPdfShadingMesh.getDecode()Gets thePdfArrayof numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.AbstractPdfShadingBlend.getDomain()Gets thePdfArrayof twofloat[t0, t1] that represent the limiting values of a parametric variable t, that becomes an input of color function(s).PdfFunctionBasedShading.getDomain()Gets thePdfArraydomain 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 thePdfArrayof twobooleanthat specified whether to extend the shading beyond the starting and ending points of the axis, respectively.PdfFunctionBasedShading.getMatrix()Gets thePdfArrayof 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 voidSets 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 voidSets thePdfArrayof numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.final voidSets the Domain with thePdfArrayof twofloat[t0, t1] that represent the limiting values of a parametric variable t, that becomes an input of color function(s).voidSets thePdfArraydomain 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 voidSets the Extend object with thePdfArrayof twoboolean.voidSets 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,Dkey.PdfExtGState.getFont()Gets font and size,Fontkey.Methods in com.itextpdf.kernel.pdf.extgstate with parameters of type PdfArrayModifier and TypeMethodDescriptionPdfExtGState.setDashPattern(PdfArray dashPattern) Sets line dash pattern value,Dkey.Sets font and size,Fontkey. -
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 voidPdfType0Function.initializeEncoding(PdfArray encodeObj) -
Uses of PdfArray in com.itextpdf.kernel.pdf.layer
Subclasses with type arguments of type PdfArray in com.itextpdf.kernel.pdf.layerModifier and TypeClassDescriptionclassAn array specifying a visibility expression, used to compute visibility of content based on a set of optional content groups.Methods in com.itextpdf.kernel.pdf.layer with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate static voidPdfOCProperties.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 voidPdfOCProperties.readOrderFromDictionary(PdfLayer parent, PdfArray orderArray, Map<PdfIndirectReference, PdfLayer> layerMap, Set<PdfIndirectReference> layerReferences, Map<PdfString, PdfLayer> titleLayers) 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 intPdfStructElem.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 voidAccessibilityPropertiesToStructElem.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 PdfArrayPdfImageXObject.createArray(PdfStream stream, Object[] objects) PdfXObject.getAssociatedFiles(boolean create) Returns files associated with XObject.PdfFormXObject.getBBox()Gets Form XObject's BBox,PdfName.BBoxkey.PdfFormXObject.getSeparationColorNames()Gets separation color names of trap network appearance,PdfName.SeparationColorNameskey.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.BBoxkey.voidPdfTransparencyGroup.setColorSpace(PdfArray colorSpace) PdfFormXObject.setSeparationColorNames(PdfArray colorNames) Sets separation color names for the trap network appearance,PdfName.SeparationColorNameskey.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 TypeMethodDescriptionbooleanCompareTool.compareArrays(PdfArray outArray, PdfArray cmpArray) Simple method that compares two given PdfArrays by content.private booleanCompareTool.compareArraysExtended(PdfArray outArray, PdfArray cmpArray, ObjectPath currentPath, CompareTool.CompareResult compareResult) private intCompareTool.getExplicitDestinationPageNum(PdfArray explicitDest) -
Uses of PdfArray in com.itextpdf.kernel.utils.checkers
Methods in com.itextpdf.kernel.utils.checkers that return PdfArrayModifier and TypeMethodDescriptionstatic PdfArrayPdfCheckersUtil.getFormFields(PdfArray array) Gets all the descending kids including widgets for a givenPdfArrayrepresenting array of form fields.Methods in com.itextpdf.kernel.utils.checkers with parameters of type PdfArrayModifier and TypeMethodDescriptionstatic PdfArrayPdfCheckersUtil.getFormFields(PdfArray array) Gets all the descending kids including widgets for a givenPdfArrayrepresenting array of form fields. -
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 PdfArrayModifier and TypeMethodDescriptionprotected PdfArrayPdfA1Checker.getFormFields(PdfArray array) Deprecated.Methods in com.itextpdf.pdfa.checker with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidPdfA4Checker.checkAnnotationsForColorUsages(PdfArray annotations, PdfStream pageIntentProfile, PdfColorSpace pageTransparencyBlendingCS) (package private) voidPdfA2Checker.checkAnnotationsForTransparency(PdfArray annotations) private voidPdfAChecker.checkArrayRecursively(PdfArray array) protected voidPdfA1Checker.checkPdfArray(PdfArray array) protected voidPdfA2Checker.checkPdfArray(PdfArray array) protected abstract voidPdfAChecker.checkPdfArray(PdfArray array) Verify the conformity of the PDF array.private voidPdfA2Checker.checkSeparationCS(PdfArray separation) private voidPdfA2Checker.checkSeparationInsideDeviceN(PdfArray separation, PdfObject deviceNColorSpace, PdfObject deviceNTintTransform) private voidPdfA2Checker.fillOrderRecursively(PdfArray orderArray, Set<PdfObject> order) protected PdfArrayPdfA1Checker.getFormFields(PdfArray array) Deprecated.in favour ofPdfCheckersUtil.getFormFields(PdfArray)(package private) PdfDictionaryPdfAChecker.getPdfAOutputIntent(PdfArray outputIntents) -
Uses of PdfArray in com.itextpdf.pdfua.checkers
Methods in com.itextpdf.pdfua.checkers with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidPdfUA2Checker.checkArrayRecursively(PdfArray array) -
Uses of PdfArray in com.itextpdf.pdfua.checkers.utils.ua2
Methods in com.itextpdf.pdfua.checkers.utils.ua2 that return PdfArrayModifier and TypeMethodDescriptionprivate PdfArrayPdfUA2LinkChecker.getDestination(PdfObject destination) private PdfArrayPdfUA2LinkChecker.getDestination(PdfObject destination, Set<PdfObject> checkedDestinations) -
Uses of PdfArray in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as PdfArrayModifier and TypeFieldDescription(package private) PdfArraySignaturePermissions.FieldLock.fieldsAn 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 voidLtvVerification.deleteOldReferences(PdfArray all, PdfArray toDelete) private voidLtvVerification.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 PdfArrayDocumentRevisionsValidator.getAnnotsNotAllowedToBeModified(PdfDictionary page) Methods in com.itextpdf.signatures.validation with parameters of type PdfArrayModifier and TypeMethodDescriptionprivate voidDocumentRevisionsValidator.addAllNestedArrayEntries(Set<PdfIndirectReference> allowedReferences, PdfArray pdfArray) private voidDocumentRevisionsValidator.addStructTreeElementsToSet(PdfArray structTreeRootKids, Set<PdfIndirectReference> set) private voidDocumentRevisionsValidator.collectRemovedAndAddedAnnotations(PdfArray previousAnnotations, PdfArray currentAnnotations) private booleanDocumentRevisionsValidator.compareFormFields(PdfArray prevFields, PdfArray currFields, ValidationReport report) private booleanDocumentRevisionsValidator.comparePageAnnotations(PdfArray prevAnnots, PdfArray currAnnots, ValidationReport report) private static booleanDocumentRevisionsValidator.comparePdfArrays(PdfArray array1, PdfArray array2, List<Tuple2<PdfObject, PdfObject>> visitedObjects, Tuple2<Set<PdfIndirectReference>, Set<PdfIndirectReference>> usuallyModifiedObjects) private booleanDocumentRevisionsValidator.compareSignatureReferenceDictionaries(PdfArray previousReferences, PdfArray currentReferences, ValidationReport report) private booleanDocumentRevisionsValidator.compareWidgets(PdfArray prevFields, PdfArray currFields, ValidationReport report) private voidDocumentRevisionsValidator.createAllowedFormFieldEntries(PdfArray fields, Set<PdfIndirectReference> allowedReferences) private voidDocumentRevisionsValidator.createAllowedStructTreeRootKidsEntries(PdfArray structTreeRootKids, Set<PdfIndirectReference> allowedReferences) private Set<PdfDictionary> DocumentRevisionsValidator.populateFormFields(PdfArray fieldsArray) private List<PdfDictionary> DocumentRevisionsValidator.populateWidgetAnnotations(PdfArray fieldsArray)
PdfCheckersUtil.getFormFields(PdfArray)