Table of Contents

Class CodeItem

Namespace
Mythosia.Documents.Elements
Assembly
Mythosia.Documents.Abstractions.dll

A code block item. Follows the docling CodeItem convention.

public class CodeItem : TextItem
Inheritance
CodeItem
Inherited Members

Constructors

CodeItem()

public CodeItem()

Properties

CodeLanguage

The programming language of the code block.

public string CodeLanguage { get; set; }

Property Value

string