MKListBlock
Inherits MKAbstractList
Description
Represents a list block within a Markdown document.
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock , blockStart As Integer |
|
Finalise | line As XUITextLine |
Method Descriptions
Constructor(parent As MKBlock, blockStart As Integer)
Default constructor.
parent
is the parent of this block.blockStart
is the 0-based position in the original Markdown source that this block begins at.
Finalise(line As XUITextLine)
Closes this block and makes any final changes that may be required.