[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextboxTightWrap

TextboxTightWrap Enum

Specifies the lines in the paragraph that shall allow the text to be tight wrapped to the paragraph (and not the text box) extents when displaying the document.

Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public enum TextboxTightWrap
Public Enum TextboxTightWrap

Fields

Name Description
AllLines

Tight wrap all lines.

FirstAndLastLine

Tight wrap first and last lines.

FirstLineOnly

Tight wrap first line.

LastLineOnly

Tight wrap last line.

None

Do not tight wrap.