WdSaveFormat enumeration
Office 2013 and later
Specifies the format to use when saving a document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
| Member name | Description | |
|---|---|---|
| wdFormatDocument | Microsoft Word format. | |
| wdFormatDocument97 | Microsoft Word 97 document format. | |
| wdFormatTemplate | Microsoft Word template format. | |
| wdFormatTemplate97 | Word 97 template format. | |
| wdFormatText | Microsoft Windows text format. | |
| wdFormatTextLineBreaks | Microsoft Windows text format with line breaks preserved. | |
| wdFormatDOSText | Microsoft DOS text format. | |
| wdFormatDOSTextLineBreaks | Microsoft DOS text with line breaks preserved. | |
| wdFormatRTF | Rich text format (RTF). | |
| wdFormatUnicodeText | Unicode text format. | |
| wdFormatEncodedText | Encoded text format. | |
| wdFormatHTML | Standard HTML format. | |
| wdFormatWebArchive | Web archive format. | |
| wdFormatFilteredHTML | Filtered HTML format. | |
| wdFormatXML | Extensible Markup Language (XML) format. | |
| wdFormatXMLDocument | XML document format. | |
| wdFormatXMLDocumentMacroEnabled | XML template format with macros enabled. | |
| wdFormatXMLTemplate | XML template format. | |
| wdFormatXMLTemplateMacroEnabled | XML template format with macros enabled. | |
| wdFormatDocumentDefault | Word default document file format. For Microsoft Office Word 2007, this is the DOCX format. | |
| wdFormatPDF | PDF format. | |
| wdFormatXPS | XPS format. | |
| wdFormatFlatXML | Reserved for internal use. | |
| wdFormatFlatXMLMacroEnabled | Reserved for internal use. | |
| wdFormatFlatXMLTemplate | Reserved for internal use. | |
| wdFormatFlatXMLTemplateMacroEnabled | Reserved for internal use. | |
| wdFormatOpenDocumentText | ||
| wdFormatStrictOpenXMLDocument | Strict Open XML document format. |
Show: