Table of Contents

Class DocListItem

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

A list item within a list group. Follows the docling ListItem convention. Named DocListItem to avoid conflict with System.Collections types.

public class DocListItem : TextItem
Inheritance
DocListItem
Inherited Members

Constructors

DocListItem()

public DocListItem()

Properties

Enumerated

Whether this list item is enumerated (ordered list).

public bool Enumerated { get; set; }

Property Value

bool

Marker

The bullet or number marker that prefixes this list item.

public string Marker { get; set; }

Property Value

string