FileConverter.ClassName Property
Word Developer Reference |
Returns a unique name that identifies the file converter. Read-only String.
Syntax
expression.ClassName
expression A variable that represents a FileConverter object.
Example
This example displays the class name and format name of the first converter in the FileConverters collection.
Visual Basic for Applications |
---|
|
If an HTML file converter is available, this example sets the HTML format as the default save format.
Visual Basic for Applications |
---|
|
See Also