[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.NoExcelAlignment

NoExcelAlignment Property

NoExcelAlignment

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.

Declaration
[Obsolete("Use the TextExtensionStrategy property instead.")]
public bool NoExcelAlignment { get; set; }
<Obsolete("Use the TextExtensionStrategy property instead.")>
Public Property NoExcelAlignment As Boolean