PageBorderOffsetValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 PageBorderOffsetValues 枚举。
public enum PageBorderOffsetValues
public readonly struct PageBorderOffsetValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.PageBorderOffsetValues>
type PageBorderOffsetValues =
type PageBorderOffsetValues = struct
interface IEnumValue
interface IEnumValueFactory<PageBorderOffsetValues>
Public Enum PageBorderOffsetValues
Public Structure PageBorderOffsetValues
Implements IEnumValue, IEnumValueFactory(Of PageBorderOffsetValues), IEquatable(Of PageBorderOffsetValues)
- 继承
-
PageBorderOffsetValues
- 继承
-
PageBorderOffsetValues
字段
名称 | 值 | 说明 |
---|---|---|
Page | 0 | 页面边框相对于页面边缘进行定位。 当项序列化为 xml 时,其值为“page”。 |
Text | 1 | 页面边框相对于文本范围定位。 当项序列化为 xml 时,其值为“text”。 |
Equality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
Equals(Object) | ||
Equals(PageBorderOffsetValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<PageBorderOffsetValues>.Create(String) | ||
Inequality(PageBorderOffsetValues, PageBorderOffsetValues) | ||
Page | 页面边框相对于页面边缘进行定位。 当项序列化为 xml 时,其值为“page”。 |
|
PageBorderOffsetValues(String) | 创建新的 PageBorderOffsetValues 枚举实例 |
|
Text | 页面边框相对于文本范围定位。 当项序列化为 xml 时,其值为“text”。 |
|
ToString() |