次の方法で共有


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".

See Also

Reference

DocumentFormat.OpenXml.Wordprocessing Namespace