CompoundLineValues 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 CompoundLineValues enumeration.
public enum CompoundLineValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum CompoundLineValues
public readonly struct CompoundLineValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Word.CompoundLineValues>
type CompoundLineValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type CompoundLineValues =
type CompoundLineValues = struct
interface IEnumValue
interface IEnumValueFactory<CompoundLineValues>
Public Enum CompoundLineValues
Public Structure CompoundLineValues
Implements IEnumValue, IEnumValueFactory(Of CompoundLineValues), IEquatable(Of CompoundLineValues)
- Inheritance
-
CompoundLineValues
- Inheritance
-
CompoundLineValues
- Attributes
Fields
Name | Value | Description |
---|---|---|
Simple | 0 | sng. When the item is serialized out as xml, its value is "sng". |
Double | 1 | dbl. When the item is serialized out as xml, its value is "dbl". |
ThickThin | 2 | thickThin. When the item is serialized out as xml, its value is "thickThin". |
ThinThick | 3 | thinThick. When the item is serialized out as xml, its value is "thinThick". |
Triple | 4 | tri. When the item is serialized out as xml, its value is "tri". |
CompoundLineValues(String) | Creates a new CompoundLineValues enum instance |
|
Double | dbl. When the item is serialized out as xml, its value is "dbl". |
|
Equality(CompoundLineValues, CompoundLineValues) | ||
Equals(CompoundLineValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CompoundLineValues>.Create(String) | ||
Inequality(CompoundLineValues, CompoundLineValues) | ||
Simple | sng. When the item is serialized out as xml, its value is "sng". |
|
ThickThin | thickThin. When the item is serialized out as xml, its value is "thickThin". |
|
ThinThick | thinThick. When the item is serialized out as xml, its value is "thinThick". |
|
ToString() | ||
Triple | tri. When the item is serialized out as xml, its value is "tri". |