FileFormatProperties

Listing of Formats »

FileFormatProperties["fmt"]

返回指定格式 "fmt" 的属性关联.

FileFormatProperties["fmt","prop"]

返回格式 "fmt" 的属性 "prop".

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

返回多个属性.

更多信息

  • FileFormatProperties 可以返回 ImportExport 使用的属性.
  • 有关支持的导入和导出格式的完整列表,请参阅 $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 语言. 2021. "FileFormatProperties." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/FileFormatProperties.html.

APA

Wolfram 语言. (2021). FileFormatProperties. Wolfram 语言与系统参考资料中心. 追溯自 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 ]}