Xamarin iOS:OpenOffice和Microsoft Office的文档类型是什么

问题描述:

我有一个Microsoft Office Mime类型和Office文档的列表。需要找到所有这些UTI类型,以便我可以打开仅显示这些文档的文档选取器。Xamarin iOS:OpenOffice和Microsoft Office的文档类型是什么

这是我找到的微软办公室列表,我用它们进行了android,intent过滤器。

"application/msword", 
     "application/vnd.openxmlformats-officedocument.wordprocessingml.document", 
     "application/vnd.openxmlformats-officedocument.wordprocessingml.template", 
     "application/vnd.ms-word.document.macroEnabled.12", 
     "application/vnd.ms-word.template.macroEnabled.12", 
     "application/vnd.ms-excel", 
     "application/vnd.openxmlformats-officedocument.spreadsheetml.sheet", 
     "application/vnd.openxmlformats-officedocument.spreadsheetml.template", 
     "application/vnd.ms-excel.sheet.macroEnabled.12", 
     "application/vnd.ms-excel.template.macroEnabled.12", 
     "application/vnd.ms-excel.addin.macroEnabled.12", 
     "application/vnd.ms-excel.sheet.binary.macroEnabled.12", 
     "application/vnd.ms-powerpoint", 
     "application/vnd.openxmlformats-officedocument.presentationml.template", 
     "application/vnd.openxmlformats-officedocument.presentationml.presentation", 
     "application/vnd.openxmlformats-officedocument.presentationml.slideshow", 
     "application/vnd.ms-powerpoint.addin.macroEnabled.12", 
     "application/vnd.ms-powerpoint.presentation.macroEnabled.12", 
     "application/vnd.ms-powerpoint.template.macroEnabled.12", 
     "application/vnd.ms-powerpoint.slideshow.macroEnabled.12", 
     //Open Office OpenOffice.org2.0, StarOffice 8 and later 
     "application/vnd.oasis.opendocument.text", 
     "application/vnd.oasis.opendocument.text-template", 
     "application/vnd.oasis.opendocument.text-web", 
     "application/vnd.oasis.opendocument.text-master", 
     "application/vnd.oasis.opendocument.graphics", 
     "application/vnd.oasis.opendocument.graphics-template", 
     "application/vnd.oasis.opendocument.presentation", 
     "application/vnd.oasis.opendocument.presentation-template", 
     "application/vnd.oasis.opendocument.spreadsheet", 
     "application/vnd.oasis.opendocument.spreadsheet-template", 
     "application/vnd.oasis.opendocument.chart" , 
     "application/vnd.oasis.opendocument.formula", 
     "application/vnd.oasis.opendocument.database", 
     "application/vnd.oasis.opendocument.image", 
     "application/vnd.openofficeorg.extension", 

你可以在这里找到最常见的尿路感染的系统就在这里苹果文档 https://developer.apple.com/library/content/documentation/Miscellaneous/Reference/UTIRef/Articles/System-DeclaredUniformTypeIdentifiers.html

它不包含所有的UTI你要找的,但我相信你可以交换的MS Office与UTI开放式办公室