AnchorNode

Description

sealed class Tinman.Core.Document.AnchorNode

Derived from

DocumentNode abstract
IInlineNode

An inline node in a text document that represents an anchor for internal links.

Public / Constructors

Anchor​Node

2 overloads


public constructor AnchorNode1 → ()

Creates a new instance of AnchorNode.


public constructor AnchorNode2 → (1)

name in : string

[not-null]
Initial value for Name.

Creates a new instance of AnchorNode.

Public / Attributes

Name


public attribute Name → (get,set)

value : string

[not-null]
The anchor name. Will be normalized via DocumentUtil.MakeAnchorName.

The anchor name.

Anchors names always start with a # character; the remaining characters always constitute an identifier, see ConfigScript.MakeIdentifier.

Serialization

Serial​Id


public static readonly attribute SerialId → (ISerialTypeInfo)

Serialization information about this type.