API Reference

Class

HtmlRenderSemanticGroup

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Paint-neutral semantic group retained by the shared HTML render model.

Inheritance

Properties

public HtmlRenderSemanticGroupRole Role { get; } #

Semantic role of this group.

public Int32 ColumnSpan { get; } #

Table column span, or one for non-cell groups.

public Int32 RowSpan { get; } #

Table row span, or one for non-cell groups.

public Nullable<HtmlRenderTableHeaderScope> HeaderScope { get; } #

Resolved table-header scope, or null for non-header groups.

public IReadOnlyList<HtmlRenderVisual> Visuals { get; } #

Ordered child visuals.