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