Table of Contents

Class TextItem

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

A text content item. Follows the docling TextItem convention. Carries both original and sanitized text representations.

public class TextItem : DocItem
Inheritance
TextItem
Derived
Inherited Members

Constructors

TextItem()

public TextItem()

Properties

Orig

Original (untreated) text representation.

public string Orig { get; set; }

Property Value

string

Text

Sanitized text representation.

public string Text { get; set; }

Property Value

string