[]
        
(Showing Draft Content)

GrapeCity.Documents.Text.TextLayout.SimplifiedWordBreak

SimplifiedWordBreak Property

SimplifiedWordBreak

Gets or sets a value indicating whether to use simplified rules when determining word boundaries and line breaks.

Setting this property to true prevents word breaking on certain non-whitespace characters to make word breaking behavior similar to that of MS Excel.

The default is false.

Declaration
[Obsolete("Use the LineBreakingRules and WordBoundaryRules properties instead.")]
public bool SimplifiedWordBreak { get; set; }
<Obsolete("Use the LineBreakingRules and WordBoundaryRules properties instead.")>
Public Property SimplifiedWordBreak As Boolean