OrientationValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
Orientation
public enum OrientationValues
public readonly struct OrientationValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>, IEquatable<DocumentFormat.OpenXml.Spreadsheet.OrientationValues>
type OrientationValues =
type OrientationValues = struct
interface IEnumValue
interface IEnumValueFactory<OrientationValues>
Public Enum OrientationValues
Public Structure OrientationValues
Implements IEnumValue, IEnumValueFactory(Of OrientationValues), IEquatable(Of OrientationValues)
- 继承
-
OrientationValues
- 继承
-
OrientationValues
字段
名称 | 值 | 说明 |
---|---|---|
Default | 0 | 默认值。 当项序列化为 xml 时,其值为“default”。 |
Portrait | 1 | 肖像。 当项序列化为 xml 时,其值为“portrait”。 |
Landscape | 2 | 景观。 将项序列化为 xml 时,其值为“landscape”。 |
Default | 默认值。 当项序列化为 xml 时,其值为“default”。 |
|
Equality(OrientationValues, OrientationValues) | ||
Equals(Object) | ||
Equals(OrientationValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<OrientationValues>.Create(String) | ||
Inequality(OrientationValues, OrientationValues) | ||
Landscape | 景观。 将项序列化为 xml 时,其值为“landscape”。 |
|
OrientationValues(String) | 创建新的 OrientationValues 枚举实例 |
|
Portrait | 肖像。 当项序列化为 xml 时,其值为“portrait”。 |
|
ToString() |