API Reference

Class

OfficeDocumentStructuredSection

Namespace OfficeIMO.Reader
Assembly OfficeIMO.Reader
Modifiers sealed

Heading and the following logical content up to the next heading.

Inheritance

  • Object
  • OfficeDocumentStructuredSection

Usage

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

Constructors

Properties

public String Id { get; set; } #

Deterministic section id in source order.

public String Heading { get; set; } #

Heading text, or null for preamble content.

public Nullable<Int32> Level { get; set; } #

Heading level when available.

public String Text { get; set; } #

Following block text joined with newlines and bounded by extraction options.

public IReadOnlyList<String> BlockIds { get; set; } #

Source block ids participating in this section.

public ReaderLocation Location { get; set; } #

Heading or first-content location.

public Boolean Truncated { get; set; } #

True when section text was truncated by MaxSectionCharacters.