OneNote.Interfaces.PageCollectionLoadOptions interface
ページのコレクションを表します。
プロパティ
| $all | 読み込みオプションに |
| class |
For each ITEM in the collection: ClassNotebookPageSource をページに取得します。 |
| client |
コレクション内の各アイテムの場合: ページのクライアント URL。 読み取り専用です。 |
| contents | コレクション内の各アイテムの場合: ページ上の PageContent オブジェクトのコレクション。 読み取りのみ |
| id | For each ITEM in the collection: ページの ID を取得します。 読み取り専用です。 |
| ink |
コレクション内の各アイテムの場合: ページ上のインクのテキスト解釈。 インクの解析情報がない場合は null を返します。 読み取り専用です。 |
| page |
For each ITEM in the collection: ページのインデント レベルを取得または設定します。 |
| parent |
For each ITEM in the collection: ページを含むセクションを取得します。 |
| title | For each ITEM in the collection: ページのタイトルを取得または設定します。 |
| web |
コレクション内の各アイテムの場合: ページの Web URL。 読み取りのみ |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
classNotebookPageSource
For each ITEM in the collection: ClassNotebookPageSource をページに取得します。
classNotebookPageSource?: boolean;
プロパティ値
boolean
注釈
clientUrl
コレクション内の各アイテムの場合: ページのクライアント URL。 読み取り専用です。
clientUrl?: boolean;
プロパティ値
boolean
注釈
contents
コレクション内の各アイテムの場合: ページ上の PageContent オブジェクトのコレクション。 読み取りのみ
contents?: OneNote.Interfaces.PageContentCollectionLoadOptions;
プロパティ値
注釈
id
For each ITEM in the collection: ページの ID を取得します。 読み取り専用です。
id?: boolean;
プロパティ値
boolean
注釈
inkAnalysisOrNull
コレクション内の各アイテムの場合: ページ上のインクのテキスト解釈。 インクの解析情報がない場合は null を返します。 読み取り専用です。
inkAnalysisOrNull?: OneNote.Interfaces.InkAnalysisLoadOptions;
プロパティ値
注釈
pageLevel
For each ITEM in the collection: ページのインデント レベルを取得または設定します。
pageLevel?: boolean;
プロパティ値
boolean
注釈
parentSection
For each ITEM in the collection: ページを含むセクションを取得します。
parentSection?: OneNote.Interfaces.SectionLoadOptions;
プロパティ値
注釈
title
For each ITEM in the collection: ページのタイトルを取得または設定します。
title?: boolean;
プロパティ値
boolean