| Modifier and Type | Method and Description |
|---|---|
protected PdfArray |
PubKeySecurityHandler.createRecipientsArray() |
| 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() |
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) |
| Constructor and Description |
|---|
PdfArray(PdfArray arr)
Create a new PdfArray.
|
| Modifier and Type | Method and Description |
|---|---|
PdfArray |
PdfTrapNetworkAnnotation.getAnnotStates() |
PdfArray |
PdfAnnotation.getBorder() |
PdfArray |
PdfFreeTextAnnotation.getCalloutLine() |
PdfArray |
PdfLineAnnotation.getCaptionOffset() |
PdfArray |
PdfAnnotation.getColorObject() |
PdfArray |
PdfTrapNetworkAnnotation.getFauxedFonts() |
PdfArray |
PdfLineAnnotation.getLine() |
PdfArray |
PdfPolyGeomAnnotation.getLineEndingStyles() |
PdfArray |
PdfLineAnnotation.getLineEndingStyles() |
PdfArray |
PdfFixedPrint.getMatrix() |
PdfArray |
PdfAnnotation.getQuadPoints() |
PdfArray |
PdfAnnotation.getRectangle() |
PdfArray |
PdfMarkupAnnotation.getRectangleDifferences() |
PdfArray |
PdfTrapNetworkAnnotation.getVersion() |
PdfArray |
PdfPolyGeomAnnotation.getVertices() |
| Constructor and Description |
|---|
PdfInkAnnotation(Rectangle rect,
PdfArray inkList) |
| Modifier and Type | Method and Description |
|---|---|
PdfArray |
CanvasGraphicsState.getDashPattern() |
| Modifier and Type | Method and Description |
|---|---|
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() |
PdfArray |
PdfShading.Radial.getCoords() |
PdfArray |
PdfShading.FreeFormGouraudShadedTriangleMesh.getDecode() |
PdfArray |
PdfShading.LatticeFormGouraudShadedTriangleMesh.getDecode() |
PdfArray |
PdfShading.CoonsPatchMesh.getDecode() |
PdfArray |
PdfShading.TensorProductPatchMesh.getDecode() |
protected static PdfArray |
PdfSpecialCs.DeviceN.getDeviceNCsArray(PdfArray names,
PdfObject alternateSpace,
PdfObject tintTransform) |
PdfArray |
PdfShading.FunctionBased.getDomain() |
PdfArray |
PdfPattern.getMatrix() |
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) |
void |
PdfShading.Radial.setCoords(PdfArray coords) |
void |
PdfShading.FreeFormGouraudShadedTriangleMesh.setDecode(PdfArray decode) |
void |
PdfShading.LatticeFormGouraudShadedTriangleMesh.setDecode(PdfArray decode) |
void |
PdfShading.CoonsPatchMesh.setDecode(PdfArray decode) |
void |
PdfShading.TensorProductPatchMesh.setDecode(PdfArray decode) |
void |
PdfShading.FunctionBased.setDomain(PdfArray domain) |
void |
PdfShading.FunctionBased.setMatrix(PdfArray matrix) |
void |
PdfPattern.setMatrix(PdfArray matrix) |
| Constructor and Description |
|---|
Axial(PdfColorSpace cs,
PdfArray coords,
PdfFunction function) |
CalGray(PdfArray pdfObject) |
CalRgb(PdfArray pdfObject) |
CoonsPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
DeviceN(PdfArray pdfObject) |
DeviceN(PdfArray names,
PdfObject alternateSpace,
PdfObject tintTransform) |
FreeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
IccBased(PdfArray pdfObject) |
Indexed(PdfArray pdfObject) |
Lab(PdfArray pdfObject) |
LatticeFormGouraudShadedTriangleMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int verticesPerRow,
PdfArray decode) |
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) |
Separation(PdfArray pdfObject) |
TensorProductPatchMesh(PdfColorSpace cs,
int bitsPerCoordinate,
int bitsPerComponent,
int bitsPerFlag,
PdfArray decode) |
UncoloredTilingPattern(PdfArray pdfObject) |
| Modifier and Type | Method and Description |
|---|---|
PdfArray |
PdfExtGState.getDashPattern() |
PdfArray |
PdfExtGState.getFont() |
| Modifier and Type | Method and Description |
|---|---|
PdfExtGState |
PdfExtGState.setDashPattern(PdfArray dashPattern) |
PdfExtGState |
PdfExtGState.setFont(PdfArray font) |
| 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() |
PdfArray |
PdfFormXObject.getSeparationColorNames() |
PdfArray |
PdfFormXObject.getTrapRegions() |
| Modifier and Type | Method and Description |
|---|---|
PdfFormXObject |
PdfFormXObject.setBBox(PdfArray bBox) |
void |
PdfTransparencyGroup.setColorSpace(PdfArray colorSpace) |
PdfFormXObject |
PdfFormXObject.setSeparationColorNames(PdfArray colorNames) |
PdfFormXObject |
PdfFormXObject.setTrapRegions(PdfArray regions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompareTool.compareArrays(PdfArray outArray,
PdfArray cmpArray) |
Copyright © 1998–2016 iText Group NV. All rights reserved.