次の方法で共有


画像強制型変換要件セット

要件セットは、API メンバーの名前付きグループです。 Office アドインでは、マニフェストで指定されている要件セットを使用するか、ランタイム チェックを使用して、Office アプリケーションがアドインに必要な API をサポートしているかどうかを判断します。 詳細については、「 Office のバージョンと要件セット」を参照してください。

ImageCoercion 1.1

ImageCoercion 1.1 では、 メソッドを使用してDocument.setSelectedDataAsyncデータを書き込むときに画像 (Office.CoercionType.Image) に変換できます。 次のアプリケーションがサポートされています。

  • Excel on Windows
    • Microsoft 365 サブスクリプション
    • 永続的な Office 2013 以降
  • Excel on Mac
  • Excel on iPad
  • OneNote on the web
  • PowerPoint on Windows
    • Microsoft 365 サブスクリプション
    • 永続的な Office 2013 以降
  • PowerPoint on Mac
  • PowerPoint on the web
  • PowerPoint on iPad
  • Word on Windows
    • Microsoft 365 サブスクリプション
    • 永続的な Office 2013 以降
  • Word on Mac
  • Word on the web
  • 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 Windows
    • Microsoft 365 サブスクリプション
    • retail 永久 Office 2016 以降
    • ボリューム ライセンスの永続的なOffice 2021以降
  • PowerPoint on Mac
  • PowerPoint on the web
  • Word on Windows
    • Microsoft 365 サブスクリプション
    • retail 永久 Office 2016 以降
    • ボリューム ライセンスの永続的なOffice 2021以降
  • Word on Mac

Office 共通 API の要件セット

共通 API の要件セットの詳細については、「Office 共通 API の要件セット」をご覧ください。

関連項目