Package-level declarations

Types

Link copied to clipboard

Possible positions of captions, relative to the element they describe.

Link copied to clipboard
data class CaptionPositionInfo(var default: CaptionPosition = CaptionPosition.BOTTOM, var figures: CaptionPosition? = null, var tables: CaptionPosition? = null)

Mutable information about the position of captions of com.quarkdown.core.ast.quarkdown.CaptionableNode nodes in a document.