[]
Gets or sets a value indicating whether to use simplified text alignment rules. In particular, the same rules will be applied to narrow and wide (East Asian) characters.
This property has effect only for horizontal text, and only if SimplifiedWordBreak is true and NoExcelAlignment is false.
The default is false.
[Obsolete("Use the TextExtensionStrategy property instead.")]
public bool SimplifiedAlignment { get; set; }
<Obsolete("Use the TextExtensionStrategy property instead.")>
Public Property SimplifiedAlignment As Boolean
Setting this property to true allows implementing text alignments that are similar to "Justify" and "Distributed" modes available in English version of MS Excel.