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 | |
---|---|---|
![]() |
Application | Returns an Application object that represents the Microsoft Word application. |
![]() |
CanOpen | True if the specified file converter is designed to open files. Read-only Boolean. |
![]() |
CanSave | True if the specified file converter is designed to save files. Read-only Boolean. |
![]() |
ClassName | Returns a unique name that identifies the file converter. Read-only String. |
![]() |
Creator | Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long. |
![]() |
Extensions | Returns the file name extensions associated with the specified FileConverter object. Read-only String. |
![]() |
FormatName | Returns the name of the specified file converter. Read-only String. |
![]() |
Name | Returns name of the specified object. Read-only String. |
![]() |
OpenFormat | Returns the file format of the specified file converter. Read-only Long. |
![]() |
Parent | Returns an Object that represents the parent object of the specified FileConverter object. |
![]() |
Path | Returns the disk or Web path to the specified object. Read-only String. |
![]() |
SaveFormat | Returns the file format of the specified document or file converter. Read-only Long. |