LineEndValues Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
LineEndValues(String) | Creates a new LineEndValues enum instance |
|
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 | 3 | Diamond. When the item is serialized out as xml, its value is "diamond". |
Diamond | Diamond. When the item is serialized out as xml, its value is "diamond". |
|
Equals(Object) | ||
Equals(LineEndValues) | ||
GetHashCode() | ||
None | 0 | None. When the item is serialized out as xml, its value is "none". |
None | None. When the item is serialized out as xml, its value is "none". |
|
Equality(LineEndValues, LineEndValues) | ||
Inequality(LineEndValues, LineEndValues) | ||
Oval | 4 | Oval. When the item is serialized out as xml, its value is "oval". |
Oval | Oval. When the item is serialized out as xml, its value is "oval". |
|
Stealth | 2 | Stealth Arrow. When the item is serialized out as xml, its value is "stealth". |
Stealth | Stealth Arrow. When the item is serialized out as xml, its value is "stealth". |
|
ToString() | ||
Triangle | 1 | Triangle Arrow Head. When the item is serialized out as xml, its value is "triangle". |
Triangle | Triangle Arrow Head. When the item is serialized out as xml, its value is "triangle". |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LineEndValues>.Create(String) |