API Reference

Enum

OdtInlineNodeKind

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

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

Inheritance

  • Enum
  • OdtInlineNodeKind

Usage

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

Values

public const OdtInlineNodeKind Text #

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

Value: 0
public const OdtInlineNodeKind Span #

A styled text span.

Value: 1
public const OdtInlineNodeKind Image #

An embedded image frame.

Value: 3
public const OdtInlineNodeKind Bookmark #

A collapsed bookmark marker.

Value: 4
public const OdtInlineNodeKind BookmarkStart #

A bookmark range start marker.

Value: 5
public const OdtInlineNodeKind BookmarkEnd #

A bookmark range end marker.

Value: 6
public const OdtInlineNodeKind Other #

An inline element not represented by the current typed surface.

Value: 7