LineCapValues 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.
Defines the LineCapValues enumeration.
public enum LineCapValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum LineCapValues
public readonly struct LineCapValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.LineCapValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.LineCapValues>
type LineCapValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type LineCapValues =
type LineCapValues = struct
interface IEnumValue
interface IEnumValueFactory<LineCapValues>
Public Enum LineCapValues
Public Structure LineCapValues
Implements IEnumValue, IEnumValueFactory(Of LineCapValues), IEquatable(Of LineCapValues)
- Inheritance
-
LineCapValues
- Inheritance
-
LineCapValues
- Attributes
Fields
LineCapValues(String) | Creates a new LineCapValues enum instance |
|
Equals(Object) | ||
Equals(LineCapValues) | ||
Flat | 2 | flat. When the item is serialized out as xml, its value is "flat". |
Flat | flat. When the item is serialized out as xml, its value is "flat". |
|
GetHashCode() | ||
Equality(LineCapValues, LineCapValues) | ||
Inequality(LineCapValues, LineCapValues) | ||
Round | 0 | rnd. When the item is serialized out as xml, its value is "rnd". |
Round | rnd. When the item is serialized out as xml, its value is "rnd". |
|
Square | sq. When the item is serialized out as xml, its value is "sq". |
|
Square | 1 | sq. When the item is serialized out as xml, its value is "sq". |
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<LineCapValues>.Create(String) |