OneNote.Interfaces.ImageLoadOptions interface

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

プロパティ

$all

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

description

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

height

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

hyperlink

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

id

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

ocrData

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

pageContent

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

paragraph

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

width

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

プロパティの詳細

$all

読み込みオプションに $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 オブジェクトを取得します。 画像が PageContent の直接の子ではない場合にスローされます。 このオブジェクトは、ページの Image の位置を定義します。

pageContent?: OneNote.Interfaces.PageContentLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

paragraph

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

paragraph?: OneNote.Interfaces.ParagraphLoadOptions;

プロパティ値

注釈

API セット: OneNoteApi 1.1

width

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

width?: boolean;

プロパティ値

boolean

注釈

API セット: OneNoteApi 1.1