-
Notifications
You must be signed in to change notification settings - Fork 119
word section add
zmworm edited this page Apr 4, 2026
·
29 revisions
Add a section break controlling page layout for a range of content.
Parent: /body
| Property | Default | Description |
|---|---|---|
type |
nextPage |
continuous, evenPage, oddPage, nextPage
|
pageWidth/width
|
- | Page width (integer, twips) |
pageHeight/height
|
- | Page height (integer, twips) |
orientation |
- |
landscape or portrait
|
officecli add report.docx /body --type section --prop type=continuous
officecli add report.docx /body --type section --prop type=nextPage --prop orientation=landscapeBased on OfficeCLI v1.0.34