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

字段

名称 说明
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()

适用于