Share via


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)

适用于