Share via


LineEndValues Enum

Definition

Line End Type

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

Fields

Name Value Description
None 0

None.

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

Triangle 1

Triangle Arrow Head.

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

Stealth 2

Stealth Arrow.

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

Diamond 3

Diamond.

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

Oval 4

Oval.

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

Arrow 5

Arrow Head.

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

Arrow

Arrow Head.

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

Diamond

Diamond.

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

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

Creates a new LineEndValues enum instance

None

None.

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

Oval

Oval.

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

Stealth

Stealth Arrow.

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

ToString()
Triangle

Triangle Arrow Head.

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

Applies to