Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OdtField

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT field with cached display text.

Inheritance

  • Object
  • OdtField

Usage

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

Returned or exposed by

Properties

public OdtFieldKind Kind { get; } #

The field's native ODF kind.

public String DisplayText { get; set; } #

Cached text shown until the document application refreshes the field.

public Boolean IsFixed { get; set; } #

Whether the displayed value is fixed instead of refreshed. Page count is always dynamic.

public Boolean IsBasic { get; } #

True when the field has no style, offset, value override, or unrecognized property.