WordProcessingFormats Structure |
Namespace: GroupDocs.Editor.Formats
The WordProcessingFormats type exposes the following members.
Name | Description | |
---|---|---|
![]() | Extension |
Returns an extension (without leading dot character) of this WordProcessing format in lower case
|
![]() | Name |
Returns a formal full name of this WordProcessing format
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether this instance is equal to the other specified object, that is presumably of boxed WordProcessingFormats
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(IDocumentFormat) |
Determines whether this instance is equal to the other specified IDocumentFormat instance
|
![]() | Equals(WordProcessingFormats) |
Determines whether this instance is equal to the other specified WordProcessingFormats instance
|
![]() ![]() | FromExtension |
Returns instance of WordProcessingFormats structure, associated to specified filename extension, or throws an exception, if extension cannot be properly parsed
|
![]() | GetHashCode |
Returns a hash-code, that is immutable for this instance
(Overrides ValueTypeGetHashCode.) |
![]() | ToString |
Returns the name of this particular format, same as 'Name' property
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Checks two given WordProcessingFormats instances on equality
|
![]() ![]() | (Byte to WordProcessingFormats) |
Casts specified raw byte value to valid WordProcessingFormats instance and returns it or throws an exception, is specified value is invalid
|
![]() ![]() | (WordProcessingFormats to Byte) |
Returns a byte value from underlying field of specified WordProcessingFormats instance
|
![]() ![]() | Inequality |
Checks two given WordProcessingFormats instances on inequality
|
Name | Description | |
---|---|---|
![]() ![]() | All |
Returns an internal class, that provides enumerable possibilities over all existing WordProcessing formats
|
![]() ![]() | Doc |
MS Word 97-2007 Binary File Format (DOC) represent documents generated by Microsoft Word or other word processing documents in binary file format.
Learn more about this file format here.
|
![]() ![]() | 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.
|
![]() ![]() | Docx |
Office Open XML WordProcessingML Macro-Free Document (DOCX)is a well-known format for Microsoft Word documents. Introduced from 2007 with the release of Microsoft Office 2007, the structure of this new Document format was changed from plain binary to a combination of XML and binary files.
Learn more about this file format here.
|
![]() ![]() | Dot |
MS Word 97-2007 Template 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.
|
![]() ![]() | Dotm |
Office Open XML WordprocessingML Macro-Enabled Template (DOTM) represents template file created with Microsoft Word 2007 or higher.
Learn more about this file format here.
|
![]() ![]() | 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.
|
![]() ![]() | FlatOpc |
Office Open XML WordprocessingML stored in a flat XML file instead of a ZIP package
|
![]() ![]() | 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.
|
![]() ![]() | 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.
|
![]() ![]() | 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.
|
![]() ![]() | WordML |
Microsoft Office Word 2003 XML Format — WordProcessingML or WordML (.XML)
|