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

In This Topic
    AddSpaceBetweenFarEastAndDigit Property
    In This Topic
    Gets or sets whether inter-character spacing shall automatically be adjusted between regions of numbers 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 AddSpaceBetweenFarEastAndDigit As System.Boolean
    public System.bool AddSpaceBetweenFarEastAndDigit {get; set;}
    Remarks
    This property is used to ensure that the spacing between regions of numbers and adjoining East Asian text is sufficient on each side such that the numbers can be easily read within the East Asian text.
    See Also