API Reference
Class
HtmlRenderCapabilityCatalog
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:
HtmlRenderCapabilityGets a renderer capability by stable identifier.
Parameters
- id System.String
public static Boolean TryGet(String id, out HtmlRenderCapability capability) #Returns:
BooleanAttempts to get a renderer capability by stable identifier.
Parameters
- id System.String
- capability OfficeIMO.Html.HtmlRenderCapability@
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public static IReadOnlyList<HtmlRenderCapability> All { get; } #Gets all built-in renderer capability contracts in stable area and identifier order.