RuleValues 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.
Rule Type
public enum RuleValues
public readonly struct RuleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Vml.Office.RuleValues>, IEquatable<DocumentFormat.OpenXml.Vml.Office.RuleValues>
type RuleValues =
type RuleValues = struct
interface IEnumValue
interface IEnumValueFactory<RuleValues>
Public Enum RuleValues
Public Structure RuleValues
Implements IEnumValue, IEnumValueFactory(Of RuleValues), IEquatable(Of RuleValues)
- Inheritance
-
RuleValues
- Inheritance
-
RuleValues
Fields
RuleValues(String) | Creates a new RuleValues enum instance |
|
Arc | 0 | Arc Rule. When the item is serialized out as xml, its value is "arc". |
Arc | Arc Rule. When the item is serialized out as xml, its value is "arc". |
|
Callout | 1 | Callout Rule. When the item is serialized out as xml, its value is "callout". |
Callout | Callout Rule. When the item is serialized out as xml, its value is "callout". |
|
Connector | 2 | Connector Rule. When the item is serialized out as xml, its value is "connector". |
Connector | Connector Rule. When the item is serialized out as xml, its value is "connector". |
|
Equals(Object) | ||
Equals(RuleValues) | ||
GetHashCode() | ||
Equality(RuleValues, RuleValues) | ||
Inequality(RuleValues, RuleValues) | ||
ToString() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<RuleValues>.Create(String) |