Interface Footnote

All Known Implementing Classes:
FootnoteImpl

public interface Footnote
  • Method Summary

    Modifier and Type
    Method
    Description
    Each footnote can optionally have an id.
    The index is the number asciidoctor has assigned to the footnote.
     
  • Method Details

    • getIndex

      Long getIndex()
      The index is the number asciidoctor has assigned to the footnote. Footnotes start at 1 and are numbered consecutively throughout the document.
      Returns:
      footnote number
    • getId

      String getId()
      Each footnote can optionally have an id. Ids are used when a document author wants to reference a single footnote more than once.
      Returns:
      footnote id or null
    • getText

      String getText()
      Returns:
      the text the document author has specified for the footnote