API Reference

Class

HtmlRenderClipGroup

Namespace OfficeIMO.Html
Assembly OfficeIMO.Html
Modifiers sealed

Ordered child visuals constrained by one or both axes of a rectangular clip. Child coordinates remain in the same surface coordinate system as the group.

Inheritance

Properties

public Double ClipX { get; } #

Horizontal origin of the authored overflow clip rectangle.

public Double ClipY { get; } #

Vertical origin of the authored overflow clip rectangle.

public Double ClipWidth { get; } #

Width of the authored overflow clip rectangle.

public Double ClipHeight { get; } #

Height of the authored overflow clip rectangle.

public Boolean ClipHorizontal { get; } #

Whether the group clips content outside its horizontal bounds.

public Boolean ClipVertical { get; } #

Whether the group clips content outside its vertical bounds.

public IReadOnlyList<HtmlRenderVisual> Visuals { get; } #

Ordered child visuals in the same coordinate space as the group.