API Reference
Class
OneNoteTextStyle
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
- Property OneNoteTextRun.Style
Constructors
public OneNoteTextStyle() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
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.