-
Notifications
You must be signed in to change notification settings - Fork 517
word document get
zmworm edited this page Apr 29, 2026
·
51 revisions
Returned attributes when getting the document root.
Path: /
| Key | Type | Description |
|---|---|---|
title |
string | Document title |
author |
string | Author |
subject |
string | Subject |
keywords |
string | Keywords |
description |
string | Description |
category |
string | Category |
lastModifiedBy |
string | Last modifier |
revision |
string | Revision number |
created |
string | Created timestamp (ISO 8601) |
modified |
string | Modified timestamp (ISO 8601) |
pageWidth |
integer | Page width (twips) |
pageHeight |
integer | Page height (twips) |
orientation |
string |
portrait or landscape
|
marginTop |
integer | Top margin (twips) |
marginBottom |
integer | Bottom margin (twips) |
marginLeft |
integer | Left margin (twips) |
marginRight |
integer | Right margin (twips) |
officecli get report.docx // (Document) (15 children)
title: Annual Report
author: Finance Team
pageWidth: 12240
pageHeight: 15840
orientation: portrait
marginTop: 1440
Based on OfficeCLI v1.0.64