MarkdownDocumentMBS methods

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to MarkdownDocumentMBS class.

MarkdownDocumentMBS.Compile(flags as Integer = 35799040) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Compiles the markdown code.

MarkdownDocumentMBS.Constructor(data as string, flags as Integer = 35799040)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new document with the content of the file.

Text should have EndOfLine.Unix as newline character.
Text must be in UTF-8 encoding to work best.

See also:

MarkdownDocumentMBS.Constructor(file as folderitem, flags as Integer = 35799040)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates a new document with the content of the file.

Text should have EndOfLine.Unix as newline character.
Text must be in UTF-8 encoding to work best.

See also:

MarkdownDocumentMBS.CSS as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Creates CSS for the html code.

MarkdownDocumentMBS.Document as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates HTML document.

Creates HTML if needed.

MarkdownDocumentMBS.Footnotes as MarkdownFootnoteMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries list of foot notes.

MarkdownDocumentMBS.GenerateCSS(File as folderitem) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates a css file.

Returns number of bytes written. Or -1 on any error.

MarkdownDocumentMBS.GenerateHTML(File as folderitem) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method MarkDown MBS Tools Plugin 15.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Generates a html file.

Returns true on success and false on failure.

The items on this page are in the following plugins: MBS Tools Plugin.


💬 Ask a question or report a problem