共用方式為


WrapValues Enum

Definition

Text Wrapping Type

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

Fields

Name Value Description
TopAndBottom 0

Top and bottom wrapping.

When the item is serialized out as xml, its value is "topAndBottom".

Square 1

Square wrapping.

When the item is serialized out as xml, its value is "square".

None 2

No wrapping.

When the item is serialized out as xml, its value is "none".

Tight 3

Tight wrapping.

When the item is serialized out as xml, its value is "tight".

Through 4

Through wrapping.

When the item is serialized out as xml, its value is "through".

Equality(WrapValues, WrapValues)
Equals(Object)
Equals(WrapValues)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<WrapValues>.Create(String)
Inequality(WrapValues, WrapValues)
None

No wrapping.

When the item is serialized out as xml, its value is "none".

Square

Square wrapping.

When the item is serialized out as xml, its value is "square".

Through

Through wrapping.

When the item is serialized out as xml, its value is "through".

Tight

Tight wrapping.

When the item is serialized out as xml, its value is "tight".

TopAndBottom

Top and bottom wrapping.

When the item is serialized out as xml, its value is "topAndBottom".

ToString()
WrapValues(String)

Creates a new WrapValues enum instance

Applies to