TextBoxTightWrapValues Enumeration

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration TextBoxTightWrapValues
'Usage
Dim instance As TextBoxTightWrapValues
public enum TextBoxTightWrapValues

Members

Member name Description
None Do Not Tight Wrap. When the item is serialized out as xml, its value is "none".
AllLines Tight Wrap All Lines. When the item is serialized out as xml, its value is "allLines".
FirstAndLastLine Tight Wrap First and Last Lines. When the item is serialized out as xml, its value is "firstAndLastLine".
FirstLineOnly Tight Wrap First Line. When the item is serialized out as xml, its value is "firstLineOnly".
LastLineOnly Tight Wrap Last Line. When the item is serialized out as xml, its value is "lastLineOnly".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace