DocPartBehaviorValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 DocPartBehaviorValues 枚举。
public enum DocPartBehaviorValues
public readonly struct DocPartBehaviorValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.DocPartBehaviorValues>
type DocPartBehaviorValues =
type DocPartBehaviorValues = struct
interface IEnumValue
interface IEnumValueFactory<DocPartBehaviorValues>
Public Enum DocPartBehaviorValues
Public Structure DocPartBehaviorValues
Implements IEnumValue, IEnumValueFactory(Of DocPartBehaviorValues), IEquatable(Of DocPartBehaviorValues)
- 继承
-
DocPartBehaviorValues
- 继承
-
DocPartBehaviorValues
字段
名称 | 值 | 说明 |
---|---|---|
Content | 0 | 在指定位置插入内容。 当项序列化为 xml 时,其值为“content”。 |
Paragraph | 1 | 确保条目在新段落中。 当项序列化为 xml 时,其值为“p”。 |
Page | 2 | 确保条目位于新页上。 当项序列化为 xml 时,其值为“pg”。 |
Content | 在指定位置插入内容。 当项序列化为 xml 时,其值为“content”。 |
|
DocPartBehaviorValues(String) | 创建新的 DocPartBehaviorValues 枚举实例 |
|
Equality(DocPartBehaviorValues, DocPartBehaviorValues) | ||
Equals(DocPartBehaviorValues) | ||
Equals(Object) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<DocPartBehaviorValues>.Create(String) | ||
Inequality(DocPartBehaviorValues, DocPartBehaviorValues) | ||
Page | 确保条目位于新页上。 当项序列化为 xml 时,其值为“pg”。 |
|
Paragraph | 确保条目在新段落中。 当项序列化为 xml 时,其值为“p”。 |
|
ToString() |