StrokeLineStyleValues Enum

Definition

Stroke Line Style

public enum StrokeLineStyleValues
public readonly struct StrokeLineStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.StrokeLineStyleValues>, IEquatable<DocumentFormat.OpenXml.Vml.StrokeLineStyleValues>
type StrokeLineStyleValues = 
type StrokeLineStyleValues = struct
    interface IEnumValue
    interface IEnumValueFactory<StrokeLineStyleValues>
Public Enum StrokeLineStyleValues
Public Structure StrokeLineStyleValues
Implements IEnumValue, IEnumValueFactory(Of StrokeLineStyleValues), IEquatable(Of StrokeLineStyleValues)
Inheritance
StrokeLineStyleValues
Inheritance
StrokeLineStyleValues

Fields

StrokeLineStyleValues(String)

Creates a new StrokeLineStyleValues enum instance

Equals(StrokeLineStyleValues)
Equals(Object)
GetHashCode()
Equality(StrokeLineStyleValues, StrokeLineStyleValues)
Inequality(StrokeLineStyleValues, StrokeLineStyleValues)
Single

Single Line.

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

Single 0

Single Line.

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

ThickBetweenThin 4

Thck Line Between Thin Lines.

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

ThickBetweenThin

Thck Line Between Thin Lines.

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

ThickThin 3

Thick Line Outside Thin Line.

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

ThickThin

Thick Line Outside Thin Line.

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

ThinThick 2

Thin Line Outside Thick Line.

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

ThinThick

Thin Line Outside Thick Line.

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

ThinThin

Two Thin Lines.

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

ThinThin 1

Two Thin Lines.

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

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

Applies to