CompoundLineValues Enum

Definition

Compound Line Type

public enum CompoundLineValues
public readonly struct CompoundLineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Drawing.CompoundLineValues>, IEquatable<DocumentFormat.OpenXml.Drawing.CompoundLineValues>
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

Fields

CompoundLineValues(String)

Creates a new CompoundLineValues enum instance

Double

Double Lines.

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

Double 1

Double Lines.

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

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

Single Line.

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

Single

Single Line.

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

ThickThin 2

Thick Thin Double Lines.

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

ThickThin

Thick Thin Double Lines.

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

ThinThick 3

Thin Thick Double Lines.

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

ThinThick

Thin Thick Double Lines.

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

ToString()
Triple 4

Thin Thick Thin Triple Lines.

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

Triple

Thin Thick Thin Triple Lines.

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

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

Applies to