Files
wehub-resource-sync 8cb1f9f479
Publish SDK (PyPI) / publish (push) Has been cancelled
Publish SDK (npm) / publish (@aionui/officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (windows-latest) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/officecli-sdk) (push) Has been cancelled
Publish SDK (npm) / publish (@officecli/sdk) (push) Has been cancelled
Publish SDK (npm) / publish (officecli-sdk) (push) Has been cancelled
SDK smoke / smoke (macos-latest) (push) Has been cancelled
SDK smoke / smoke (ubuntu-latest) (push) Has been cancelled
Skill parity / diff (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:09:29 +08:00

53 lines
1.5 KiB
JSON

{
"$schema": "../_schema.json",
"element": "paragraph",
"shared_base": true,
"properties": {
"indent": {
"type": "length",
"description": "left indentation. Routed through SpacingConverter — accepts twips int or unit-qualified (2cm/0.5in/24pt). Aliases: leftindent/leftIndent/indentleft.",
"aliases": [
"leftindent",
"leftIndent"
],
"add": true,
"set": true,
"get": true,
"examples": [
"--prop indent=2cm"
],
"readback": "length string (cm or twips, format-dependent)",
"enforcement": "report"
},
"lineSpacing": {
"type": "string",
"description": "multiplier (e.g. 1.5x, 150%) or fixed length (e.g. 18pt)",
"aliases": [
"linespacing"
],
"add": true,
"set": true,
"get": true,
"examples": [
"--prop lineSpacing=1.5x",
"--prop lineSpacing=18pt"
],
"readback": "\"<N>x\" for multiplier or \"<N>pt\" for fixed",
"enforcement": "strict"
},
"text": {
"type": "string",
"description": "Sets plain text on the paragraph by creating an implicit single run. Do not also add a 'run' child with text on the same paragraph — they will duplicate.",
"add": true,
"set": true,
"get": true,
"examples": [
"--prop text=\"Hello\"",
"--prop text=\"Hello world\""
],
"readback": "plain text content of paragraph",
"enforcement": "strict"
}
}
}