Table of Contents

Enum VerticalJustification

Namespace
DocWright.Core.Document
Assembly
DocWright.Core.dll

Vertical justification of content within a region (ECMA-376 Part 1 §17.18.101 ST_VerticalJc).

public enum VerticalJustification

Fields

Top = 0

Content is anchored to the top (the default).

Center = 1

Content is centered.

Both = 2

Content is distributed vertically (sections only).

Bottom = 3

Content is anchored to the bottom.