API Reference

Enum

WordBreakType

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

Specifies the kind of break inserted into a Word document or paragraph.

Inheritance

  • Enum
  • WordBreakType

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 WordBreakType Page #

Starts content on the next page.

Value: 0
public const WordBreakType Column #

Starts content in the next column.

Value: 1
public const WordBreakType TextWrapping #

Starts a new line without starting a new paragraph.

Value: 2