| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDTransformMethodDocMDP
The implementation of the DocMDP algorithm.
|
class |
PDTransformMethodFieldMDP
The implementation of the FieldMDP algorithm.
|
class |
PDTransformMethodIdentity
The implementation of the Identity algorithm.
|
class |
PDTransformMethodUR
The implementation of the UR algorithm.
|
| Modifier and Type | Field and Description |
|---|---|
static PDTransformMethod |
PDTransformMethodUR.SINGLETON
The one and only instance of the transform method.
|
static PDTransformMethod |
PDTransformMethodIdentity.SINGLETON
The one and only instance of the transform method.
|
static PDTransformMethod |
PDTransformMethodFieldMDP.SINGLETON
The one and only instance of the transform method.
|
static PDTransformMethod |
PDTransformMethodDocMDP.SINGLETON
The one and only instance of the transform method.
|
| Modifier and Type | Method and Description |
|---|---|
static PDTransformMethod |
PDTransformMethod.getSingleton(COSName name) |
PDTransformMethod |
PDSignatureReference.getTransformMethod() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDSignatureReference.setTransformMethod(PDTransformMethod method) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.