OneNote.Interfaces.RichTextLoadOptions interface
表示 Paragraph 中的 RichText 对象。
注解
属性
$all |
|
id | 获取 RichText 对象的 ID。 只读。 |
language |
文本的语言 ID。 只读。 |
paragraph | 获取包含 RichText 对象的 Paragraph 对象。 |
style | 获取 RichText 对象的文本样式。 只读。 |
text | 获取 RichText 对象的文本内容。 只读。 |
属性详细信息
$all
$all
为加载选项指定将加载所有标量属性 ((例如Range.address
) ,但不加载导航属性 (如 Range.format.fill.color
) )。
$all?: boolean;
属性值
boolean
id
languageId
paragraph
获取包含 RichText 对象的 Paragraph 对象。
paragraph?: OneNote.Interfaces.ParagraphLoadOptions;