We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Structured Document Tags (content controls) for forms and structured content.
Path: /body/sdt[N]
/body/sdt[N]
Returns: alias, tag, lock, id, sdtType, items, text, childCount
alias
tag
lock
id
sdtType
items
text
childCount
officecli get report.docx /body/sdt[1]
name
officecli set report.docx /body/sdt[1] --prop alias="Full Name" --prop tag="name_field" officecli set report.docx /body/sdt[1] --prop text="Default value"
Query content controls using the sdt or contentcontrol element type.
sdt
contentcontrol
officecli query report.docx sdt officecli query report.docx contentcontrol
officecli remove report.docx /body/sdt[1]
Based on OfficeCLI v1.0.64