FileConverter Object Members

Word Developer Reference

Represents a file converter that's used to open or save files. The FileConverter object is a member of the FileConverters collection. The FileConverters collection contains all the installed file converters for opening and saving files.

Properties

  Name Description
Bb257577.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb257577.properties(en-us,office.12).gif CanOpen True if the specified file converter is designed to open files. Read-only Boolean.
Bb257577.properties(en-us,office.12).gif CanSave True if the specified file converter is designed to save files. Read-only Boolean.
Bb257577.properties(en-us,office.12).gif ClassName Returns a unique name that identifies the file converter. Read-only String.
Bb257577.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb257577.properties(en-us,office.12).gif Extensions Returns the file name extensions associated with the specified FileConverter object. Read-only String.
Bb257577.properties(en-us,office.12).gif FormatName Returns the name of the specified file converter. Read-only String.
Bb257577.properties(en-us,office.12).gif Name Returns name of the specified object. Read-only String.
Bb257577.properties(en-us,office.12).gif OpenFormat Returns the file format of the specified file converter. Read-only Long.
Bb257577.properties(en-us,office.12).gif Parent Returns an Object that represents the parent object of the specified FileConverter object.
Bb257577.properties(en-us,office.12).gif Path Returns the disk or Web path to the specified object. Read-only String.
Bb257577.properties(en-us,office.12).gif SaveFormat Returns the file format of the specified document or file converter. Read-only Long.