API Reference

Enum

OdtParagraphAlignment

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

Horizontal alignment for an ODT paragraph.

Inheritance

  • Enum
  • OdtParagraphAlignment

Usage

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

Values

public const OdtParagraphAlignment Start #

Aligns content to the logical start edge.

Value: 0
public const OdtParagraphAlignment Center #

Centers content.

Value: 1
public const OdtParagraphAlignment End #

Aligns content to the logical end edge.

Value: 2
public const OdtParagraphAlignment Justify #

Justifies content on both edges.

Value: 3
public const OdtParagraphAlignment Left #

Aligns content to the physical left edge.

Value: 4
public const OdtParagraphAlignment Right #

Aligns content to the physical right edge.

Value: 5