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
38 lines
861 B
JSON
38 lines
861 B
JSON
{
|
|
"$schema": "../_schema.json",
|
|
"element": "table",
|
|
"shared_base": true,
|
|
"properties": {
|
|
"style": {
|
|
"type": "string",
|
|
"description": "table style name or GUID (accepted aliases: tableStyle, tableStyleId). Valid names: medium1..4, light1..3, dark1..2, none, or a direct {GUID}.",
|
|
"values": [
|
|
"medium1",
|
|
"medium2",
|
|
"medium3",
|
|
"medium4",
|
|
"light1",
|
|
"light2",
|
|
"light3",
|
|
"dark1",
|
|
"dark2",
|
|
"none"
|
|
],
|
|
"aliases": [
|
|
"tableStyle",
|
|
"tableStyleId"
|
|
],
|
|
"add": true,
|
|
"set": true,
|
|
"get": true,
|
|
"examples": [
|
|
"--prop style=medium2",
|
|
"--prop style=light1",
|
|
"--prop style=dark1"
|
|
],
|
|
"readback": "style name when resolvable, else GUID",
|
|
"enforcement": "strict"
|
|
}
|
|
}
|
|
}
|