Share via


DocPartBehaviorValues 枚举

定义

定义 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

字段

DocPartBehaviorValues(String)

创建新的 DocPartBehaviorValues 枚举实例

Content 0

在指定位置插入内容。

当项序列化为 xml 时,其值为“content”。

Content

在指定位置插入内容。

当项序列化为 xml 时,其值为“content”。

Equals(DocPartBehaviorValues)
Equals(Object)
GetHashCode()
Equality(DocPartBehaviorValues, DocPartBehaviorValues)
Inequality(DocPartBehaviorValues, DocPartBehaviorValues)
Page 2

确保条目位于新页上。

当项序列化为 xml 时,其值为“pg”。

Page

确保条目位于新页上。

当项序列化为 xml 时,其值为“pg”。

Paragraph

确保条目在新段落中。

当项序列化为 xml 时,其值为“p”。

Paragraph 1

确保条目在新段落中。

当项序列化为 xml 时,其值为“p”。

ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<DocPartBehaviorValues>.Create(String)

适用于