API Reference

Class

HtmlRenderHeading

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

A source heading retained by the shared render model for navigation-capable backends.

Inheritance

  • Object
  • HtmlRenderHeading

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

Properties

public Int32 SemanticNodeId { get; } #

Stable operation-scoped identifier of the source semantic element.

public Int32 Level { get; } #

Heading level from 1 through 6.

public String Text { get; } #

Rendered heading text, including text split across styled spans or lines.

public Int32 PageNumber { get; } #

One-based destination page number.

public Double X { get; } #

Left destination coordinate in CSS pixels.

public Double Y { get; } #

Top destination coordinate in CSS pixels.