FormatFamily

FormatFamily class

指定一个格式系列,它结合了几种相似的格式。

public class FormatFamily

特性

姓名 描述
Name { get; } 获取格式系列名称。

方法

姓名 描述
override ToString() 返回一个String代表当前FormatFamily.

字段

姓名 描述
static readonly Archive 表示存档格式。
static readonly Audio 表示音频格式。
static readonly Cad 代表计算机辅助设计格式。
static readonly Calendar 表示日历格式。
static readonly Database 表示数据库格式。
static readonly Diagram 表示图表格式。
static readonly Ebook 代表电子书格式。
static readonly Email 表示电子邮件格式。
static readonly Executable 表示可执行格式。
static readonly Font 表示字体格式。
static readonly Image 表示图像格式。
static readonly Markup 表示标记格式。
static readonly Medicine 代表药物格式。
static readonly Note 表示注释格式。
static readonly Pdf 表示可移植文档格式。
static readonly Presentation 表示呈现格式。
static readonly ProjectManagement 表示项目管理格式。
static readonly ScientificFormat 代表科学格式。
static readonly SourceCode 表示源代码格式。
static readonly Spreadsheet 表示电子表格格式。
static readonly Torrent 代表种子格式。
static readonly Unknown 表示未知的格式系列。
static readonly Video 表示视频格式。
static readonly WordProcessing 表示文字处理格式。

也可以看看