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
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"$schema": "../_schema.json",
|
|
"element": "table-row",
|
|
"shared_base": true,
|
|
"properties": {
|
|
"cols": {
|
|
"type": "int",
|
|
"description": "asserts the new row's cell count matches the table grid. The row is structurally locked to the existing <a:tblGrid> — to widen, add a column first (or set gridSpan on cell 1 to merge into a wider span). Defaults to the existing grid column count when omitted.",
|
|
"add": true,
|
|
"set": false,
|
|
"get": false,
|
|
"examples": [
|
|
"--prop cols=2"
|
|
],
|
|
"readback": "n/a (structural — cell count surfaces via DocumentNode.Children, not Format)",
|
|
"enforcement": "strict"
|
|
},
|
|
"height": {
|
|
"type": "length",
|
|
"description": "row height in EMU-parseable length. Defaults to first-row height or ~1cm.",
|
|
"add": true,
|
|
"set": true,
|
|
"get": true,
|
|
"examples": [
|
|
"--prop height=1cm",
|
|
"--prop height=500"
|
|
],
|
|
"readback": "length in cm (e.g. \"2cm\")",
|
|
"enforcement": "report"
|
|
}
|
|
}
|
|
}
|