DropStyleValues 列挙型
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DropStyleValues 列挙型を定義します。
public enum DropStyleValues
[DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)]
public enum DropStyleValues
public readonly struct DropStyleValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues>, IEquatable<DocumentFormat.OpenXml.Office2010.Excel.DropStyleValues>
type DropStyleValues =
[<DocumentFormat.OpenXml.OfficeAvailability(DocumentFormat.OpenXml.FileFormatVersions.Office2010)>]
type DropStyleValues =
type DropStyleValues = struct
interface IEnumValue
interface IEnumValueFactory<DropStyleValues>
Public Enum DropStyleValues
Public Structure DropStyleValues
Implements IEnumValue, IEnumValueFactory(Of DropStyleValues), IEquatable(Of DropStyleValues)
- 継承
-
DropStyleValues
- 継承
-
DropStyleValues
- 属性
フィールド
名前 | 値 | 説明 |
---|---|---|
Combo | 0 | コンボ。 項目を xml としてシリアル化されるときに、その値は "combo" です。 |
ComboEdit | 1 | comboedit。 アイテムを xml としてシリアル化されるときに、その値は "comboedit" です。 |
Simple | 2 | 簡単。 項目を xml としてシリアル化されるときに、その値は "simple" です。 |
Combo | コンボ。 項目を xml としてシリアル化されるときに、その値は "combo" です。 |
|
ComboEdit | comboedit。 アイテムを xml としてシリアル化されるときに、その値は "comboedit" です。 |
|
DropStyleValues(String) | 新しい DropStyleValues 列挙型インスタンスを作成します |
|
Equality(DropStyleValues, DropStyleValues) | ||
Equals(DropStyleValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DropStyleValues>.Create(String) | ||
Inequality(DropStyleValues, DropStyleValues) | ||
Simple | 簡単。 項目を xml としてシリアル化されるときに、その値は "simple" です。 |
|
ToString() |