FileConverter Properties (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

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.