setCJKVerticalTextEnabled method of the ExtendedSettings interface
Enables or disables vertical writing direction for Chinese, Japanese, and Korean languages.
Important! This method is deprecated and will be revised in future releases.
void setCJKVerticalTextEnabled( boolean enable );
Parameters
- enable
- Set this parameter to true to enable vertical writing direction for Chinese, Japanese, and Korean languages, or to false to disable it.
3/2/2022 12:59:15 PM