MKHTMLBlock
Inherits MKBlock
Description
Represents an HTML block within a Markdown document.
Properties
Name | Type | Read-Only |
---|---|---|
HTMLBlockType | MKHTMLBlockTypes |
|
IsType6Or7 | Boolean |
✔ |
Methods
Name | Parameters | Returns |
---|---|---|
Constructor | parent As MKBlock , blockStart As Integer |
Property Descriptions
HTMLBlockType As MKHTMLBlockTypes
The type of HTML block this is.
IsType6Or7 As Boolean
True if this HTML block is type 6 or 7.
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.