Class Bookmark

java.lang.Object
net.atthegate.server.service.pdf.Bookmark

public class Bookmark extends Object
Please see Example_51 and Example_52
  • Field Details

    • objNumber

      protected int objNumber
    • prefix

      protected String prefix
  • Constructor Details

    • Bookmark

      public Bookmark(PDF pdf)
  • Method Details

    • addBookmark

      public Bookmark addBookmark(Page page, Title title)
    • addBookmark

      public Bookmark addBookmark(Page page, float y, String title)
    • getDestKey

      public String getDestKey()
    • getTitle

      public String getTitle()
    • getParent

      public Bookmark getParent()
    • autoNumber

      public Bookmark autoNumber(TextLine text)
    • toArrayList

      protected List<Bookmark> toArrayList()
    • getChildren

      protected List<Bookmark> getChildren()
    • getPrevBookmark

      protected Bookmark getPrevBookmark()
    • getNextBookmark

      protected Bookmark getNextBookmark()
    • getFirstChild

      protected Bookmark getFirstChild()
    • getLastChild

      protected Bookmark getLastChild()
    • getDestination

      protected Destination getDestination()