Table of Contents

Enum ParagraphAlignment

Namespace
FileFormat.Words.IElements
Assembly
FileFormat.Words.dll

Specifies the alignment of a paragraph within a text block or document.

public enum ParagraphAlignment

Fields

Center = 1

Centers the paragraph within the available space.

Justify = 3

Justifies the text within the paragraph, aligning both the left and right edges.

Left = 0

Aligns the paragraph to the left.

Right = 2

Aligns the paragraph to the right.