Class OutlineList

java.lang.Object
com.dynamicpdf.api.OutlineList

public class OutlineList extends Object
  • Method Details

    • add

      public Outline add(String text)
      Adds an Outline object to the outline list.
      Parameters:
      text - Text of the outline.
      Returns:
      The Outline object that is created.
    • add

      public Outline add(String text, String url)
      Adds an Outline object to the outline list.
      Parameters:
      text - Text of the outline.
      url - URL the action launches.
      Returns:
      The Outline object that is created.
    • add

      public Outline add(String text, Input input, int pageOffset, PageZoom pageZoom)
      Adds an Outline object to the outline list.
      Parameters:
      text - Text of the outline.
      input - Any of the ImageInput, DlexInput, PdfInput or PageInput objects to create PDF.
      pageOffset - Page number to navigate.
      pageZoom - PageZoom to display the destination.
      Returns:
      The Outline object that is created.
    • add

      public Outline add(String text, Input input, int pageOffset)
      Adds an Outline object to the outline list.
      Parameters:
      text - Text of the outline.
      input - Any of the ImageInput, DlexInput, PdfInput or PageInput objects to create PDF.
      pageOffset - Page number to navigate.
      Returns:
      The Outline object that is created.
    • add

      public Outline add(String text, Input input)
      Adds an Outline object to the outline list.
      Parameters:
      text - Text of the outline.
      input - Any of the ImageInput, DlexInput, PdfInput or PageInput objects to create PDF.
      Returns:
      The Outline object that is created.
    • addPdfOutlines

      public void addPdfOutlines(PdfInput pdfInput)