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 PdfCollectionFieldPdfCollectionSchema. getField(java.lang.String name)Retrieves a Collection field from the Schema.PdfCollectionFieldPdfCollectionField. setEditable(boolean editable)Indication if the field value should be editable in the viewer.PdfCollectionFieldPdfCollectionField. setOrder(int order)The relative order of the field name.PdfCollectionFieldPdfCollectionField. 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 PdfCollectionSchemaPdfCollectionSchema. addField(java.lang.String name, PdfCollectionField field)Adds a Collection field to the Schema.
-