Skip to content

MKParagraphBlock

Inherits MKBlock

Description

Represents a paragraph list block within a Markdown document.

Properties

Name Type Read-Only
mAllCharacters() MKCharacter

Methods

Name Parameters Returns
Constructor parent As MKBlock, blockStart As Integer
Finalise line As XUITextLine

Property Descriptions

mAllCharacters() As MKCharacter

All of this block's characters as an array of MKCharacter instances.


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.