Package org.asciidoctor.jruby.ast.impl
Class FootnoteImpl
java.lang.Object
org.asciidoctor.jruby.ast.impl.FootnoteImpl
- All Implemented Interfaces:
Footnote
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Each footnote can optionally have an id.getIndex()The index is the number asciidoctor has assigned to the footnote.static FootnotegetInstance(Long index, String id, String text) static FootnotegetInstance(org.jruby.RubyStruct rubyFootnote) getText()
-
Constructor Details
-
FootnoteImpl
public FootnoteImpl()
-
-
Method Details
-
getInstance
-
getInstance
-
getIndex
Description copied from interface:FootnoteThe index is the number asciidoctor has assigned to the footnote. Footnotes start at 1 and are numbered consecutively throughout the document. -
getId
Description copied from interface:FootnoteEach footnote can optionally have an id. Ids are used when a document author wants to reference a single footnote more than once. -
getText
-