WdSaveFormat
This class object holds the save format for a document opened in Microsoft Word.
Enumeration | Description |
---|---|
Const wdFormatDocument = 0 | |
Const wdFormatDocument97 = 0 | |
Const wdFormatDocumentDefault = 16 (&H10) | |
Const wdFormatDOCText = 4 | |
Const wdFormatDOCTextLineBreaks = 5 | |
Const wdFormatEncodedText = 7 | |
Const wdFormatFilteredHTML = 10 | |
Const wdFormatFlatXML = 19 (&H13) | |
Const wdFormatFlatXMLMacroEnabled = 20 (&H14) | |
Const wdFormatFlatXMLTemplate = 21 (&H15) | |
Const wdFormatFlatXMLTemplateMacroEnabled = 22 (&H16) | |
Const wdFormatHTML = 8 | |
Const wdFormatOpenDocumentText = 23 (&H17) | |
Const wdFormatPDF = 17 (&H11) | |
Const wdFormatRTF = 6 | |
Const wdFormatStrictOpenXMLDocument = 24 (&H18) | |
Const wdFormatTemplate = 1 | |
Const wdFormatTemplate97 = 1 | |
Const wdFormatText = 2 | |
Const wdFormatTextLineBreaks = 3 | |
Const wdFormatUnicodeText = 7 | |
Const wdFormatWebArchive = 9 | |
Const wdFormatXML = 11 | |
Const wdFormatXMLDocument = 12 | |
Const wdFormatXMLDocumentMacroEnabled = 13 | |
Const wdFormatXMLTemplate = 14 | |
Const wdFormatXMLTemplateMacroEnabled = 15 | |
Const wdFormatXPS = 18 (&H12) |