Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

OdtNote

Namespace OfficeIMO.OpenDocument
Assembly OfficeIMO.OpenDocument
Modifiers sealed

An XML-backed ODT footnote or endnote at its inline reference position.

Inheritance

  • Object
  • OdtNote

Usage

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

Methods

public OdtParagraph AddParagraph(String text = null) #
Returns: OdtParagraph

Appends a paragraph to this note's body.

Parameters

text System.String = null optionalposition: 0

Properties

public String Id { get; } #

The native note identifier.

public Nullable<OdtNoteKind> Kind { get; } #

The note kind, or null when the native class is unknown.

public String Citation { get; } #

The displayed citation stored in the native note.

public IReadOnlyList<OdtParagraph> Paragraphs { get; } #

Direct paragraphs in the note body, in source order.

public Boolean HasOnlyParagraphs { get; } #

Whether the body contains only direct paragraphs that the Word adapter can project.