OneNote.Interfaces.RichTextData interface
richText.toJSON()
を呼び出すことによって返されるデータを記述するインターフェイス。
プロパティ
| id | RichText オブジェクトの ID を取得します。 読み取り専用です。 |
| language |
テキストの言語 ID です。 読み取り専用です。 |
| style | RichText オブジェクトのテキスト スタイルを取得します。 読み取り専用です。 |
| text | RichText オブジェクトのテキスト コンテンツを取得します。 読み取り専用です。 |
プロパティの詳細
id
languageId
style
RichText オブジェクトのテキスト スタイルを取得します。 読み取り専用です。
style?: OneNote.ParagraphStyle;
プロパティ値
注釈
text
RichText オブジェクトのテキスト コンテンツを取得します。 読み取り専用です。
text?: string;
プロパティ値
string