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

WrapValues(String)

Creates a new WrapValues enum instance

Equals(Object)
Equals(WrapValues)
GetHashCode()
None

No wrapping.

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

None 2

No wrapping.

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

Equality(WrapValues, WrapValues)
Inequality(WrapValues, WrapValues)
Square 1

Square wrapping.

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

Square

Square wrapping.

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

Through 4

Through wrapping.

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

Through

Through wrapping.

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

Tight 3

Tight wrapping.

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

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".

TopAndBottom 0

Top and bottom wrapping.

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

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<WrapValues>.Create(String)

Applies to