API Reference

Class

OdtInlineNode

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An ordered typed view of a direct child in an ODT paragraph. This syntax view keeps mixed plain text, simple spans, simple hyperlinks, images, and bookmark markers in document order. Nested inline markup is surfaced as Other so converters cannot mistake a flattened representation for an exact mapping.

Inheritance

  • Object
  • OdtInlineNode

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 OdtInlineNodeKind Kind { get; } #

Node kind.

public String Text { get; } #

Decoded text contributed by this node.

public OdtSpan Span { get; } #

Styled span for Span.

public OdtImage Image { get; } #

Image for Image.

public String Name { get; } #

Bookmark name for bookmark marker nodes.

public String QualifiedName { get; } #

Expanded XML name for an unrepresented element.