API Reference

Enum

OneNoteParagraphAlignment

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

Paragraph horizontal alignment.

Inheritance

  • Enum
  • OneNoteParagraphAlignment

Usage

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

Values

public const OneNoteParagraphAlignment Left #

Left aligned.

Value: 0
public const OneNoteParagraphAlignment Center #

Centered.

Value: 1
public const OneNoteParagraphAlignment Right #

Right aligned.

Value: 2
public const OneNoteParagraphAlignment Justify #

Justified.

Value: 3