[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.TextboxTightWrap

Enum TextboxTightWrap

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

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.

public enum TextboxTightWrap

Fields

AllLines = 1

Tight wrap all lines.

FirstAndLastLine = 2

Tight wrap first and last lines.

FirstLineOnly = 3

Tight wrap first line.

LastLineOnly = 4

Tight wrap last line.

None = 0

Do not tight wrap.