Class GoToEAction.GoToETarget

java.lang.Object
org.openpdf.renderer.action.GoToEAction.GoToETarget
Enclosing class:
GoToEAction

public static class GoToEAction.GoToETarget extends Object
Inner class for holding the target dictionary's information
Since:
07.07.2009
Version:
$Id: GoToEAction.java,v 1.1 2009-07-10 12:47:31 xond Exp $
  • Field Details

  • Constructor Details

    • GoToETarget

      public GoToETarget()
  • Method Details

    • getRelation

      public String getRelation()
      Relation between current document and the target. Can either be "P" or "C"
      Returns:
      String
    • setRelation

      public void setRelation(String relation)
      Relation between current document and the target. Can either be "P" or "C"
      Parameters:
      relation -
    • getNameInTree

      public String getNameInTree()
      The file name in the embedded files tree
      Returns:
      String
    • setNameInTree

      public void setNameInTree(String nameInTree)
      The file name in the embedded files tree
      Parameters:
      nameInTree -
    • getPageNo

      public String getPageNo()
      Page Number: If the value can be parsed as Integer, it specifies the page number in the current document containing the file attachment annotation. If the value is a string, it defines a named destination in the current document that provides the page number of the file attachment annotation.
      Returns:
      String
    • setPageNo

      public void setPageNo(String pageNo)
      Page Number: If the value can be parsed as Integer, it specifies the page number in the current document containing the file attachment annotation. If the value is a string, it defines a named destination in the current document that provides the page number of the file attachment annotation.
      Parameters:
      pageNo -
    • getAnnotNo

      public String getAnnotNo()
      The index of the according annotation in the annotations array
      Returns:
      String
    • setAnnotNo

      public void setAnnotNo(String annotNo)
      The index of the according annotation in the annotations array
      Parameters:
      annotNo -
    • getTargetDictionary

      public GoToEAction.GoToETarget getTargetDictionary()
      A target dictionary specifying additional target information. If missing, the current document is the target file containing the destination.
      Returns:
      GoToETarget
    • setTargetDictionary

      public void setTargetDictionary(GoToEAction.GoToETarget targetDictionary)
      A target dictionary specifying additional target information. If missing, the current document is the target file containing the destination.
      Parameters:
      targetDictionary -
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object