API Reference

Class

HtmlDomElementFacts

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers static

Shared HTML element facts used by OfficeIMO converters that walk AngleSharp DOM nodes.

Inheritance

  • Object
  • HtmlDomElementFacts

Methods

public static Boolean IsVoidElement(String localName) #
Returns: Boolean

Returns whether the specified HTML local name is a void element that cannot have an end tag.

Parameters

localName System.String requiredposition: 0
HTML element local name.

Returns

true when the element is an HTML void element; otherwise false.