Class Outline

java.lang.Object
com.dynamicpdf.api.Outline

public class Outline extends Object
Represents an outline.
  • Method Details

    • getText

      public String getText()
      Gets the text of the outline.
      Returns:
      The text of the outline.
    • setText

      public void setText(String value)
      Sets the text of the outline.
      Parameters:
      value - The text of the outline.
    • getStyle

      public OutlineStyle getStyle()
      Gets the style of the outline.
      Returns:
      The style of the outline.
    • setStyle

      public void setStyle(OutlineStyle value)
      Sets the style of the outline.
      Parameters:
      value - The style of the outline.
    • getExpanded

      public boolean getExpanded()
      Gets a value specifying if the outline is expanded.
      Returns:
      A value specifying if the outline is expanded.
    • setExpanded

      public void setExpanded(boolean value)
      Sets a value specifying if the outline is expanded.
      Parameters:
      value - A value specifying if the outline is expanded.
    • getChildren

      public OutlineList getChildren()
      Gets a collection of child outlines.
      Returns:
      A collection of child outlines.
    • setChildren

      public void setChildren(OutlineList value)
      Sets a collection of child outlines.
      Parameters:
      value - A collection of child outlines.
    • getAction

      public Action getAction()
      Gets the Action of the outline.
      Returns:
      The Action of the outline.
    • setAction

      public void setAction(Action value)
      Sets the Action of the outline.
      Parameters:
      value - The Action of the outline.
    • getColor

      public Color getColor()
      Gets the color of the outline.
      Returns:
      The color of the outline.
    • setColor

      public void setColor(Color value)
      Sets the color of the outline.
      Parameters:
      value - The color of the outline.