API Reference

Class

OneNoteParagraph

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

A rich-text paragraph and its nested outline elements.

Inheritance

Constructors

Methods

public OneNoteTextRun AddMath(OfficeMathExpression expression) #
Returns: OneNoteTextRun

Appends a structured inline mathematical expression.

Parameters

expression OfficeIMO.Drawing.OfficeMathExpression requiredposition: 0

Properties

public override OneNoteElementKind Kind { get; } #
public IList<OneNoteTextRun> Runs { get; } #

Formatted text runs in source order.

public OneNoteListInfo List { get; set; } #

Optional list marker metadata.

public OneNoteParagraphStyle Style { get; } #

Paragraph formatting.

public IList<OneNoteElement> Children { get; } #

Nested outline elements under this paragraph.