Udostępnij za pośrednictwem


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

Name Value Description
Single 0

Single Line.

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

Double 1

Double Lines.

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

ThickThin 2

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

Triple 4

Thin Thick Thin Triple Lines.

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

CompoundLineValues(String)

Creates a new CompoundLineValues enum instance

Double

Double Lines.

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

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

Single Line.

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

ThickThin

Thick Thin Double Lines.

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

ThinThick

Thin Thick Double Lines.

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

ToString()
Triple

Thin Thick Thin Triple Lines.

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

Applies to