API Reference

Class

HtmlRenderText

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Positioned text segment retained as text for image and PDF backends.

Inheritance

Properties

public String Text { get; } #

Text content represented by this visual segment.

public OfficeFontInfo Font { get; } #

Resolved font descriptor.

public OfficeColor Color { get; } #

Resolved text color.

public OfficeTextAlignment Alignment { get; } #

Resolved horizontal text alignment.

public Double LineHeight { get; } #

Resolved line height in CSS pixels.

public String SemanticRole { get; } #

Optional semantic role such as heading, paragraph, or list item.

public Nullable<Int32> SemanticNodeId { get; } #

Stable operation-scoped semantic node identifier shared by fragments from the same source element.

public Nullable<Double> TextAdvanceWidth { get; } #

Resolved glyph advance for positioned inline text, distinct from its tolerant clipping frame.