画像強制型変換要件セット
要件セットは、API メンバーの名前付きグループです。 Office アドインでは、マニフェストで指定されている要件セットを使用するか、ランタイム チェックを使用して、Office アプリケーションがアドインに必要な API をサポートしているかどうかを判断します。 詳細については、「 Office のバージョンと要件セット」を参照してください。
ImageCoercion 1.1
ImageCoercion 1.1 では、Document.setSelectedDataAsync
メソッドを使用してデータを書き込むときに、イメージ (Office.CoercionType.Image
) への変換が可能になります。 次のアプリケーションがサポートされています。
- Excel on Windows
- Microsoft 365 サブスクリプション
- 永続的な Office 2016 以降
- Excel on Mac
- Excel on iPad
- OneNote on the web
- PowerPoint on the web
- PowerPoint on Windows
- Microsoft 365 サブスクリプション
- 永続的な Office 2016 以降
- PowerPoint on Mac
- PowerPoint on iPad
- Word on the web
- Word on Windows
- Microsoft 365 サブスクリプション
- 永続的な Office 2016 以降
- Word on Mac
- Word on iPad
ImageCoercion 1.2
ImageCoercion 1.2 では、Document.setSelectedDataAsync
メソッドを使用してデータを書き込むときに SVG 形式 (Office.CoercionType.XmlSvg
) に変換できます。 次のアプリケーションがサポートされています。
- Excel on Windows
- Microsoft 365 サブスクリプション
- retail 永久 Office 2016 以降
- ボリューム ライセンスの永続的な Office 2021 以降
- Excel on Mac
- PowerPoint on the web
- PowerPoint on Windows
- Microsoft 365 サブスクリプション
- retail 永久 Office 2016 以降
- ボリューム ライセンスの永続的な Office 2021 以降
- PowerPoint on Mac
- Word on Windows
- Microsoft 365 サブスクリプション
- retail 永久 Office 2016 以降
- ボリューム ライセンスの永続的な Office 2021 以降
- Word on Mac
Office 共通 API の要件セット
共通 API の要件セットの詳細については、「Office 共通 API の要件セット」をご覧ください。
関連項目
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Office Add-ins