OneNote.Interfaces.PageContentCollectionLoadOptions interface
PageContent オブジェクトのコレクションとして、ページのコンテンツを表します。
プロパティ
| $all | 読み込みオプションに |
| id | For each ITEM in the collection: PageContent オブジェクトの ID を取得します。 読み取り専用です。 |
| image | For each ITEM in the collection: PageContent オブジェクト内の画像を取得します。 PageContentType が Image ではない場合、例外をスローします。 |
| ink | For each ITEM in the collection: PageContent オブジェクトのインクを取得します。 PageContentType がインクではない場合、例外をスローします。 |
| left | コレクション内の各アイテムの場合: PageContent オブジェクトの左 (X 軸) 位置を取得または設定します。 |
| outline | コレクション内の各アイテムの場合: PageContent オブジェクトのアウトラインを取得します。 PageContentType が Outline でない場合、例外をスローします。 |
| parent |
For each ITEM in the collection: PageContent オブジェクトを含むページを取得します。 |
| top | For each ITEM in the collection: PageContent オブジェクトの最上位 (Y 軸) 位置を取得または設定します。 |
| type | For each ITEM in the collection: PageContent オブジェクトの型を取得します。 読み取り専用です。 |
プロパティの詳細
$all
読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。
$all?: boolean;
プロパティ値
boolean
id
For each ITEM in the collection: PageContent オブジェクトの ID を取得します。 読み取り専用です。
id?: boolean;
プロパティ値
boolean
注釈
image
For each ITEM in the collection: PageContent オブジェクト内の画像を取得します。 PageContentType が Image ではない場合、例外をスローします。
image?: OneNote.Interfaces.ImageLoadOptions;
プロパティ値
注釈
ink
For each ITEM in the collection: PageContent オブジェクトのインクを取得します。 PageContentType がインクではない場合、例外をスローします。
ink?: OneNote.Interfaces.FloatingInkLoadOptions;
プロパティ値
注釈
left
コレクション内の各アイテムの場合: PageContent オブジェクトの左 (X 軸) 位置を取得または設定します。
left?: boolean;
プロパティ値
boolean
注釈
outline
コレクション内の各アイテムの場合: PageContent オブジェクトのアウトラインを取得します。 PageContentType が Outline でない場合、例外をスローします。
outline?: OneNote.Interfaces.OutlineLoadOptions;
プロパティ値
注釈
parentPage
For each ITEM in the collection: PageContent オブジェクトを含むページを取得します。
parentPage?: OneNote.Interfaces.PageLoadOptions;
プロパティ値
注釈
top
For each ITEM in the collection: PageContent オブジェクトの最上位 (Y 軸) 位置を取得または設定します。
top?: boolean;
プロパティ値
boolean
注釈
type
For each ITEM in the collection: PageContent オブジェクトの型を取得します。 読み取り専用です。
type?: boolean;
プロパティ値
boolean