Range.Kana Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns or sets whether the specified range of Japanese language text is hiragana or katakana.
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
Property Value
Remarks
This property returns wdUndefined if the range contains a mix of hiragana and katakana or if the range contains some non-Japanese text. If you set the Kana property to wdUndefined, an error occurs.