OneNote.Interfaces.ParagraphCollectionLoadOptions interface

Paragraph オブジェクトのコレクションを表します。

プロパティ

$all

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

id

For each ITEM in the collection: Paragraph オブジェクトの ID を取得します。 読み取り専用です。

image

For each ITEM in the collection: 段落内の Image オブジェクトを取得します。 ParagraphType が Image ではない場合、例外をスローします。

inkWords

コレクション内の各アイテムの場合: 段落内のインク コレクションを取得します。 ParagraphType が Ink ではない場合、例外をスローします。

outline

For each ITEM in the collection: 段落を含む Outline オブジェクトを取得します。

paragraphs

コレクション内の各アイテムの場合: この段落の下の段落のコレクション。 読み取り専用です。

parentParagraph

For each ITEM in the collection: 親段落オブジェクトを取得します。 親段落が存在しない場合はスローされます。

parentParagraphOrNull

For each ITEM in the collection: 親段落オブジェクトを取得します。 親段落が存在しない場合は null を返します。

parentTableCell

For each ITEM in the collection: 段落を含む TableCell オブジェクト (存在する場合) を取得します。 parent が TableCell ではない場合、ItemNotFound をスローします。

parentTableCellOrNull

For each ITEM in the collection: 段落を含む TableCell オブジェクト (存在する場合) を取得します。 親が TableCell でない場合は null を返します。

richText

For each ITEM in the collection: 段落内のリッチテキスト オブジェクトを取得します。 ParagraphType が RichText ではない場合、例外をスローします。

table

For each ITEM in the collection: 段落内の Table オブジェクトを取得します。 ParagraphType が Table ではない場合に例外をスローします。

type

For each ITEM in the collection: Paragraph オブジェクトの型を取得します。 読み取り専用です。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

id

For each ITEM in the collection: Paragraph オブジェクトの ID を取得します。 読み取り専用です。

id?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1

image

For each ITEM in the collection: 段落内の Image オブジェクトを取得します。 ParagraphType が Image ではない場合、例外をスローします。

image?: OneNote.Interfaces.ImageLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

inkWords

コレクション内の各アイテムの場合: 段落内のインク コレクションを取得します。 ParagraphType が Ink ではない場合、例外をスローします。

inkWords?: OneNote.Interfaces.InkWordCollectionLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

outline

For each ITEM in the collection: 段落を含む Outline オブジェクトを取得します。

outline?: OneNote.Interfaces.OutlineLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

paragraphs

コレクション内の各アイテムの場合: この段落の下の段落のコレクション。 読み取り専用です。

paragraphs?: OneNote.Interfaces.ParagraphCollectionLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentParagraph

For each ITEM in the collection: 親段落オブジェクトを取得します。 親段落が存在しない場合はスローされます。

parentParagraph?: OneNote.Interfaces.ParagraphLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentParagraphOrNull

For each ITEM in the collection: 親段落オブジェクトを取得します。 親段落が存在しない場合は null を返します。

parentParagraphOrNull?: OneNote.Interfaces.ParagraphLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentTableCell

For each ITEM in the collection: 段落を含む TableCell オブジェクト (存在する場合) を取得します。 parent が TableCell ではない場合、ItemNotFound をスローします。

parentTableCell?: OneNote.Interfaces.TableCellLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

parentTableCellOrNull

For each ITEM in the collection: 段落を含む TableCell オブジェクト (存在する場合) を取得します。 親が TableCell でない場合は null を返します。

parentTableCellOrNull?: OneNote.Interfaces.TableCellLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

richText

For each ITEM in the collection: 段落内のリッチテキスト オブジェクトを取得します。 ParagraphType が RichText ではない場合、例外をスローします。

richText?: OneNote.Interfaces.RichTextLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

table

For each ITEM in the collection: 段落内の Table オブジェクトを取得します。 ParagraphType が Table ではない場合に例外をスローします。

table?: OneNote.Interfaces.TableLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

type

For each ITEM in the collection: Paragraph オブジェクトの型を取得します。 読み取り専用です。

type?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1