LocationLabelProperty

data class LocationLabelProperty(val value: String) : Property<String>

Property that is assigned to each LocationTrackableNode with an associated NumberingFormat. Labels are assigned based on each node's location, formatted via its corresponding numbering format. The labels are often displayed in a caption.

Examples of these nodes are figures and tables. For instance, depending on the document's NumberingFormat, an element may be labeled as 1.1, 1.2, 1.3, 2.1, etc.

Parameters

value

the formatted label

See also

for the storing stage

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard

Properties

Link copied to clipboard

The key of the property, used to identify it.

Link copied to clipboard
open override val value: String