Share via


PresetLineDashValues Enum

Definition

Defines the PresetLineDashValues enumeration.

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

Fields

PresetLineDashValues(String)

Creates a new PresetLineDashValues enum instance

Dash 3

dash.

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

Dash

dash.

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

DashDot 6

dashDot.

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

DashDot

dashDot.

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

Dot 1

dot.

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

Dot

dot.

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

Equals(PresetLineDashValues)
Equals(Object)
GetHashCode()
LongDash

lgDash.

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

LongDash 5

lgDash.

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

LongDashDot

lgDashDot.

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

LongDashDot 8

lgDashDot.

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

LongDashDotDot 9

lgDashDotDot.

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

LongDashDotDot

lgDashDotDot.

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

Equality(PresetLineDashValues, PresetLineDashValues)
Inequality(PresetLineDashValues, PresetLineDashValues)
Solid

solid.

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

Solid 0

solid.

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

SysDash 4

sysDash.

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

SysDash

sysDash.

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

SysDot 2

sysDot.

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

SysDot

sysDot.

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

SystemDashDot

sysDashDot.

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

SystemDashDot 7

sysDashDot.

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

SystemDashDotDot 10

sysDashDotDot.

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

SystemDashDotDot

sysDashDotDot.

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

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

Applies to