API Reference

Enum

HtmlRenderLayoutRegionKind

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

Native-editable layout region kind retained by the shared HTML layout owner.

Inheritance

  • Enum
  • HtmlRenderLayoutRegionKind

Usage

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

Values

public const HtmlRenderLayoutRegionKind Positioned #

Absolutely or fixed-positioned region.

Value: 0
public const HtmlRenderLayoutRegionKind Floating #

Left or right floating region.

Value: 1
public const HtmlRenderLayoutRegionKind Flex #

Flex formatting region.

Value: 2
public const HtmlRenderLayoutRegionKind Grid #

Grid formatting region.

Value: 3