MKInlineText
Inherits MKBlock
Description
Represents inline text within a Markdown document.
Properties
Name | Type | Read-Only |
---|---|---|
LocalStart | Integer |
|
ParentStart | Integer |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock |
|
Finalise | line As XUITextLine |
Property Descriptions
LocalStart As Integer
0-based local position of the start of this block on its line.
ParentStart As Integer
The local 0-based index in Parent.Characters
that this inline text span begins at.
Method Descriptions
Constructor(parent As MKBlock)
Default constructor.
parent
is the parent of this block.
Finalise(line As XUITextLine)
Closes this block and makes any final changes that may be required.