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

In This Topic
    WordWrap Property (TextFrameFormat)
    In This Topic
    Gets or sets whether to wrap words within the bounding rectangle.
    Syntax
    'Declaration
     
    Public Property WordWrap As System.Boolean
    public System.bool WordWrap {get; set;}
    See Also