ParagraphBuildValues 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
段落生成类型
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
字段
名称 | 值 | 说明 |
---|---|---|
AllAtOnce | 0 | 一次全部。 将项序列化为 xml 时,其值为“allAtOnce”。 |
Paragraph | 1 | 段。 当项序列化为 xml 时,其值为“p”。 |
Custom | 2 | 习惯。 将项序列化为 xml 时,其值为“cust”。 |
Whole | 3 | 整个。 当项序列化为 xml 时,其值为“whole”。 |
AllAtOnce | 一次全部。 将项序列化为 xml 时,其值为“allAtOnce”。 |
|
Custom | 习惯。 将项序列化为 xml 时,其值为“cust”。 |
|
Equality(ParagraphBuildValues, ParagraphBuildValues) | ||
Equals(Object) | ||
Equals(ParagraphBuildValues) | ||
GetHashCode() | ||
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<ParagraphBuildValues>.Create(String) | ||
Inequality(ParagraphBuildValues, ParagraphBuildValues) | ||
Paragraph | 段。 当项序列化为 xml 时,其值为“p”。 |
|
ParagraphBuildValues(String) | 创建新的 ParagraphBuildValues 枚举实例 |
|
ToString() | ||
Whole | 整个。 当项序列化为 xml 时,其值为“whole”。 |