Share via


ParagraphBuildValues 枚举

定义

段落生成类型

public enum ParagraphBuildValues
public readonly struct ParagraphBuildValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>, IEquatable<DocumentFormat.OpenXml.Presentation.ParagraphBuildValues>
type ParagraphBuildValues = 
type ParagraphBuildValues = struct
    interface IEnumValue
    interface IEnumValueFactory<ParagraphBuildValues>
Public Enum ParagraphBuildValues
Public Structure ParagraphBuildValues
Implements IEnumValue, IEnumValueFactory(Of ParagraphBuildValues), IEquatable(Of ParagraphBuildValues)
继承
ParagraphBuildValues
继承
ParagraphBuildValues

字段

ParagraphBuildValues(String)

创建新的 ParagraphBuildValues 枚举实例

AllAtOnce 0

一次全部。

将项序列化为 xml 时,其值为“allAtOnce”。

AllAtOnce

一次全部。

将项序列化为 xml 时,其值为“allAtOnce”。

Custom 2

自 定义。

将项序列化为 xml 时,其值为“cust”。

Custom

自 定义。

将项序列化为 xml 时,其值为“cust”。

Equals(Object)
Equals(ParagraphBuildValues)
GetHashCode()
Equality(ParagraphBuildValues, ParagraphBuildValues)
Inequality(ParagraphBuildValues, ParagraphBuildValues)
Paragraph 1

段。

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

Paragraph

段。

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

ToString()
Whole 3

整个。

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

Whole

整个。

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

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

适用于