Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / NoExcelAlignment Property

In This Topic
    NoExcelAlignment Property
    In This Topic
    Gets or sets a value indicating whether justified or distributed text alignment should be applied as if the SimplifiedWordBreak is always false. In other words, when this property is set to true the value of SimplifiedWordBreak does not affect the text alignment rules, it affects only the line breaking behavior.

    The default is false.

    Syntax
    'Declaration
     
    Public Property NoExcelAlignment As System.Boolean
    public System.bool NoExcelAlignment {get; set;}
    See Also