... including URL and other Internet Web site references, is subject to change. without notice. ... does not give you any license to these patents, tr
Document source : download.microsoft.com
Microsoft Word Suite
60
The string used with this property is the file converter class name. The class names for internal
Word formats are listed in the following table.
Word format
File converter class name
Word Document
Document Template
Text Only
Text Only with Line Breaks
MS-DOS Text
MS-DOS Text with Line Breaks
Rich Text Format
Unicode Text
""
"Dot"
"Text"
"CRText"
"8Text"
"8CRText"
"Rtf"
"Unicode Text"
Use the class name property with a file converter object to determine the class name of an
external file converter.
default table separator
Returns or sets the single character used to separate text into cells when text is converted to a
table. Read/write.
Note The value of the default table separator property is used if the separator argument is
omitted from the
convert to table
command.
default web options object
Returns the
default web options
object that contains global application-level attributes used by
Word whenever you save a document as a Web page or open a Web page. Read-only.
display alerts
Returns or sets the way certain alerts and messages are handled while a macro is running.
Read/write.
Can be one of the following:
Constant
Description
alerts none
No alerts or message boxes are displayed. If a macro encounters a message
box, the default value is chosen and the macro continues.
alerts
message box
Only message boxes are displayed; errors are trapped and returned to the
macro.
alerts all
All message boxes and alerts are displayed; errors are returned to the macro.
Note If you set this property to alerts none or alerts message box, Word doesn't set it back to
alerts all when your script stops running. You should write your script in such a way that it
always sets the display alerts property back to alerts all when it stops running.
Summary :
Word format File converter class name Word Document Document Template Text Only Text Only with Line Breaks MS-DOS Text MS-DOS Text with Line Breaks Rich Text Format Unicode Text "" Note If you set this property to alerts none or alerts message box, Word doesn't set it back to alerts all when your script stops running.
Tags :
text,message,word,default,class,macro,property,table,file,name,used,web,conerter