Table of Contents

Constructor ResolvedBorder

Namespace
DocWright.Layout
Assembly
DocWright.Layout.dll

ResolvedBorder(string?, Twips, Twips, ColorRgb)

Initializes a resolved edge.

public ResolvedBorder(string? style, Twips width, Twips space, ColorRgb color)

Parameters

style string

The ST_Border style token, or null for no border.

width Twips

The line width in twips.

space Twips

The content spacing in twips.

color ColorRgb

The concrete color (may be Auto).