TextStyle Properties

Aspose.Note for .NET API

TextStyle Properties

The TextStyle type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultMsOneNoteTitleDateStyle
Gets default style for title date in MS OneNote.
Public propertyStatic memberDefaultMsOneNoteTitleTextStyle
Gets default style for title text in MS OneNote.
Public propertyStatic memberDefaultMsOneNoteTitleTimeStyle
Gets default style for title time in MS OneNote.
Public propertyFontColor
Gets or sets the font color.
Public propertyFontName
Gets or sets the font name.
Public propertyFontSize
Gets or sets the font size.
Public propertyFontStyle
Gets the font style.
Public propertyHighlight
Gets or sets the highlight color.
Public propertyHyperlinkAddress
Gets or sets the hyperlink address. Must be set if the value of the IsHyperlink property is true.
Public propertyIsBold
Gets or sets a value indicating whether the text style is bold.
Public propertyIsHidden
Gets or sets a value indicating whether the text style is hidden.
Public propertyIsHyperlink
Gets or sets a value indicating whether the text style is hyperlink.
Public propertyIsItalic
Gets or sets a value indicating whether the text style is italic.
Public propertyIsMathFormatting
Gets or sets a value indicating whether the text style is math-formatting.
Public propertyIsStrikethrough
Gets or sets a value indicating whether the text style is strikethrough.
Public propertyIsSubscript
Gets or sets a value indicating whether the text style is subscript.
Public propertyIsSuperscript
Gets or sets a value indicating whether the text style is superscript.
Public propertyIsUnderline
Gets or sets a value indicating whether the text style is underline.
Public propertyRunIndex
Gets or sets the run index.
Top
See Also