LocationTargetListItemVariant

Variant of a ListItem that displays the location of a target node, usually (rendering-dependent) by replacing the item marker with target's position, formatted according to the global numbering format. This is used, for example, in table of contents.

Parameters

target

node to display the location of

format

kind of numbering format to use to format the location

Constructors

Link copied to clipboard
constructor(target: LocationTrackableNode, format: (DocumentNumbering) -> NumberingFormat?)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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