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

In This Topic
    SimplifiedWordBreak Property
    In This Topic
    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.

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