Range.Kana 属性

定义

返回或设置日文文本的指定区域是平假名还是片假名。

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

属性值

注解

如果指定区域含有平假名和片假名的混合文本,或包含其他非日文文本,本属性返回 wdUndefined。 如果将 Kana 属性设为 wdUndefined,则会产生一个错误。

适用于