GroupDocs.Editor.Formats

GroupDocs.Editor.Formats 命名空间提供了描述支持的文档格式的接口和类。

课程

班级 描述
EBookFormats.AllEnumerable 实现 IEnumerable 通用接口,为 EBookFormats type 启用“foreach”可能性
EmailFormats.AllEnumerable 实现 IEnumerable 通用接口,为电子邮件类型 启用“foreach”可能性
FixedLayoutFormats.AllEnumerable 实现 IEnumerable 通用接口,为 FixedLayoutFormats type 启用“foreach”可能性
PresentationFormats.AllEnumerable 实现 IEnumerable 通用接口,为 PresentationFormats type 启用“foreach”可能性
SpreadsheetFormats.AllEnumerable 实现 IEnumerable 通用接口,为 SpreadsheetFormats type 启用“foreach”可能性
TextualFormats.AllEnumerable 实现 IEnumerable 通用接口,为 TextualFormats type 启用“foreach”可能性
WordProcessingFormats.AllEnumerable 实现 IEnumerable 通用接口,为 WordProcessingFormats type 启用“foreach”可能性

结构

结构 描述
EBookFormats 封装所有电子书格式。包括以下文件类型: Mobi , Epub , Azw3
EmailFormats 封装所有电子邮件格式。包括以下文件类型: Tnef , Eml , Emlx , Msg , Html , Mhtml.
FixedLayoutFormats 封装所有固定布局(也称为“固定页面”)格式,包括 PDF 和 XPS(不包括光栅图像)
PresentationFormats 封装所有 Presentation 格式。包括以下格式: Odp , Otp , Pot , Potm , Potx , Pps , Ppsm , Ppsx , Ppt , Ppt95 , Pptm , Pptx. 了解有关演示文稿格式的更多信息这里.
SpreadsheetFormats 封装所有二进制、XML 和文本电子表格格式(不包括所有基于文本分隔符的分隔符格式,如 CSV、TSV、分号分隔等),可以在其中保存工作簿。 包括以下格式: Dif , Fods , Ods , Sxc , Xlam , Xls , Xlsb , Xlsm , Xlsx , Xlt , Xltm , Xltx . 了解有关电子表格格式的更多信息这里.
TextualFormats 封装所有文本(基于文本的)格式,包括标记(XML、HTML)和其他格式。 包括以下格式: Html , Txt , Xml. Md , Json.
WordProcessingFormats 封装所有 WordProcessing 格式。包括以下文件类型: Doc , Docm , Docx , Dot , Dotm , Dotx , FlatOpc , Odt , Ott , Rtf , WordML . 了解有关文字处理格式的更多信息这里.

接口

界面 描述
IDocumentFormat 所有支持文档格式的根接口