API Reference

Class

HtmlLogicalDocument

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Shared logical representation of parsed HTML before adapter-specific conversion.

Inheritance

  • Object
  • HtmlLogicalDocument

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

Accepted by parameters

Methods

public Int32 Count(HtmlLogicalNodeKind kind) #
Returns: Int32

Returns the number of nodes for a normalized kind.

Parameters

kind OfficeIMO.Html.HtmlLogicalNodeKind requiredposition: 0
public IReadOnlyDictionary<HtmlLogicalNodeKind, Int32> GetCounts() #
Returns: IReadOnlyDictionary<HtmlLogicalNodeKind, Int32>

Returns a snapshot of node counts by kind.

Properties

public HtmlLogicalNode Root { get; } #

Root logical node.

public IReadOnlyList<String> Capabilities { get; } #

Capability tags inferred from the logical document.