CompoundLineValues Enum

Definition

Defines the CompoundLineValues enumeration.

public enum CompoundLineValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum CompoundLineValues
public readonly struct CompoundLineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>
type CompoundLineValues = 
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type CompoundLineValues = 
type CompoundLineValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CompoundLineValues>
Public Enum CompoundLineValues
Public Structure CompoundLineValues
Implements IEnumValue, IEnumValueFactory(Of CompoundLineValues), IEquatable(Of CompoundLineValues)
Inheritance
CompoundLineValues
Inheritance
CompoundLineValues
Attributes

Fields

CompoundLineValues(String)

Creates a new CompoundLineValues enum instance

Double

dbl.

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

Double 1

dbl.

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

Equals(Object)
Equals(CompoundLineValues)
GetHashCode()
Equality(CompoundLineValues, CompoundLineValues)
Inequality(CompoundLineValues, CompoundLineValues)
Simple 0

sng.

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

Simple

sng.

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

ThickThin 2

thickThin.

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

ThickThin

thickThin.

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

ThinThick 3

thinThick.

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

ThinThick

thinThick.

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

ToString()
Triple 4

tri.

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

Triple

tri.

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

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

Applies to