API Reference

Enum

HtmlEditableLayoutRegionKinds

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

Formatting regions a native destination can request from the shared projector.

Inheritance

  • Enum
  • HtmlEditableLayoutRegionKinds

Usage

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

Accepted by parameters

Values

public const HtmlEditableLayoutRegionKinds None #

No editable regions.

Value: 0
public const HtmlEditableLayoutRegionKinds Positioned #

Absolutely or fixed-positioned boxes.

Value: 1
public const HtmlEditableLayoutRegionKinds Floating #

Left and right floats.

Value: 2
public const HtmlEditableLayoutRegionKinds Flex #

Flex formatting contexts.

Value: 4
public const HtmlEditableLayoutRegionKinds Grid #

Grid formatting contexts.

Value: 8
public const HtmlEditableLayoutRegionKinds All #

All supported bounded formatting contexts.

Value: 15