API Reference
Enum
HtmlLogicalNodeKind
Normalized logical HTML node categories used by OfficeIMO conversion tooling.
Inheritance
- Enum
- HtmlLogicalNodeKind
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
- Method HtmlLogicalDocument.GetCounts
- Property HtmlLogicalNode.Kind
- Field HtmlLogicalNodeKind.Code
- Field HtmlLogicalNodeKind.Document
- Field HtmlLogicalNodeKind.Figure
- Field HtmlLogicalNodeKind.Footnote
- Field HtmlLogicalNodeKind.Form
- Field HtmlLogicalNodeKind.FormControl
- Field HtmlLogicalNodeKind.Heading
- Field HtmlLogicalNodeKind.Image
- Field HtmlLogicalNodeKind.Inline
- Field HtmlLogicalNodeKind.Link
- Field HtmlLogicalNodeKind.List
- Field HtmlLogicalNodeKind.ListItem
- Field HtmlLogicalNodeKind.Media
- Field HtmlLogicalNodeKind.Metadata
- Field HtmlLogicalNodeKind.Paragraph
- Field HtmlLogicalNodeKind.Quote
- Field HtmlLogicalNodeKind.Section
- Field HtmlLogicalNodeKind.Table
- Field HtmlLogicalNodeKind.TableCaption
- Field HtmlLogicalNodeKind.TableCell
- Field HtmlLogicalNodeKind.TableRow
- Field HtmlLogicalNodeKind.Text
- Field HtmlLogicalNodeKind.Unknown
Accepted by parameters
- Method HtmlLogicalDocument.Count
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
ToString 4 overloads
public override sealed String ToString(IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString() instead.")Parameters
- provider IFormatProvider
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
- provider IFormatProvider