Class FObject


  • public class FObject
    extends java.lang.Object
    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.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String href
      The name of the source or target file.
    • Constructor Summary

      Constructors 
      Constructor Description
      FObject​(java.lang.String href)
      Creates an instance of FObject.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getHref()
      Gets the name of the source or target file.
      FObject setHref​(java.lang.String href)
      Sets the name of the source or target file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • href

        private java.lang.String href
        The name of the source or target file.
    • Constructor Detail

      • FObject

        public FObject​(java.lang.String href)
        Creates an instance of FObject.
        Parameters:
        href - the name of the source or target file
    • Method Detail

      • getHref

        public java.lang.String getHref()
        Gets the name of the source or target file.
        Returns:
        the name of the source or target file.
      • setHref

        public FObject setHref​(java.lang.String href)
        Sets the name of the source or target file.
        Parameters:
        href - the name of the source or target file
        Returns:
        current f object.