Skip to content

word document get

zmworm edited this page Apr 29, 2026 · 51 revisions

Word: Document - get

Returned attributes when getting the document root.

Path: /

Returned Attributes

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)

Example

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

Clone this wiki locally