Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / Spacing Class / AddSpaceBetweenFarEastAndAlpha Property

In This Topic
    AddSpaceBetweenFarEastAndAlpha Property
    In This Topic
    Gets or sets whether inter-character spacing shall automatically be adjusted between regions of Latin text and regions of East Asian text in the current paragraph. These regions shall be determined by the Unicode character values of the text content within the paragraph.
    Syntax
    'Declaration
     
    Public Property AddSpaceBetweenFarEastAndAlpha As System.Boolean
    public System.bool AddSpaceBetweenFarEastAndAlpha {get; set;}
    Remarks
    This property is used to ensure that the spacing between regions of Latin text and adjoining East Asian text is sufficient on each side such that the Latin text can be easily read within the East Asian text.
    See Also