LineEndValues Enum

Definition

Line End Type

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

Product Versions
DocumentFormat.OpenXml 2.7.1, 2.7.2, 2.8.0, 2.8.1, 2.9.0, 2.9.1, 2.10.0, 2.10.1, 2.11.0, 2.11.1, 2.11.2, 2.11.3, 2.12.0, 2.12.1, 2.12.2, 2.12.3, 2.13.0, 2.13.1, 2.14.0, 2.15.0, 2.16.0, 2.17.1, 2.18.0, 2.19.0, 2.20.0, 3.0.0, 3.0.1