DocumentBase.CompatibilityMode 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值可指定開啟文件時 Word 使用的相容性模式。
public:
property int CompatibilityMode { int get(); };
public int CompatibilityMode { get; }
member this.CompatibilityMode : int
Public ReadOnly Property CompatibilityMode As Integer
屬性值
這個值可指定開啟文件時 Word 使用的相容性模式。 值會對應至其中一個 Microsoft.Office.Interop。Word。WdCompatibilityMode 值。
例外狀況
這個方法用於 Word 2007 專案。
備註
當您開啟在舊版 Word 中建立的檔時,即會開啟相容性模式。 相容性模式可確保使用檔時,Word 2013 或 Word 2010 中沒有任何新功能或增強功能可供使用,讓使用舊版 Word 編輯檔的人員具有完整的編輯功能。
注意
此方法會出現在以 .NET Framework 4 為目標的 Word 2007 專案中的 IntelliSense 中。 不過,此屬性不能用於 Word 2007 專案中。