ApplicationSettings.KashidaTextUI property (Visio)
Gets the current setting for display of Kashida text-justification in certain cursive languages. Read-only.
Syntax
expression.KashidaTextUI
expression An expression that returns an ApplicationSettings object.
Return value
VisRegionalUIOptions
Remarks
The following VisRegionalUIOptions constants, which are declared in the Visio type library, show the possible values for the KashidaTextUI property.
Constant | Value | Description |
---|---|---|
visRegionalUIOptionsHide | 0 | Always hides regional UI. |
visRegionalUIOptionsShow | 1 | Always shows regional UI |
The setting of the KashidaTextUI property corresponds to the regional options setting in the Microsoft Office Language Settings 2007 dialog box. (Click Start, point to All Programs, point to Microsoft Office, point to Microsoft Office Tools, and then click Microsoft Office 2007 Language Settings.
The setting of the KashidaTextUI property influences the setting of the ApplicationSettings.ComplexTextUI property. If KashidaTextUI is set to visRegionalUIOptionsShow, ComplexTextUI is set to that value as well.
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.