API Reference

Enum

WordSectionBreakType

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

Specifies how a Word section begins.

Inheritance

  • Enum
  • WordSectionBreakType

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 WordSectionBreakType NextPage #

Starts the section on the next page.

Value: 0
public const WordSectionBreakType NextColumn #

Starts the section in the next column.

Value: 1
public const WordSectionBreakType Continuous #

Starts the section without forcing a new page.

Value: 2
public const WordSectionBreakType EvenPage #

Starts the section on the next even-numbered page.

Value: 3
public const WordSectionBreakType OddPage #

Starts the section on the next odd-numbered page.

Value: 4