Generated by
JDiff

Class com.itextpdf.kernel.pdf.collection.PdfCollectionField

Changed Methods
PdfBoolean  getEditable() Documentation changed from old to new.
Retrieves the state of the editable of the field.
PdfNumber  getOrder() Documentation changed from old to new.
Retrieves the order of the field name.
PdfObject  getValue( String) Documentation changed from old to new.
Converts string to appropriate pdf value.
PdfBoolean  getVisibility() Documentation changed from old to new.
Retrieves the initial visibility of the field.
PdfCollectionField  setEditable( boolean) Documentation changed from old to new.
Indication if the field value should be editable in the viewer.
PdfCollectionField  setOrder( int) Documentation changed from old to new.
The relative order of the field name.
PdfCollectionField  setVisibility( boolean) Documentation changed from old to new.
Sets the initial visibility of the field.