Uses of Class
com.vladsch.flexmark.ext.footnotes.internal.FootnoteRepository
-
Packages that use FootnoteRepository Package Description com.vladsch.flexmark.ext.footnotes com.vladsch.flexmark.ext.footnotes.internal -
-
Uses of FootnoteRepository in com.vladsch.flexmark.ext.footnotes
Fields in com.vladsch.flexmark.ext.footnotes with type parameters of type FootnoteRepository Modifier and Type Field Description static DataKey<FootnoteRepository>FootnoteExtension. FOOTNOTESMethods in com.vladsch.flexmark.ext.footnotes with parameters of type FootnoteRepository Modifier and Type Method Description FootnoteBlockFootnote. getFootnoteBlock(FootnoteRepository footnoteRepository)FootnoteBlockFootnote. getReferenceNode(FootnoteRepository repository) -
Uses of FootnoteRepository in com.vladsch.flexmark.ext.footnotes.internal
Fields in com.vladsch.flexmark.ext.footnotes.internal declared as FootnoteRepository Modifier and Type Field Description private FootnoteRepositoryFootnoteLinkRefProcessor. footnoteRepositoryprivate FootnoteRepositoryFootnoteNodeRenderer. footnoteRepositoryMethods in com.vladsch.flexmark.ext.footnotes.internal that return FootnoteRepository Modifier and Type Method Description FootnoteRepositoryFootnoteNodeFormatter. getRepository(DataHolder options)Methods in com.vladsch.flexmark.ext.footnotes.internal that return types with arguments of type FootnoteRepository Modifier and Type Method Description @NotNull DataKey<FootnoteRepository>FootnoteRepository. getDataKey()
-