API Reference

Enum

WordNoteNumberRestart

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Wordprocessing.RestartNumberValues.

Inheritance

  • Enum
  • WordNoteNumberRestart

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 WordNoteNumberRestart Continuous #

Represents the Open XML value continuous.

Value: 0
public const WordNoteNumberRestart EachSection #

Represents the Open XML value eachSect.

Value: 1
public const WordNoteNumberRestart EachPage #

Represents the Open XML value eachPage.

Value: 2