Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / FontBase Class / Bidi Property

In This Topic
    Bidi Property (FontBase)
    In This Topic
    Gets or sets a value indicating whether the contents shall be treated as complex script text regardless of their Unicode character values when determining the formatting. This means that a consumer shall use the complex script formatting (e.g. BoldBi, ItalicBi...) applied by this font when determining the resulting formatting properties.
    Syntax
    'Declaration
     
    Public Property Bidi As System.Boolean
    public System.bool Bidi {get; set;}
    See Also