| Package | Description |
|---|---|
| com.lowagie.bouncycastle | |
| com.lowagie.text.pdf | |
| com.lowagie.text.pdf.internal |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
BouncyCastleHelper.getEnvelopedData(PdfArray recipients,
List<PdfObject> strings,
Certificate certificate,
Key certificateKey,
String certificateKeyProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfBorderArray
A
PdfBorderArray defines the border of a PdfAnnotation. |
class |
PdfDashPattern
A
PdfDashPattern defines a dash pattern as described in
the PDF Reference Manual version 1.3 p 325 (section 8.4.3). |
class |
PdfDestination
A
PdfColor defines a Color (it's a PdfArray containing 3 values). |
class |
PdfRectangle
PdfRectangle is the PDF Rectangle object. |
| Modifier and Type | Field and Description |
|---|---|
protected PdfArray |
PdfCopy.fieldArray |
protected PdfArray |
PdfTemplate.matrix |
protected PdfArray |
PdfWriter.OCGLocked
The locked array in an OCG dictionary
|
protected PdfArray |
PdfWriter.OCGRadioGroup
The RBGroups array in an OCG dictionary
|
| Modifier and Type | Method and Description |
|---|---|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray.
|
PdfArray |
PdfArray.getAsArray(int idx)
Returns a
PdfObject as a PdfArray, resolving
indirect references. |
PdfArray |
PdfDictionary.getAsArray(PdfName key)
Returns a
PdfObject as a PdfArray,
resolving indirect references. |
PdfArray |
PdfPublicKeySecurityHandler.getEncodedRecipients() |
static PdfArray |
PdfAnnotation.getMKColor(Color color) |
protected static PdfArray |
PdfFormField.processOptions(String[] options) |
protected static PdfArray |
PdfFormField.processOptions(String[][] options) |
protected PdfArray |
PdfReader.readArray() |
PdfArray |
PdfContentParser.readArray()
Reads an array.
|
| Modifier and Type | Method and Description |
|---|---|
protected PdfArray |
PdfCopy.copyArray(PdfArray in)
Translate a PRArray to a PdfArray.
|
protected static PdfFormField |
PdfFormField.createChoice(PdfWriter writer,
int flags,
PdfArray options,
int topIndex) |
static Rectangle |
PdfReader.getNormalizedRectangle(PdfArray box)
Normalizes a
Rectangle so that llx and lly are smaller than
urx and ury. |
protected void |
PRAcroForm.iterateFields(PdfArray fieldlist,
PRIndirectReference fieldDict,
String title)
After reading, we index all of the fields.
|
void |
PdfLister.listArray(PdfArray array)
Visualizes a PdfArray object.
|
| Constructor and Description |
|---|
PdfArray(PdfArray array)
Constructs an
PdfArray-object, containing all
PdfObjects in a specified PdfArray. |
| Modifier and Type | Method and Description |
|---|---|
PdfArray |
PdfAnnotationsImp.rotateAnnotations(PdfWriter writer,
Rectangle pageSize) |
Copyright © 2019. All rights reserved.