MKLinkLabel
Description
Holds information about a link label. Provided to assist with rendering into source code tokens.
Properties
Name | Type | Read-Only |
---|---|---|
Characters() | MarkdownKit.MKCharacter |
|
Length | Integer |
|
Value | String |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | ||
Constructor | length As Integer , value As String , characters() As MarkdownKit.MKCharacter |
Property Descriptions
Characters() As MarkdownKit.MKCharacter
The label's characters. May be empty.
Length As Integer
The length of the link label (excluding delimiters).
Value As String
The link label value.
Method Descriptions
Constructor()
Default constructor.
Constructor(length As Integer, value As String, characters() As MarkdownKit.MKCharacter)
Constructor with parameters.
length
is the length of the link label (excluding delimiters).value
is the link label.characters()
is an array of the label's characters. May be empty.