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 LoadOptions loads all the scalar properties (e.g.: Range.address
) but not the navigational properties (e.g.: 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
Remarks
Office Add-ins