Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / EastAsianTypography Class
Properties Methods

In This Topic
    EastAsianTypography Class Members
    In This Topic

    The following tables list the members exposed by EastAsianTypography.

    Public Properties
     NameDescription
    Public Property Gets or sets how full-width characters in the current document should be compressed to remove additional whitespace when the contents of this document are displayed, specifically by specifying the set(s) of characters which can be compressed to remove additional whitespace.  
    Public PropertyGets or sets whether the punctuation characters shall be kerned in the current document when kerning is enabled on a run using the FontBase.Kerning.  
    Public PropertyGets or sets the set of characters which shall be restricted from ending a new line for runs of text which shall be subject to custom line breaking logic using the ParagraphFormat.FarEastLineBreakControl when the contents of the document are displayed. This constraint shall only apply to text which has been flagged in the language of this rule via the NoLineBreakAfterLanguage or automatic detection methods.  
    Public Property Gets or sets the language of text for which the custom line ending rule shall be applied.  
    Public PropertyGets or sets the set of characters which shall be restricted from beginning a new line for runs of text which shall be subject to custom line breaking logic using the ParagraphFormat.FarEastLineBreakControl when the contents of the document are displayed. This constraint shall only apply to text which has been flagged in the language of this rule via the NoLineBreakBeforeLanguage or automatic detection methods.  
    Public Property Gets or sets the language of text for which the custom line beginning rule shall be applied.  
    Public PropertyGets or sets whether the strict set of Kinsoku rules shall be applied to Japanese text in this document when the ParagraphFormat.FarEastLineBreakControl is applied to the text.  
    Top
    Public Methods
     NameDescription
    Public Method Clears direct formatting in the object. (Inherited from GrapeCity.Documents.Word.FormattingBag)
    Top
    See Also