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

In This Topic
    TextboxTightWrap Property
    In This Topic
    Gets or sets whether, for paragraphs in a text box, the surrounding text shall be allowed to overlap with the empty text box boundaries and tight wrap to the extents of the text within the text box.
    Syntax
    'Declaration
     
    Public Property TextboxTightWrap As TextboxTightWrap
    public TextboxTightWrap TextboxTightWrap {get; set;}
    Remarks
    This property has only effect for paragraphs that are contained within a text box, ignored otherwise.
    See Also