Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfAcroForm.getCalculationOrder()
Gets the CO array property on the AcroForm.
|
protected PdfArray |
PdfAcroForm.getFields()
Gets all AcroForm fields in the document.
|
Modifier and Type | Method and Description |
---|---|
PdfAcroForm |
PdfAcroForm.setCalculationOrder(PdfArray calculationOrder)
Sets the CO array property on the AcroForm.
|
PdfAcroForm |
PdfAcroForm.setXFAResource(PdfArray xfaResource)
Sets the XFA property on the AcroForm.
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfChoiceFormField.getIndices()
Gets the currently selected items in the field
|
PdfArray |
PdfFormField.getKids()
Gets the kids of this object.
|
PdfArray |
PdfFormField.getOptions()
Gets options for the form field.
|
protected static PdfArray |
PdfFormField.processOptions(String[] options) |
protected static PdfArray |
PdfFormField.processOptions(String[][] options) |
Modifier and Type | Method and Description |
---|---|
static PdfChoiceFormField |
PdfFormField.createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfArray options, int flags)
Creates a choice form field with custom behavior and layout, on a specified location.
|
static PdfChoiceFormField |
PdfFormField.createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, float fontSize, PdfArray options, int flags)
Creates a choice form field with custom behavior and layout, on a specified location.
|
static PdfChoiceFormField |
PdfFormField.createChoice(PdfDocument doc, Rectangle rect, String name, String value, PdfFont font, int fontSize, PdfArray options, int flags)
Deprecated.
Will be removed in 7.1. Use
PdfFormField.createChoice(PdfDocument, Rectangle, String, String, PdfFont, float, PdfArray, int) instead
|
PdfChoiceFormField |
PdfChoiceFormField.setIndices(PdfArray indices)
Sets the selected items in the field.
|
PdfFormField |
PdfFormField.setOptions(PdfArray options)
Sets options for the form field.
|
Modifier and Type | Method and Description |
---|---|
protected PdfArray |
PubKeySecurityHandler.createRecipientsArray() |
Modifier and Type | Method and Description |
---|---|
static Rectangle |
Rectangle.createBoundingRectangleFromQuadPoint(PdfArray quadPoints)
Create the bounding rectangle for the given array of quadpoints.
|
static List<Rectangle> |
Rectangle.createBoundingRectanglesFromQuadPoint(PdfArray quadPoints)
Create a list of bounding rectangles from an 8 x n array of Quadpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
PdfTextArray
PdfTextArray defines an array with displacements and PdfString -objects.
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfArray.copyTo(PdfDocument document)
Copies object to a specified document.
|
PdfArray |
PdfArray.copyTo(PdfDocument document, boolean allowDuplicating)
Copies object to a specified document.
|
PdfArray |
PdfArray.getAsArray(int index)
Returns the element at the specified index as a PdfArray.
|
PdfArray |
PdfDictionary.getAsArray(PdfName key)
Returns the value associated to this key as a PdfArray.
|
PdfArray |
PdfResources.getProcSet()
Gets the array of predefined procedure set names (see ISO-320001 Paragraph 14.2).
|
PdfArray |
PdfArray.makeIndirect(PdfDocument document)
Marks object to be saved as indirect.
|
PdfArray |
PdfArray.makeIndirect(PdfDocument document, PdfIndirectReference reference)
Marks object to be saved as indirect.
|
protected PdfArray |
PdfArray.newInstance() |
protected PdfArray |
PdfReader.readArray(boolean objStm) |
Modifier and Type | Method and Description |
---|---|
void |
PdfTextArray.addAll(PdfArray a)
Adds content of the PdfArray .
|
void |
PdfArray.addAll(PdfArray a)
Adds content of the PdfArray .
|
void |
PdfResources.setProcSet(PdfArray array)
Sets the array of predefined procedure set names (see ISO-320001 Paragraph 14.2).
|
Constructor and Description |
---|
PdfArray(PdfArray arr)
Create a new PdfArray.
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfTrapNetworkAnnotation.getAnnotStates()
An array of name objects representing the appearance states for annotations associated with the page.
|
PdfArray |
PdfAnnotation.getBorder()
An array specifying the characteristics of the annotation’s border.
|
PdfArray |
PdfFreeTextAnnotation.getCalloutLine() |
PdfArray |
PdfLineAnnotation.getCaptionOffset()
An array of two numbers that specifies the offset of the caption text from its normal position.
|
PdfArray |
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 - DeviceCMYK
|
PdfArray |
PdfTrapNetworkAnnotation.getFauxedFonts()
An array of font dictionaries representing fonts that were fauxed (replaced by substitute fonts) during the generation of trap networks for the page.
|
PdfArray |
PdfLineAnnotation.getLine()
An array of four numbers, [x1 y1 x2 y2], specifying the starting and ending coordinates of the line in default user space.
|
PdfArray |
PdfPolyGeomAnnotation.getLineEndingStyles() |
PdfArray |
PdfLineAnnotation.getLineEndingStyles()
An array of two names specifying the line ending styles that is used in drawing the line.
|
PdfArray |
PdfFixedPrint.getMatrix() |
PdfArray |
PdfTextMarkupAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.
|
PdfArray |
PdfRedactAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.
|
PdfArray |
PdfLinkAnnotation.getQuadPoints()
An array of 8 × n numbers specifying the coordinates of n quadrilaterals in default user space.
|
PdfArray |
PdfAnnotation.getQuadPoints()
Deprecated.
Supported only for
PdfLinkAnnotation , PdfTextMarkupAnnotation , PdfRedactAnnotation will be removed in 7.1
|
PdfArray |
PdfAnnotation.getRectangle()
The annotation rectangle, defining the location of the annotation on the page in default user space units.
|
PdfArray |
PdfSquareAnnotation.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.
|
PdfArray |
PdfMarkupAnnotation.getRectangleDifferences()
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfCaretAnnotation will be removed in 7.1
|
PdfArray |
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 displayed
|
PdfArray |
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.
|
PdfArray |
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.
|
PdfArray |
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.
|
PdfArray |
PdfPolyGeomAnnotation.getVertices() |
Modifier and Type | Method and Description |
---|---|
PdfTrapNetworkAnnotation |
PdfTrapNetworkAnnotation.setAnnotStates(PdfArray annotStates)
An array of name objects representing the appearance states (value of the /AS entry PdfAnnotation.getAppearanceState() ) for annotations associated with the page.
|
PdfAnnotation |
PdfAnnotation.setBorder(PdfArray border)
Sets the characteristics of the annotation’s border.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setCalloutLine(PdfArray calloutLine) |
PdfLineAnnotation |
PdfLineAnnotation.setCaptionOffset(PdfArray captionOffset)
Sets the offset of the caption text from its normal position.
|
PdfAnnotation |
PdfAnnotation.setColor(PdfArray color)
Sets an annotation color.
|
PdfWidgetAnnotation |
PdfWidgetAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfSquareAnnotation |
PdfSquareAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfLinkAnnotation |
PdfLinkAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfLineAnnotation |
PdfLineAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfInkAnnotation |
PdfInkAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfFreeTextAnnotation |
PdfFreeTextAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfCircleAnnotation |
PdfCircleAnnotation.setDashPattern(PdfArray dashPattern)
Setter for the annotation's preset dashed border style.
|
PdfAnnotation |
PdfAnnotation.setDashPattern(PdfArray dashPattern)
Deprecated.
Supported only for:
PdfLinkAnnotation , PdfFreeTextAnnotation , PdfLineAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfPolyGeomAnnotation , PdfInkAnnotation , PdfWidgetAnnotation will be removed in 7.1 Setter for the annotation's preset dashed border style. This property has affect only if PdfAnnotation.STYLE_DASHED style was used for the annotation border style (see PdfAnnotation.setBorderStyle(PdfName) . See ISO-320001 8.4.3.6, "Line Dash Pattern" for the format in which dash pattern shall be specified.
|
PdfTrapNetworkAnnotation |
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.
|
PdfSquareAnnotation |
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.
|
PdfRedactAnnotation |
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.
|
PdfPolyGeomAnnotation |
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.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setInteriorColor(PdfArray interiorColor)
Deprecated.
Supported only for:
PdfLineAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfPolyGeomAnnotation , PdfRedactAnnotation will be removed in 7.1
|
PdfLineAnnotation |
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.
|
PdfCircleAnnotation |
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.
|
PdfPolyGeomAnnotation |
PdfPolyGeomAnnotation.setLineEndingStyles(PdfArray lineEndingStyles) |
PdfLineAnnotation |
PdfLineAnnotation.setLineEndingStyles(PdfArray lineEndingStyles)
Sets the line ending styles that are used in drawing the line.
|
PdfFixedPrint |
PdfFixedPrint.setMatrix(PdfArray matrix) |
PdfTextMarkupAnnotation |
PdfTextMarkupAnnotation.setQuadPoints(PdfArray quadPoints)
Sets n quadrilaterals in default user space by passing an PdfArray of 8 × n numbers.
|
PdfRedactAnnotation |
PdfRedactAnnotation.setQuadPoints(PdfArray quadPoints)
Sets n quadrilaterals in default user space by passing an PdfArray of 8 × n numbers.
|
PdfLinkAnnotation |
PdfLinkAnnotation.setQuadPoints(PdfArray quadPoints)
Sets n quadrilaterals in default user space by passing an PdfArray of 8 × n numbers.
|
PdfAnnotation |
PdfAnnotation.setQuadPoints(PdfArray quadPoints)
Deprecated.
Supported only for
PdfLinkAnnotation , PdfTextMarkupAnnotation , PdfRedactAnnotation will be removed in 7.1
|
PdfAnnotation |
PdfAnnotation.setRectangle(PdfArray array)
The annotation rectangle, defining the location of the annotation on the page in default user space units.
|
PdfSquareAnnotation |
PdfSquareAnnotation.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.
|
PdfMarkupAnnotation |
PdfMarkupAnnotation.setRectangleDifferences(PdfArray rect)
Deprecated.
Supported only for:
PdfFreeTextAnnotation , PdfSquareAnnotation , PdfCircleAnnotation , PdfCaretAnnotation will be removed in 7.1
|
PdfFreeTextAnnotation |
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 displayed
|
PdfCircleAnnotation |
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.
|
PdfCaretAnnotation |
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.
|
PdfTrapNetworkAnnotation |
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 |
PdfPolyGeomAnnotation.setVertices(PdfArray vertices) |
Constructor and Description |
---|
PdfInkAnnotation(Rectangle rect, PdfArray inkList) |
Modifier and Type | Method and Description |
---|---|
PdfArray |
CanvasGraphicsState.getDashPattern() |
Modifier and Type | Method and Description |
---|---|
PdfCanvas |
PdfCanvas.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) |
PdfCanvas |
PdfCanvas.showText(PdfArray textArray)
Shows text (operator TJ)
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PathRenderInfo.getLineDashPattern() |
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfCanvasParser.readArray()
Reads an array.
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfShading.Axial.getCoords()
Gets the Coords object - a PdfArray of four numbers [x0 y0 x1 y1] that specified the starting and the endings coordinates of thew axis, expressed in the shading's target coordinate space.
|
PdfArray |
PdfShading.Radial.getCoords()
Gets the coords PdfArray object - an array of six numbers [x0 y0 r0 x1 y1 r1], specifying the centres and radii of the starting and ending circles, expressed in the shading’s target coordinate space.
|
PdfArray |
PdfShading.FreeFormGouraudShadedTriangleMesh.getDecode()
Gets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
PdfArray |
PdfShading.LatticeFormGouraudShadedTriangleMesh.getDecode()
Gets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
PdfArray |
PdfShading.CoonsPatchMesh.getDecode()
Gets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
PdfArray |
PdfShading.TensorProductPatchMesh.getDecode()
Gets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
protected static PdfArray |
PdfSpecialCs.DeviceN.getDeviceNCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) |
PdfArray |
PdfShading.FunctionBased.getDomain()
Gets the PdfArray 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.
|
PdfArray |
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.
|
PdfArray |
PdfSpecialCs.DeviceN.getNames() |
protected static PdfArray |
PdfSpecialCs.NChannel.getNChannelCsArray(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) |
Modifier and Type | Method and Description |
---|---|
protected 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 |
PdfShading.Axial.setCoords(PdfArray coords)
Sets the Choords object with the PdfArray of four numbers [x0 y0 x1 y1], that specified the starting and the endings coordinates of thew axis, expressed in the shading's target coordinate space.
|
void |
PdfShading.Radial.setCoords(PdfArray coords)
Sets the coords PdfArray object - an array of six numbers [x0 y0 r0 x1 y1 r1], specifying the centres and radii of the starting and ending circles, expressed in the shading’s target coordinate space.
|
void |
PdfShading.FreeFormGouraudShadedTriangleMesh.setDecode(PdfArray decode)
Sets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
void |
PdfShading.LatticeFormGouraudShadedTriangleMesh.setDecode(PdfArray decode)
Sets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
void |
PdfShading.CoonsPatchMesh.setDecode(PdfArray decode)
Sets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
void |
PdfShading.TensorProductPatchMesh.setDecode(PdfArray decode)
Sets the PdfArray of numbers specifying how to map vertex coordinates and colour components into the appropriate ranges of values.
|
void |
PdfShading.FunctionBased.setDomain(PdfArray domain)
Sets the PdfArray 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.
|
void |
PdfShading.FunctionBased.setMatrix(PdfArray matrix)
Sets the array of floats that represents the transformation matrix that maps the domain rectangle into a corresponding figure in the target coordinate space.
|
void |
PdfPattern.setMatrix(PdfArray matrix)
Sets a transformation matrix that maps the pattern’s internal coordinate system to the default coordinate system of the pattern’s parent content stream.
|
Constructor and Description |
---|
Axial(PdfColorSpace cs, PdfArray coords, PdfFunction function)
Creates the new instance of the class.
|
CalGray(PdfArray pdfObject) |
CalRgb(PdfArray pdfObject) |
CoonsPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode)
Creates the new instance of the class.
|
DeviceN(PdfArray pdfObject) |
DeviceN(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform) |
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode)
Creates the new instance of the class.
|
IccBased(PdfArray pdfObject) |
Indexed(PdfArray pdfObject) |
Lab(PdfArray pdfObject) |
LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int verticesPerRow, PdfArray decode)
Creates the new instance of the class.
|
NChannel(PdfArray pdfObject) |
NChannel(PdfArray names, PdfObject alternateSpace, PdfObject tintTransform, PdfDictionary attributes) |
PdfCieBasedCs(PdfArray pdfObject) |
PdfSpecialCs(PdfArray pdfObject) |
Radial(PdfColorSpace cs, PdfArray coords, PdfFunction function)
Creates the new instance of the class.
|
Separation(PdfArray pdfObject) |
TensorProductPatchMesh(PdfColorSpace cs, int bitsPerCoordinate, int bitsPerComponent, int bitsPerFlag, PdfArray decode)
Creates the new instance of the class.
|
UncoloredTilingPattern(PdfArray pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfExtGState.getDashPattern()
Gets line dash pattern value, D key.
|
PdfArray |
PdfExtGState.getFont()
Gets font and size, Font key.
|
Modifier and Type | Method and Description |
---|---|
PdfExtGState |
PdfExtGState.setDashPattern(PdfArray dashPattern)
Sets line dash pattern value, D key.
|
PdfExtGState |
PdfExtGState.setFont(PdfArray font)
Sets font and size, Font key.
|
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfFileSpec.getFileIdentifier() |
Modifier and Type | Method and Description |
---|---|
PdfFileSpec |
PdfFileSpec.setFileIdentifier(PdfArray fileIdentifier) |
Constructor and Description |
---|
Type0(PdfArray domain, PdfArray range, PdfArray size, PdfNumber bitsPerSample, byte[] samples) |
Type0(PdfArray domain, PdfArray range, PdfArray size, PdfNumber bitsPerSample, PdfNumber order, PdfArray encode, PdfArray decode, byte[] samples) |
Type2(PdfArray domain, PdfArray range, PdfArray c0, PdfArray c1, PdfNumber n) |
Type2(PdfArray domain, PdfArray range, PdfNumber n) |
Type3(PdfArray domain, PdfArray range, List<PdfFunction> functions, PdfArray bounds, PdfArray encode) |
Type3(PdfArray domain, PdfArray range, PdfArray functions, PdfArray bounds, PdfArray encode) |
Type4(PdfArray domain, PdfArray range, byte[] ps) |
Constructor and Description |
---|
PdfVisibilityExpression(PdfArray visibilityExpressionArray)
Constructs a new PdfVisibilityExpression instance by its raw PdfArray.
|
Constructor and Description |
---|
PdfExplicitDestination(PdfArray pdfObject) |
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfStructTreeRoot.getKidsObject() |
Modifier and Type | Method and Description |
---|---|
protected void |
AccessibilityProperties.addNewAttributesToAttributesArray(List<PdfDictionary> newAttributesList, PdfNumber revision, PdfArray attributesArray) |
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfFormXObject.getBBox()
Gets Form XObject's BBox, PdfName.BBox key.
|
PdfArray |
PdfFormXObject.getSeparationColorNames()
Gets separation color names of trap network appearance, PdfName.SeparationColorNames key.
|
PdfArray |
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.
|
Modifier and Type | Method and Description |
---|---|
PdfFormXObject |
PdfFormXObject.setBBox(PdfArray bBox)
Sets Form XObject's BBox, PdfName.BBox key.
|
void |
PdfTransparencyGroup.setColorSpace(PdfArray colorSpace) |
PdfFormXObject |
PdfFormXObject.setSeparationColorNames(PdfArray colorNames)
Sets separation color names for the trap network appearance, PdfName.SeparationColorNames key.
|
PdfFormXObject |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CompareTool.compareArrays(PdfArray outArray, PdfArray cmpArray)
Simple method that compares two given PdfArrays by content.
|
Modifier and Type | Method and Description |
---|---|
protected PdfArray |
PdfA1Checker.getFormFields(PdfArray array) |
Modifier and Type | Method and Description |
---|---|
protected PdfArray |
PdfA1Checker.getFormFields(PdfArray array) |
Modifier and Type | Method and Description |
---|---|
PdfArray |
PdfSignature.getByteRange()
Gets the /ByteRange.
|
PdfArray |
SignaturePermissions.FieldLock.getFields()
Getter for the fields involved in the lock action.
|
Modifier and Type | Method and Description |
---|---|
static long[] |
SignatureUtil.asLongArray(PdfArray pdfArray)
Converts a PdfArray to an array of longs
|
Constructor and Description |
---|
FieldLock(PdfName action, PdfArray fields)
Creates a FieldLock instance
|
Copyright © 1998–2018 iText Group NV. All rights reserved.