ParagraphBuildValues Enumeration

Paragraph Build Type

Namespace:  DocumentFormat.OpenXml.Presentation
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
Public Enumeration ParagraphBuildValues
'Usage
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".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace