OneNote.Interfaces.SectionCollectionLoadOptions interface

セクションのコレクションを表します。

プロパティ

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

clientUrl

For each ITEM in the collection: セクションのクライアント URL。 読み取りのみ

id

For each ITEM in the collection: セクションの ID を取得します。 読み取り専用です。

isEncrypted

コレクション内の各アイテムの場合: このセクションがパスワードで暗号化されている場合は true。 読み取りのみ

isLocked

コレクション内の各アイテムの場合: このセクションがロックされている場合は true。 読み取り専用です。

name

For each ITEM in the collection: セクションの名前を取得します。 読み取り専用です。

notebook

For each ITEM in the collection: セクションを含むノートブックを取得します。

pages

コレクション内の各アイテムの場合: セクション内のページのコレクション。 読み取りのみ

parentSectionGroup

For each ITEM in the collection: セクションを含むセクション グループを取得します。 セクションがノートブックの直接の子である場合は ItemNotFound をスローします。

parentSectionGroupOrNull

For each ITEM in the collection: セクションを含むセクション グループを取得します。 セクションがノートブックの直接の子である場合は null を返します。

webUrl

コレクション内の各アイテムの場合: ページの Web URL。 読み取り専用です。

プロパティの詳細

$all

読み込みオプションに $all を指定すると、すべてのスカラー プロパティ ( Range.address など) が読み込まれますが、ナビゲーション プロパティ ( Range.format.fill.color など) は読み込まれません。

$all?: boolean;

プロパティ値

boolean

clientUrl

For each ITEM in the collection: セクションのクライアント URL。 読み取りのみ

clientUrl?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

id

For each ITEM in the collection: セクションの ID を取得します。 読み取り専用です。

id?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

isEncrypted

コレクション内の各アイテムの場合: このセクションがパスワードで暗号化されている場合は true。 読み取りのみ

isEncrypted?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.2

isLocked

コレクション内の各アイテムの場合: このセクションがロックされている場合は true。 読み取り専用です。

isLocked?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.2

name

For each ITEM in the collection: セクションの名前を取得します。 読み取り専用です。

name?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

notebook

For each ITEM in the collection: セクションを含むノートブックを取得します。

notebook?: OneNote.Interfaces.NotebookLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

pages

コレクション内の各アイテムの場合: セクション内のページのコレクション。 読み取りのみ

pages?: OneNote.Interfaces.PageCollectionLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentSectionGroup

For each ITEM in the collection: セクションを含むセクション グループを取得します。 セクションがノートブックの直接の子である場合は ItemNotFound をスローします。

parentSectionGroup?: OneNote.Interfaces.SectionGroupLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentSectionGroupOrNull

For each ITEM in the collection: セクションを含むセクション グループを取得します。 セクションがノートブックの直接の子である場合は null を返します。

parentSectionGroupOrNull?: OneNote.Interfaces.SectionGroupLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

webUrl

コレクション内の各アイテムの場合: ページの Web URL。 読み取り専用です。

webUrl?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1