WordProcessingFormats
Contents
[
Hide
]
WordProcessingFormats class
Encapsulates all WordProcessing formats. Includes the following file types:
Learn more about Word Processing formats here.
public class WordProcessingFormats : DocumentFormatBase
Properties
Name | Description |
---|---|
Extension { get; } | Gets the file extension of the document format. |
FormatFamily { get; } | Gets the format family to which the document format belongs. |
Id { get; } | Gets the unique identifier for the format family. |
Mime { get; } | Gets the MIME type of the document format. |
Name { get; } | Gets the name of the format family. |
static All { get; } | Gets an enumerable collection of all WordProcessingFormats . |
Methods
Name | Description |
---|---|
static FromExtension(string) | Retrieves an instance of the specified type WordProcessingFormats that has the specified file extension. |
Equals(FormatFamilyBase) | Determines whether this instance is equal to the specified FormatFamilyBase instance. |
Equals(IDocumentFormat) | Determines whether this instance is equal to the specified IDocumentFormat instance. |
override Equals(object) | Determines whether this instance is equal to the specified DocumentFormatBase instance. |
override GetHashCode() | Returns a hash code for the current object. |
override ToString() | Returns a string that represents the current object. |
explicit operator | Converts a string representing a file extension to a WordProcessingFormats object. |
Fields
Name | Description |
---|---|
static readonly Doc | MS Word 97-2007 Binary File Format (DOC) represents documents generated by Microsoft Word or other word processing documents in binary file format. Learn more about this file format here. |
static readonly Docm | Office Open XML WordProcessingML Macro-Enabled Document (DOCM) files are Microsoft Word 2007 or higher generated documents with the ability to run macros. Learn more about this file format here. |
static readonly Docx | Office Open XML WordProcessingML Macro-Free Document (DOCX) is a well-known format for Microsoft Word documents. Learn more about this file format here. |
static readonly Dot | MS Word 97-2007 Template (DOT) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOC or DOCX files. Learn more about this file format here. |
static readonly Dotm | Office Open XML WordprocessingML Macro-Enabled Template (DOTM) represents template files created with Microsoft Word 2007 or higher. Learn more about this file format here. |
static readonly Dotx | Office Open XML WordprocessingML Macro-Free Template (DOTX) are template files created by Microsoft Word to have pre-formatted settings for generation of further DOCX files. Learn more about this file format here. |
static readonly FlatOpc | Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package. |
static readonly Odt | Open Document Format Text Document (ODT) files are type of documents created with word processing applications that are based on OpenDocument Text File format. Learn more about this file format here. |
static readonly Ott | Open Document Format Text Document Template (OTT) represent template documents generated by applications in compliance with the OASIS’ OpenDocument standard format. Learn more about this file format here. |
static readonly Rtf | Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications. Learn more about this file format here. |
static readonly WordML | Microsoft Office Word 2003 XML Format — WordProcessingML or WordML (.XML). |
See Also
- class DocumentFormatBase
- namespace GroupDocs.Editor.Formats
- assembly GroupDocs.Editor