FileFormatProperties

形式のリスト »

FileFormatProperties["fmt"]

指定された形式"fmt"について特性の連想を返す.

FileFormatProperties["fmt","prop"]

形式"fmt"について特性"prop"を返す.

FileFormatProperties["fmt",{"prop1","prop2",}]

複数の特性を返す.

詳細

  • FileFormatPropertiesImportおよびExportで使われる特性を返す.
  • サポートされるインポートおよびエキスポートの形式の完全リストについては,$ImportFormatsおよび$ExportFormatsを参照されたい.
  • FileFormatProperties[]は登録済みのインポートおよびエキスポートの全形式の全特性を返す.
  • 次は,使用可能な形式特性である.
  • "FileNamePatterns"その形式に関連付けられたファイル名のパターンのリスト
    "MIMETypes"その形式に関連付けられたMIMEタイプのリスト
  • 次はインポート特性である.
  • "ImportElements"その形式で使用可能なインポート要素
    "DefaultImportElement"デフォルトのインポート要素として使用される要素

例題

すべて開くすべて閉じる

  (2)

"CSV"形式の全特性を得る:

"Text"形式のインポート要素を得る:

スコープ  (5)

"JPEG"形式のファイル名のパターンを得る:

"MP4"形式のMIMEタイプを得る:

"CSV"形式と"XLSX"形式の要素とファイル名のパターンのリストを得る:

すべての形式のデフォルト要素を得る:

すべての形式のすべての特性を得る:

アプリケーション  (2)

デフォルトで画像としてインポートされるすべての形式を求める:

音声としてインポート可能なすべての形式を求める:

特性と関係  (1)

エキスポートのみの形式は,インポート特性に関してはNoneを返す:

Wolfram Research (2021), FileFormatProperties, Wolfram言語関数, https://reference.wolfram.com/language/ref/FileFormatProperties.html.

テキスト

Wolfram Research (2021), FileFormatProperties, Wolfram言語関数, https://reference.wolfram.com/language/ref/FileFormatProperties.html.

CMS

Wolfram Language. 2021. "FileFormatProperties." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/FileFormatProperties.html.

APA

Wolfram Language. (2021). FileFormatProperties. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/FileFormatProperties.html

BibTeX

@misc{reference.wolfram_2024_fileformatproperties, author="Wolfram Research", title="{FileFormatProperties}", year="2021", howpublished="\url{https://reference.wolfram.com/language/ref/FileFormatProperties.html}", note=[Accessed: 21-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_fileformatproperties, organization={Wolfram Research}, title={FileFormatProperties}, year={2021}, url={https://reference.wolfram.com/language/ref/FileFormatProperties.html}, note=[Accessed: 21-November-2024 ]}