Table of Contents

Enum HorizontalCellContentAlignment

Namespace
Loehnert.Asciidoc
Assembly
Loehnert.Asciidoc.dll

Represents the content alignment of a cell.

public enum HorizontalCellContentAlignment

Fields

Center = 1

The content in horizontal centered.

Left = 0

The content is left aligned.

Right = 2

The content is right aligned.