API Reference

Class

HtmlRenderCapabilityCatalog

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers static

Executable source of truth for the direct HTML renderer's standards surface. Entries describe the supported subset, not merely whether a property is parsed.

Inheritance

  • Object
  • HtmlRenderCapabilityCatalog

Methods

public static HtmlRenderCapability Get(String id) #
Returns: HtmlRenderCapability

Gets a renderer capability by stable identifier.

Parameters

id System.String requiredposition: 0
public static Boolean TryGet(String id, out HtmlRenderCapability capability) #
Returns: Boolean

Attempts to get a renderer capability by stable identifier.

Parameters

id System.String requiredposition: 0
capability OfficeIMO.Html.HtmlRenderCapability@ requiredposition: 1

Properties

public static IReadOnlyList<HtmlRenderCapability> All { get; } #

Gets all built-in renderer capability contracts in stable area and identifier order.