Class CodeItem
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; }