OleObjectFollowColorSchemeValues 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.
OLE Object to Follow Color Scheme
public enum OleObjectFollowColorSchemeValues
public readonly struct OleObjectFollowColorSchemeValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues>, IEquatable<DocumentFormat.OpenXml.Presentation.OleObjectFollowColorSchemeValues>
type OleObjectFollowColorSchemeValues =
type OleObjectFollowColorSchemeValues = struct
interface IEnumValue
interface IEnumValueFactory<OleObjectFollowColorSchemeValues>
Public Enum OleObjectFollowColorSchemeValues
Public Structure OleObjectFollowColorSchemeValues
Implements IEnumValue, IEnumValueFactory(Of OleObjectFollowColorSchemeValues), IEquatable(Of OleObjectFollowColorSchemeValues)
- Inheritance
-
OleObjectFollowColorSchemeValues
- Inheritance
-
OleObjectFollowColorSchemeValues
Fields
Name | Value | Description |
---|---|---|
None | 0 | None. When the item is serialized out as xml, its value is "none". |
Full | 1 | Full. When the item is serialized out as xml, its value is "full". |
TextAndBackground | 2 | Text and Background. When the item is serialized out as xml, its value is "textAndBackground". |
Equality(OleObjectFollowColorSchemeValues, OleObjectFollowColorSchemeValues) | ||
Equals(Object) | ||
Equals(OleObjectFollowColorSchemeValues) | ||
Full | Full. When the item is serialized out as xml, its value is "full". |
|
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<OleObjectFollowColorSchemeValues>.Create(String) | ||
Inequality(OleObjectFollowColorSchemeValues, OleObjectFollowColorSchemeValues) | ||
None | None. When the item is serialized out as xml, its value is "none". |
|
OleObjectFollowColorSchemeValues(String) | Creates a new OleObjectFollowColorSchemeValues enum instance |
|
TextAndBackground | Text and Background. When the item is serialized out as xml, its value is "textAndBackground". |
|
ToString() |