API Reference

Class

StructuredListItem

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Represents a parsed list item (bullet or numbered) with hierarchy.

Inheritance

  • Object
  • StructuredListItem

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Returned or exposed by

Accepted by parameters

Constructors

Properties

public Int32 Level { get; set; } #

1-based nesting level (best effort).

public String Marker { get; set; } #

Original marker like "1.2.3", "-", "•", "(a)".

public String Text { get; set; } #

Normalized text of the list item.

public StructuredLine Line { get; set; } #

Line geometry for the source list item.