Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / ParagraphFormat Class / WordWrap Property

In This Topic
    WordWrap Property (ParagraphFormat)
    In This Topic
    Gets or sets whether to wrap Latin text in the middle of a word in the paragraph.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    See Also