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