Skip to content

word section set

zmworm edited this page Mar 18, 2026 · 52 revisions

Word: Section - set

Modify section page layout, orientation, and margins.

Path: /section[N]

Properties

Property Accepted Values Description
type continuous, evenPage/even, oddPage/odd, nextPage Break type
pageWidth twips Width
pageHeight twips Height
orientation landscape, portrait Orientation
marginTop/Bottom/Left/Right twips Margins

Examples

officecli set report.docx /section[2] --prop orientation=landscape --prop pageWidth=15840 --prop pageHeight=12240

Based on OfficeCli v1.0.6

Clone this wiki locally