ParagraphBuildValues Enumeration
Paragraph Build Type
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration ParagraphBuildValues
用法
Dim instance As ParagraphBuildValues
public enum ParagraphBuildValues
Members
Member name | Description | |
---|---|---|
AllAtOnce | All At Once. When the item is serialized out as xml, its value is "allAtOnce". | |
Paragraph | Paragraph. When the item is serialized out as xml, its value is "p". | |
Custom | Custom. When the item is serialized out as xml, its value is "cust". | |
Whole | Whole. When the item is serialized out as xml, its value is "whole". |