Back to Devexpress

DocumentFormat Members

officefileapi-devexpress-dot-xtrarichedit-dot-documentformat-dot-underscore-members.md

latest5.9 KB
Original Source

DocumentFormat Members

A document format.

Constructors

NameDescription
DocumentFormat(Int32)Initializes a new instance of the DocumentFormat class with the specified value.

Fields

NameDescription
Doc staticMS Word 97-2003 binary file format.
Docm staticOffice Open XML WordprocessingML macro-enabled document.
Docx staticThe .DOCX format.
Dot staticWord 97-2007 template.
Dotm staticOffice Open XML WordprocessingML macro-enabled template.
Dotx staticOffice Open XML WordprocessingML macro-free template.
ePub staticEPUB® - standard format for electronic books and other digital publications. Limited support.
FlatOpc staticMicrosoft Word XML Document file format.
FlatOpcMacroEnabled staticMicrosoft Word XML Macro-Enabled Document file format.
FlatOpcMacroEnabledTemplate staticOpen Packaging Conventions Office Open XML Macro-Enabled Template file format.
FlatOpcTemplate staticMicrosoft Word XML Template file format.
Html staticThe HTML format.
Mht staticThe MHT format - web page archive format used to save HTML code with resources represented by external links (images etc.), in a single file
Odt staticThe OpenDocument text format.
OpenDocument staticThe OpenDocument text format (.odt, implemented by OpenOffice.org office suite).
OpenXml staticThe OpenXML file format (aka default MS Office 2007 format or .docx)
PlainText staticThe plain text format.
Rtf staticThe Rich Text Format (RTF).
Undefined staticThe document’s format is undefined.
WordML staticThe WordprocessingML format (.xml, implemented in MS Office 2003).

Methods

NameDescription
Equals(DocumentFormat)Determines whether the specified object is equal to the current DocumentFormat instance.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current DocumentFormat instance.
GetHashCode()Gets the hash code (a number) that corresponds to the value of the current DocumentFormat object.
GetType()Gets the Type of the current instance. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a human-readable string that represents the DocumentFormat object.

Operators

NameDescription
Equality(DocumentFormat, DocumentFormat) staticCompares two DocumentFormat objects for equality.
Inequality(DocumentFormat, DocumentFormat) staticCompares two DocumentFormat objects to determine whether they are not equal.

See Also

DocumentFormat Struct

DevExpress.XtraRichEdit Namespace