FileConverters Interface

Definition

A collection of FileConverter objects that represent all the file converters available for opening and saving files.

public interface class FileConverters : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("0002099A-0000-0000-C000-000000000046")]
public interface FileConverters : System.Collections.IEnumerable
type FileConverters = interface
    interface IEnumerable
Public Interface FileConverters
Implements IEnumerable
Attributes
Implements

Remarks

Use the FileConverters property to return the FileConverters collection.

The Add method isn't available for the FileConverters collection. FileConverter objects are added during installation of Microsoft Office or by installing supplemental converters.

Use FileConverters(index), where index is a class name or index number, to return a single FileConverter object.

The index number represents the position of the file converter in the FileConverters collection.

File converters for saving documents are listed in the Save As dialog box. File converters for opening documents appear in a dialog box if the Confirm conversion at Open check box is selected on the General tab in the Options dialog box (Tools menu).

Properties

Application

Returns a Application object that represents the Microsoft Word application.

ConvertMacWordChevrons

Controls whether text enclosed in chevron characters (« ») is converted to merge fields.

Count

Returns the number of items in the specified collection.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created.

Item[Object]

Returns an individual object in a collection.

Parent

Returns an object that represents the parent object of the specified object.

Methods

GetEnumerator()

Applies to