API Reference

Enum

OdpInlineNodeKind

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

Kind of node in an ODP paragraph's ordered inline syntax.

Inheritance

  • Enum
  • OdpInlineNodeKind

Usage

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

Values

public const OdpInlineNodeKind Text #

Plain text, including ODF space, tab, and line-break elements.

Value: 0
public const OdpInlineNodeKind Run #

A styled text run.

Value: 1
public const OdpInlineNodeKind Other #

An inline element not represented by the current typed surface.

Value: 3