API Reference

Class

HtmlLogicalNode

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Normalized node in an OfficeIMO HTML logical document.

Inheritance

  • Object
  • HtmlLogicalNode

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 HtmlLogicalNodeKind Kind { get; } #

Normalized node kind.

public String Name { get; } #

Original element name, or #text for text nodes.

public String Text { get; } #

Normalized node text, or preserved preformatted text for code nodes.

public String AccessibleName { get; set; } #

ARIA or host-language accessible name resolved from the source element.

public IReadOnlyDictionary<String, String> Attributes { get; } #

Attributes captured from the source element.

public IReadOnlyList<String> Capabilities { get; } #

Capability tags inferred from this node.

public IReadOnlyList<HtmlLogicalNode> Children { get; } #

Child logical nodes.