次の方法で共有


Options.DefaultOpenFormat プロパティ

定義

ドキュメントを開くために使用する既定のファイル コンバーターを設定または返します。 プロパティによって OpenFormat 返される数値、またはいずれかの定数を WdOpenFormat 指定できます。

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

プロパティ値

注釈

引数を Format メソッドと共に Open(Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object) 使用して、1 つのドキュメントを開くときにファイル コンバーターを指定します。

適用対象