WordProcessingFileType Class
Defines Word Processing files that contain user information in plain text or rich text format. A plain text file format contains unformatted text and no font or page settings etc. can be applied. In contrast, a rich text file format allows formatting options such as setting fonts type, styles (bold, italic, underline, etc.), page margins, headings, bullets and numbers, and several other formatting features. Includes the following file types: Doc, Docm, Docx, Dot, Dotm, Dotx, Mobi, Odt, Ott, Rtf, Txt. Md. Log. Learn more about Word Processing formats here.
Inheritance Hierarchy
SystemObject
  GroupDocs.Conversion.ContractsEnumeration
    GroupDocs.Conversion.FileTypesFileType
      GroupDocs.Conversion.FileTypesWordProcessingFileType

Namespace: GroupDocs.Conversion.FileTypes
Assembly: GroupDocs.Conversion (in GroupDocs.Conversion.dll) Version: 22.9.0.0 (22.9)
Syntax
[SerializableAttribute]
public sealed class WordProcessingFileType : FileType

The WordProcessingFileType type exposes the following members.

Constructors
  NameDescription
Public methodWordProcessingFileType
Serialization constructor
Properties
  NameDescription
Public propertyDescription
File type description
(Inherited from FileType.)
Public propertyExtension
The file extension
(Inherited from FileType.)
Public propertyFamily
The file family
(Inherited from FileType.)
Public propertyFileFormat
The file format
(Inherited from FileType.)
Methods
  NameDescription
Public methodCompareTo
Compares current object to other.
(Inherited from Enumeration.)
Public methodEquals(Object)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodEquals(Enumeration)
Determines whether two object instances are equal.
(Inherited from Enumeration.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Enumeration.)
Public methodGetType (Inherited from Object.)
Public methodToString
String representation
(Inherited from FileType.)
Fields
  NameDescription
Public fieldStatic memberAzw3
AZW3, also known as Kindle Format 8 (KF8), is the modified version of the AZW ebook digital file format developed for Amazon Kindle devices. The format is an enhancement to older AZW files and is used on Kindle Fire devices only with backward compatibility for the ancestor file format i.e. MOBI and AZW. Learn more about this file format here.
Public fieldStatic memberDoc
Files with .doc extension represent documents generated by Microsoft Word or other word processing documents in binary file format. Learn more about this file format here.
Public fieldStatic memberDocm
DOCM files are Microsoft Word 2007 or higher generated documents with the ability to run macros. Learn more about this file format here.
Public fieldStatic memberDocx
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.
Public fieldStatic memberDot
Files with .DOT extension 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.
Public fieldStatic memberDotm
A file with DOTM extension represents template file created with Microsoft Word 2007 or higher. Learn more about this file format here.
Public fieldStatic memberDotx
Files with DOTX extension 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.
Public fieldStatic memberLog
A file with .LOG extension represents a text document that contains plain text in the form of lines.
Public fieldStatic memberMd
Text files created with Markdown language dialects is saved with .MD or .MARKDOWN file extension. MD files are saved in plain text format that uses Markdown language which also includes inline text symbols, defining how a text can be formatted such as indentations, table formatting, fonts, and headers. Learn more about this file format here.
Public fieldStatic memberMobi
The MOBI file format is one of the most widely used ebook file format. The format is an enhancement to the old OEB (Open Ebook Format) format and was used as proprietary format for Mobipocket Reader. Learn more about this file format here.
Public fieldStatic memberOdt
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.
Public fieldStatic memberOtt
Files with OTT extension represent template documents generated by applications in compliance with the OASIS' OpenDocument standard format. Learn more about this file format here.
Public fieldStatic memberRtf
Introduced and documented by Microsoft, the Rich Text Format (RTF) represents a method of encoding formatted text and graphics for use within applications. Learn more about this file format here.
Public fieldStatic memberSql
A file with .SQL extension represents a text document that contains sql.
Public fieldStatic memberTxt
A file with .TXT extension represents a text document that contains plain text in the form of lines. Learn more about this file format here.
See Also