Class Footnote

All Implemented Interfaces:
Element, TextElementArray, Serializable, Cloneable, Iterable<Element>, Collection<Element>, List<Element>, RandomAccess, SequencedCollection<Element>

@Deprecated public class Footnote extends Phrase
Deprecated.
A Footnote is a little note that can be added at the bottom of a page.
See Also:
  • Field Details

    • TEXT

      public static final int TEXT
      Deprecated.
      This is a possible footnote type.
      See Also:
    • CONTENT

      public static final String CONTENT
      Deprecated.
      This is a possible attribute.
      See Also:
    • FONT

      public static final String FONT
      Deprecated.
      This is a possible attribute.
      See Also:
    • DESTINATION

      public static final String DESTINATION
      Deprecated.
      This is a possible attribute.
      See Also:
    • PAGE

      public static final String PAGE
      Deprecated.
      This is a possible attribute.
      See Also:
    • NAMED

      public static final String NAMED
      Deprecated.
      This is a possible attribute.
      See Also:
    • footnoteType

      protected int footnoteType
      Deprecated.
      This is the type of footnote.
    • footnoteAttributes

      protected HashMap footnoteAttributes
      Deprecated.
      This is the title of the Annotation.
  • Constructor Details

    • Footnote

      public Footnote()
      Deprecated.
    • Footnote

      public Footnote(Chunk chunk)
      Deprecated.
    • Footnote

      public Footnote(String text, Font font)
      Deprecated.
    • Footnote

      public Footnote(String text)
      Deprecated.
  • Method Details

    • type

      public int type()
      Deprecated.
      Gets the type of the text element.

      Specified by:
      type in interface Element
      Overrides:
      type in class Phrase
      Returns:
      a type
    • footnoteType

      public int footnoteType()
      Deprecated.
      Returns the type of this Annotation.

      Returns:
      a type