WdSectionStart Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of section break for the specified item.
public enum class WdSectionStart
[System.Runtime.InteropServices.Guid("A04EAECD-6433-3994-8B86-4E4D973C4630")]
public enum WdSectionStart
type WdSectionStart =
Public Enum WdSectionStart
- Inheritance
-
WdSectionStart
- Attributes
Fields
Name | Value | Description |
---|---|---|
wdSectionContinuous | 0 | Continuous section break. |
wdSectionNewColumn | 1 | New column section break. |
wdSectionNewPage | 2 | New page section break. |
wdSectionEvenPage | 3 | Even pages section break. |
wdSectionOddPage | 4 | Odd pages section break. |