DocPartBehaviorValues Enumeration
Defines the DocPartBehaviorValues enumeration.
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
声明
Public Enumeration DocPartBehaviorValues
用法
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". |