FormatFamilies

FormatFamilies class

Represents the different format families available in the system.

public class FormatFamilies : FormatFamilyBase

Properties

Name Description
Id { get; } Gets the unique identifier for the format family.
Name { get; } Gets the name of the format family.

Methods

Name Description
Equals(FormatFamilyBase) Determines whether this instance is equal to the specified FormatFamilyBase instance.
override Equals(object) Determines whether this instance is equal to the specified FormatFamilyBase instance.
override GetHashCode() Returns a hash code for the current object.
override ToString() Returns a string that represents the current object.

Fields

Name Description
static readonly EBook Represents the eBook format family. Learn more about Mobi format here, about AZW3 format here, and about ePub format here.
static readonly Email Represents the Email format family. Learn more about emails format here.
static readonly FixedLayout Represents the Fixed Layout format family. Various document viewing or publishing applications allow users to open (Adobe Acrobat, XPS Viewer), and sometimes edit (Adobe InDesign) documents of specific formats. These applications typically produce so-called “fixed-page” format documents. Such a document format describes precisely where a document’s content is placed on every page. Internally, the PDF or XPS format contains a description of every page, as well as drawing instructions, specifying the layout of the content on the page. This is similar to image formats, describing where the content is shown either in raster or vector form.
static readonly Presentation Represents the Presentation format family. Learn more about Presentation formats here.
static readonly Spreadsheet Represents the Spreadsheet format family. All binary, XML and textual Spreadsheet formats (excluding all textual delimiter-based formats with separator like CSV, TSV, semicolon-delimited etc.), in which the workbook can be saved.
static readonly Textual Represents the Textual format family. Encapsulates all textual (text-based) formats, including markup (XML, HTML) and others.
static readonly WordProcessing Represents the Word Processing format family. Learn more about Word Processing formats here.

See Also