Range.Case 属性

定义

返回或设置一个 WdCharacterCase 常量,该常量代表指定区域中的文本大小写。

public:
 property Microsoft::Office::Interop::Word::WdCharacterCase Case { Microsoft::Office::Interop::Word::WdCharacterCase get(); void set(Microsoft::Office::Interop::Word::WdCharacterCase value); };
public Microsoft.Office.Interop.Word.WdCharacterCase Case { get; set; }
member this.Case : Microsoft.Office.Interop.Word.WdCharacterCase with get, set
Public Property Case As WdCharacterCase

属性值

注解

由于您选择或安装的语言支持不同(例如美国英语),上述部分常量可能无法使用。

适用于