TextBoxTightWrapValues Enumeration
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration TextBoxTightWrapValues
用法
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". |