Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollectionField
-
Packages that use PdfCollectionField Package Description com.itextpdf.kernel.pdf.collection -
-
Uses of PdfCollectionField in com.itextpdf.kernel.pdf.collection
Methods in com.itextpdf.kernel.pdf.collection that return PdfCollectionField Modifier and Type Method Description PdfCollectionField
PdfCollectionSchema. getField(java.lang.String name)
Retrieves a Collection field from the Schema.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.Methods in com.itextpdf.kernel.pdf.collection with parameters of type PdfCollectionField Modifier and Type Method Description PdfCollectionSchema
PdfCollectionSchema. addField(java.lang.String name, PdfCollectionField field)
Adds a Collection field to the Schema.
-