Compartir a través de


ParagraphBuildValues Enumeration

Paragraph Build Type

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

Syntax

'Declaración
Public Enumeration ParagraphBuildValues
'Uso
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