Package com.itextpdf.forms.xfdf
Class FObject
java.lang.Object
com.itextpdf.forms.xfdf.FObject
Represents f element, child of the xfdf element. Corresponds to the F key in the file dictionary. Specifies the source file or target file: the PDF document that this XFDF file was exported from or is intended to be imported into. Attributes: href. For more details see paragraph 6.2.2 in Xfdf document specification.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
FObject
-
-
Method Details
-
getHref
Gets the name of the source or target file.- Returns:
- the name of the source or target file
-
setHref
Sets the name of the source or target file.- Parameters:
-
href
- the name of the source or target file - Returns:
-
current
f object
-