API Reference

Class

OneNoteTextStyle

Namespace OfficeIMO.OneNote
Assembly OfficeIMO.OneNote
Modifiers sealed

Character formatting for a text run.

Inheritance

  • Object
  • OneNoteTextStyle

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

Constructors

public OneNoteTextStyle() #

Properties

public String FontFamily { get; set; } #

Font family.

public Nullable<Double> FontSize { get; set; } #

Font size in points.

public Nullable<UInt32> ColorArgb { get; set; } #

Font color encoded as ARGB.

public Nullable<UInt32> HighlightColorArgb { get; set; } #

Highlight color encoded as ARGB.

public Nullable<Boolean> Bold { get; set; } #

Whether bold formatting is active.

public Nullable<Boolean> Italic { get; set; } #

Whether italic formatting is active.

public Nullable<Boolean> Underline { get; set; } #

Whether underline formatting is active.

public Nullable<Boolean> Strikethrough { get; set; } #

Whether strikethrough formatting is active.

public Nullable<Boolean> Superscript { get; set; } #

Whether superscript formatting is active.

public Nullable<Boolean> Subscript { get; set; } #

Whether subscript formatting is active.

public Nullable<UInt32> LanguageId { get; set; } #

LCID language identifier.

public Nullable<Boolean> IsMath { get; set; } #

Whether OneNote marks this run as mathematical content.