Package | Description |
---|---|
com.itextpdf.kernel.pdf.collection |
Modifier and Type | Method and Description |
---|---|
PdfCollectionField |
PdfCollectionSchema.getField(String name) |
PdfCollectionField |
PdfCollectionField.setEditable(boolean editable)
Indication if the field value should be editable in the viewer.
|
PdfCollectionField |
PdfCollectionField.setOrder(int order)
The relative order of the field name.
|
PdfCollectionField |
PdfCollectionField.setVisibility(boolean visible)
Sets the initial visibility of the field.
|
Modifier and Type | Method and Description |
---|---|
PdfCollectionSchema |
PdfCollectionSchema.addField(String name, PdfCollectionField field)
Adds a Collection field to the Schema.
|
Copyright © 1998–2018 iText Group NV. All rights reserved.