Uses of Class
com.itextpdf.kernel.pdf.collection.PdfCollectionField
-
Uses of PdfCollectionField in com.itextpdf.kernel.pdf.collection
Modifier and TypeMethodDescriptionRetrieves a Collection field from the Schema.PdfCollectionField.setEditable
(boolean editable) Indication if the field value should be editable in the viewer.PdfCollectionField.setOrder
(int order) The relative order of the field name.PdfCollectionField.setVisibility
(boolean visible) Sets the initial visibility of the field.Modifier and TypeMethodDescriptionPdfCollectionSchema.addField
(String name, PdfCollectionField field) Adds a Collection field to the Schema.