OneNote.Interfaces.ImageLoadOptions interface

イメージを表します。 Image は、PageContent オブジェクトまたは Paragraph オブジェクトの直接の子にすることができます。

注釈

[ API セット: OneNoteApi 1.1 ]

プロパティ

$all

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

description

Image の説明を取得するか設定します。

height

Image レイアウトの高さを取得するか設定します。

hyperlink

Image のハイパーリンクを取得するか設定します。

id

Image オブジェクトの ID を取得します。 読み取り専用です。

ocrData

OCR テキストや言語など、OCR (光学式文字認識) で取得されたこの画像のデータを取得します。

pageContent

Image を含む PageContent オブジェクトを取得します。 Image が PageContent の直接の子ではない場合はスローします。 このオブジェクトは、ページの Image の位置を定義します。

paragraph

Image を含む Paragraph オブジェクトを取得します。 Image が Paragraph の直接の子ではない場合はスローします。

width

Image レイアウトの幅を取得するか設定します。

プロパティの詳細

$all

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

$all?: boolean;

プロパティ値

boolean

description

Image の説明を取得するか設定します。

description?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]

height

Image レイアウトの高さを取得するか設定します。

height?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]

Image のハイパーリンクを取得するか設定します。

hyperlink?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]

id

Image オブジェクトの ID を取得します。 読み取り専用です。

id?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]

ocrData

OCR テキストや言語など、OCR (光学式文字認識) で取得されたこの画像のデータを取得します。

ocrData?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]

pageContent

Image を含む PageContent オブジェクトを取得します。 Image が PageContent の直接の子ではない場合はスローします。 このオブジェクトは、ページの Image の位置を定義します。

pageContent?: OneNote.Interfaces.PageContentLoadOptions;

プロパティ値

注釈

[ API セット: OneNoteApi 1.1 ]

paragraph

Image を含む Paragraph オブジェクトを取得します。 Image が Paragraph の直接の子ではない場合はスローします。

paragraph?: OneNote.Interfaces.ParagraphLoadOptions;

プロパティ値

注釈

[ API セット: OneNoteApi 1.1 ]

width

Image レイアウトの幅を取得するか設定します。

width?: boolean;

プロパティ値

boolean

注釈

[ API セット: OneNoteApi 1.1 ]