java.lang.Object | |
↳ | com.pdftron.fdf.FDFField |
TODO: need description FDFField represents FDFField
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FDFField(Obj field_dict, Obj fdf_dict)
Construct a FDF::FDFField from a SDF dictionary representing a terminal field node.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
close()
Frees the native memory of the object.
| ||||||||||
void |
destroy()
Frees the native memory of the object.
| ||||||||||
Obj |
findAttribute(String attrib)
The function returns the specified attribute.
| ||||||||||
String |
getName()
Get name of the FDFField
| ||||||||||
String |
getPartialName()
Get partial name of the FDFField
| ||||||||||
Obj |
getSDFObj()
Get underlying SDF object
| ||||||||||
Obj |
getValue()
Get value of the FDFField
Note: The format of field's value varies depending on the field type. | ||||||||||
void |
setValue(Obj value)
Set the value of the FDFField (the value of the field's /V key).
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
java.lang.AutoCloseable
|
Construct a FDF::FDFField from a SDF dictionary representing a terminal field node.
PDFNetException |
---|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
Frees the native memory of the object. This can be explicity called to control the deallocation of native memory and avoid situations where the garbage collector does not free the object in a timely manner.
PDFNetException |
---|
The function returns the specified attribute.
PDFNetException |
---|
Get name of the FDFField
PDFNetException |
---|
Get partial name of the FDFField
PDFNetException |
---|
Get underlying SDF object
PDFNetException |
---|
Get value of the FDFField
Note: The format of field's value varies depending on the field type.
PDFNetException |
---|
Set the value of the FDFField (the value of the field's /V key). The format of field's value varies depending on the field type.
Note: in order to remove/erase the existing value use SetValue(SDF::Null)
PDFNetException |
---|