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

45 lines
1.4 KiB
JSON

{
"$schema": "../_schema.json",
"format": "pptx",
"element": "notes",
"elementAliases": ["note"],
"parent": "slide",
"operations": {
"add": true,
"set": true,
"get": true,
"query": true,
"remove": true
},
"paths": {
"positional": ["/slide[N]/notes"]
},
"note": "Speaker notes live in a NotesSlidePart paired with the slide. Add creates the part if absent; Set replaces text.",
"properties": {
"text": {
"type": "string",
"description": "notes body text.",
"add": true, "set": true, "get": true,
"examples": ["--prop text=\"Emphasize slide 3 data\""],
"readback": "notes text",
"enforcement": "report"
},
"direction": {
"type": "enum",
"values": ["ltr", "rtl"],
"aliases": ["dir", "rtl"],
"description": "Reading direction for the notes body. Sets <a:pPr rtl=\"1\"/> on every paragraph and rtlCol=\"1\" on the body shape's bodyPr. Required for Arabic / Hebrew speaker notes.",
"add": true, "set": true, "get": false,
"examples": ["--prop direction=rtl"],
"enforcement": "report"
},
"lang": {
"type": "string",
"description": "BCP-47 language tag applied to every run in the notes body (a:rPr/@lang). Mirrors the shape Set vocabulary.",
"add": true, "set": true, "get": false,
"examples": ["--prop lang=ar-SA"],
"enforcement": "report"
}
}
}