Share via


TextBoxTightWrapValues 枚举

定义

定义 TextBoxTightWrapValues 枚举。

public enum TextBoxTightWrapValues
public readonly struct TextBoxTightWrapValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.TextBoxTightWrapValues>
type TextBoxTightWrapValues = 
type TextBoxTightWrapValues = struct
    interface IEnumValue
    interface IEnumValueFactory<TextBoxTightWrapValues>
Public Enum TextBoxTightWrapValues
Public Structure TextBoxTightWrapValues
Implements IEnumValue, IEnumValueFactory(Of TextBoxTightWrapValues), IEquatable(Of TextBoxTightWrapValues)
继承
TextBoxTightWrapValues
继承
TextBoxTightWrapValues

字段

TextBoxTightWrapValues(String)

创建新的 TextBoxTightWrapValues 枚举实例

AllLines 1

紧紧环绕所有线条。

当项序列化为 xml 时,其值为“allLines”。

AllLines

紧紧环绕所有线条。

当项序列化为 xml 时,其值为“allLines”。

Equals(Object)
Equals(TextBoxTightWrapValues)
FirstAndLastLine 2

紧换第一行和最后一行。

当项序列化为 xml 时,其值为“firstAndLastLine”。

FirstAndLastLine

紧换第一行和最后一行。

当项序列化为 xml 时,其值为“firstAndLastLine”。

FirstLineOnly 3

紧紧包装第一行。

当项序列化为 xml 时,其值为“firstLineOnly”。

FirstLineOnly

紧紧包装第一行。

当项序列化为 xml 时,其值为“firstLineOnly”。

GetHashCode()
LastLineOnly 4

紧紧换行最后一行。

将项序列化为 xml 时,其值为“lastLineOnly”。

LastLineOnly

紧紧换行最后一行。

将项序列化为 xml 时,其值为“lastLineOnly”。

None 0

不要紧紧包装。

当项序列化为 xml 时,其值为“none”。

None

不要紧紧包装。

当项序列化为 xml 时,其值为“none”。

Equality(TextBoxTightWrapValues, TextBoxTightWrapValues)
Inequality(TextBoxTightWrapValues, TextBoxTightWrapValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<TextBoxTightWrapValues>.Create(String)

适用于