ImageAspectValues 列挙型

定義

イメージのスケーリング動作

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

フィールド

ImageAspectValues(String)

新しい ImageAspectValues 列挙型インスタンスを作成します

AtLeast 2

少なくとも。

アイテムを xml としてシリアル化されるときに、その値は "atLeast" です。

AtLeast

少なくとも。

アイテムを xml としてシリアル化されるときに、その値は "atLeast" です。

AtMost 1

最大でも。

項目を xml としてシリアル化されるときに、その値は "atMost" です。

AtMost

最大でも。

項目を xml としてシリアル化されるときに、その値は "atMost" です。

Equals(ImageAspectValues)
Equals(Object)
GetHashCode()
Ignore

縦横比を無視します。

項目を xml としてシリアル化されるときに、その値は "ignore" です。

Ignore 0

縦横比を無視します。

項目を xml としてシリアル化されるときに、その値は "ignore" です。

Equality(ImageAspectValues, ImageAspectValues)
Inequality(ImageAspectValues, ImageAspectValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<ImageAspectValues>.Create(String)

適用対象