API Reference

Enum

OdpParagraphAlignment

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

Horizontal alignment for an ODP paragraph.

Inheritance

  • Enum
  • OdpParagraphAlignment

Usage

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

Values

public const OdpParagraphAlignment Start #

Aligns content to the logical start edge.

Value: 0
public const OdpParagraphAlignment Center #

Centers content.

Value: 1
public const OdpParagraphAlignment End #

Aligns content to the logical end edge.

Value: 2
public const OdpParagraphAlignment Justify #

Justifies content on both edges.

Value: 3
public const OdpParagraphAlignment Left #

Aligns content to the physical left edge.

Value: 4
public const OdpParagraphAlignment Right #

Aligns content to the physical right edge.

Value: 5