Table of Contents

Enum VerticalCellContentAlignment

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents the content alignment of a cell.

public enum VerticalCellContentAlignment

Fields

Bottom = 2

The content is aligned to the bottom.

Center = 1

The content in vertical centered.

Top = 0

The content is aligned to the top.