API Reference

Enum

WordParagraphAlignment

Namespace OfficeIMO.Word
Assembly OfficeIMO.Word
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Specifies paragraph justification.

Inheritance

  • Enum
  • WordParagraphAlignment

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const WordParagraphAlignment Left #

Aligns content to the left edge.

Value: 0
public const WordParagraphAlignment Start #

Aligns content to the logical start edge.

Value: 1
public const WordParagraphAlignment Center #

Centers content.

Value: 2
public const WordParagraphAlignment Right #

Aligns content to the right edge.

Value: 3
public const WordParagraphAlignment End #

Aligns content to the logical end edge.

Value: 4
public const WordParagraphAlignment Both #

Justifies content on both edges.

Value: 5
public const WordParagraphAlignment MediumKashida #

Uses medium Kashida justification.

Value: 6
public const WordParagraphAlignment Distribute #

Distributes content across the line.

Value: 7
public const WordParagraphAlignment NumTab #

Aligns content to a numbering tab.

Value: 8
public const WordParagraphAlignment HighKashida #

Uses high Kashida justification.

Value: 9
public const WordParagraphAlignment LowKashida #

Uses low Kashida justification.

Value: 10
public const WordParagraphAlignment ThaiDistribute #

Uses Thai distributed justification.

Value: 11