OneNote.Interfaces.RichTextLoadOptions interface
Represents a RichText object in a Paragraph.
Remarks
Properties
| $all | Specifying |
| id | Gets the ID of the RichText object. Read-only. |
| language |
The language ID of the text. Read-only. |
| paragraph | Gets the Paragraph object that contains the RichText object. |
| style | Gets the text style of the RichText object. Read-only. |
| text | Gets the text content of the RichText object. Read-only. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
id
Gets the ID of the RichText object. Read-only.
id?: boolean;
Property Value
boolean
Remarks
languageId
The language ID of the text. Read-only.
languageId?: boolean;
Property Value
boolean
Remarks
paragraph
Gets the Paragraph object that contains the RichText object.
paragraph?: OneNote.Interfaces.ParagraphLoadOptions;
Property Value
Remarks
style
Gets the text style of the RichText object. Read-only.
style?: boolean;
Property Value
boolean
Remarks
text
Gets the text content of the RichText object. Read-only.
text?: boolean;
Property Value
boolean