_Application.GetPhonetic(Object) Method
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 the Japanese phonetic text of the specified text string. This method is available to you only if you have selected or installed Japanese language support for Microsoft Office.
public string GetPhonetic (object Text);
Public Function GetPhonetic (Optional Text As Object) As String
Parameters
- Text
- Object
Optional Object. Specifies the text to be converted to phonetic text. If you omit this argument, the next possible phonetic text string (if any) of the previously specified Text
is returned. If there are no more possible phonetic text strings, an empty string is returned.