API Reference

Enum

HtmlRenderVisualKind

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Identifies the backend-neutral visual operation produced by HTML layout.

Inheritance

  • Enum
  • HtmlRenderVisualKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const HtmlRenderVisualKind Shape #

Vector shape such as a background or border.

Value: 0
public const HtmlRenderVisualKind Text #

Positioned searchable text.

Value: 1
public const HtmlRenderVisualKind Image #

Positioned raster or vector image.

Value: 2
public const HtmlRenderVisualKind ImagePattern #

Clipped repeating image pattern.

Value: 3
public const HtmlRenderVisualKind ClipGroup #

Ordered child visuals clipped as one paint group.

Value: 4
public const HtmlRenderVisualKind PathClipGroup #

Ordered child visuals clipped by shared Drawing path geometry.

Value: 5
public const HtmlRenderVisualKind EffectGroup #

Ordered child visuals painted through an affine transform and isolated opacity.

Value: 6
public const HtmlRenderVisualKind Drawing #

Positioned shared vector drawing.

Value: 7
public const HtmlRenderVisualKind SemanticGroup #

Paint-neutral semantic ownership group.

Value: 8
public const HtmlRenderVisualKind LogicalTextGroup #

Paint-neutral positioned fragments sharing one logical extraction string.

Value: 9