API Reference
Class
HtmlRenderHeading
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
- Property HtmlRenderDocument.Headings
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.