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