OneNote.Interfaces.RichTextLoadOptions interface
Paragraph 内の RichText オブジェクトを表します。
注釈
プロパティ
$all | LoadOptions を指定すると |
id | RichText オブジェクトの ID を取得します。 読み取り専用です。 |
language |
テキストの言語 ID です。 読み取り専用です。 |
paragraph | RichText オブジェクトを含む Paragraph オブジェクトを取得します。 |
style | RichText オブジェクトのテキスト スタイルを取得します。 読み取り専用です。 |
text | RichText オブジェクトのテキスト コンテンツを取得します。 読み取り専用です。 |
プロパティの詳細
$all
LoadOptions を指定すると $all
、すべてのスカラー プロパティ (例: Range.address
) が読み込まれますが、ナビゲーション プロパティ (例: Range.format.fill.color
) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
id
languageId
paragraph
RichText オブジェクトを含む Paragraph オブジェクトを取得します。
paragraph?: OneNote.Interfaces.ParagraphLoadOptions;
プロパティ値
注釈
style
RichText オブジェクトのテキスト スタイルを取得します。 読み取り専用です。
style?: boolean;
プロパティ値
boolean
注釈
text
RichText オブジェクトのテキスト コンテンツを取得します。 読み取り専用です。
text?: boolean;
プロパティ値
boolean
注釈
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins