API Reference

Enum

OneNoteElementKind

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

Logical kind of a typed OneNote page element.

Inheritance

  • Enum
  • OneNoteElementKind

Usage

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

Values

public const OneNoteElementKind Unknown #

Unknown or opaque content.

Value: 0
public const OneNoteElementKind Outline #

An outline container.

Value: 1
public const OneNoteElementKind Paragraph #

A rich-text paragraph.

Value: 2
public const OneNoteElementKind Table #

A table.

Value: 3
public const OneNoteElementKind Image #

An image.

Value: 4
public const OneNoteElementKind EmbeddedFile #

An embedded file.

Value: 5
public const OneNoteElementKind Ink #

Ink or handwriting data.

Value: 6
public const OneNoteElementKind Math #

Mathematical content.

Value: 7
public const OneNoteElementKind Media #

Audio or video recording content.

Value: 8