BibliographyView

class BibliographyView(val title: InlineContent?, val bibliography: Bibliography, val style: BibliographyStyle, val isTitleDecorative: Boolean = false) : Node

Renderable container of a bibliography.

Parameters

title

title of the table of contents. If null, the default localized title is used

bibliography

the bibliography to render

style

the style to use for rendering the bibliography

isTitleDecorative

whether the title, if present, should be a decorative heading

Constructors

Link copied to clipboard
constructor(title: InlineContent?, bibliography: Bibliography, style: BibliographyStyle, isTitleDecorative: Boolean = false)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun <T> accept(visitor: NodeVisitor<T>): T

Accepts a visitor.

Link copied to clipboard

Retrieves the stored media associated with this node, if any.

Link copied to clipboard