DocPartBehaviorValues Enumeration

Defines the DocPartBehaviorValues enumeration.

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

Syntax

'Declaration
Public Enumeration DocPartBehaviorValues
'Usage
Dim instance As DocPartBehaviorValues
public enum DocPartBehaviorValues

Members

Member name Description
Content Insert Content At Specified Location. When the item is serialized out as xml, its value is "content".
Paragraph Ensure Entry Is In New Paragraph. When the item is serialized out as xml, its value is "p".
Page Ensure Entry Is On New Page. When the item is serialized out as xml, its value is "pg".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace