Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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". |