Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

OdtFieldKind

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

Document fields supported by the native ODT text surface.

Inheritance

  • Enum
  • OdtFieldKind

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 OdtFieldKind PageNumber #

The current page number.

Value: 0
public const OdtFieldKind PageCount #

The document page count.

Value: 1
public const OdtFieldKind Date #

The current date.

Value: 2
public const OdtFieldKind Time #

The current time.

Value: 3