Options.DefaultOpenFormat Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Cette propriété renvoie ou définit le convertisseur de fichier par défaut utilisé pour ouvrir des documents. Il peut s’agir d’un nombre retourné par la OpenFormat propriété ou d’une des WdOpenFormat constantes.
public:
property Microsoft::Office::Interop::Word::WdOpenFormat DefaultOpenFormat { Microsoft::Office::Interop::Word::WdOpenFormat get(); void set(Microsoft::Office::Interop::Word::WdOpenFormat value); };
public Microsoft.Office.Interop.Word.WdOpenFormat DefaultOpenFormat { get; set; }
member this.DefaultOpenFormat : Microsoft.Office.Interop.Word.WdOpenFormat with get, set
Public Property DefaultOpenFormat As WdOpenFormat
Valeur de propriété
Remarques
Utilisez l’argument Format
avec la Open(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) méthode pour spécifier un convertisseur de fichiers lorsque vous ouvrez un document unique.