mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / CSS3Style Object / WordBreak Property
In This Topic
    WordBreak Property
    In This Topic
    Description

    CSS3 Style: word-break
    Specifies the level of strictness when breaking lines of text in ideographic languages such as Chinese, Japanese, and Korean.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property WordBreak As String
    Remarks

    HTML Syntax:
    word-break: strictness

    HTML Constants:
    break-all,break-word,normal,

    See Also