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

84 lines
2.5 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"$schema": "../_schema.json",
"format": "pptx",
"element": "zoom",
"elementAliases": ["slidezoom", "slide-zoom"],
"parent": "slide",
"operations": {
"add": true,
"set": true,
"get": true,
"query": true,
"remove": true
},
"paths": {
"positional": ["/slide[N]/zoom[M]"]
},
"note": "Aliases: slidezoom, slide-zoom. Creates a slide-zoom link on the source slide pointing to target slide. Default size 8cm × 4.5cm centered. Used for interactive non-linear navigation.",
"properties": {
"target": {
"type": "int",
"description": "target slide number (1-based). Required. Alias: slide.",
"aliases": ["slide"],
"add": true, "set": true, "get": true,
"examples": ["--prop target=3"],
"readback": "target slide index",
"enforcement": "report"
},
"x": {
"type": "length",
"add": true, "set": true, "get": true,
"examples": ["--prop x=2cm"],
"readback": "length in cm (e.g. \"2cm\")",
"enforcement": "report"
},
"y": {
"type": "length",
"add": true, "set": true, "get": true,
"examples": ["--prop y=2cm"],
"readback": "length in cm (e.g. \"2cm\")",
"enforcement": "report"
},
"width": {
"type": "length",
"add": true, "set": true, "get": true,
"examples": ["--prop width=8cm"],
"readback": "length in cm (e.g. \"2cm\")",
"enforcement": "report"
},
"height": {
"type": "length",
"add": true, "set": true, "get": true,
"examples": ["--prop height=4.5cm"],
"readback": "length in cm (e.g. \"2cm\")",
"enforcement": "report"
},
"name": {
"type": "string",
"description": "zoom frame name. Defaults to 'Slide Zoom N'.",
"add": true, "set": true, "get": true,
"examples": ["--prop name=\"Section 2\""],
"readback": "name string",
"enforcement": "report"
},
"returnToParent": {
"type": "bool",
"description": "return to parent slide after zoom plays.",
"aliases": ["returntoparent"],
"add": true, "set": true, "get": true,
"examples": ["--prop returnToParent=true"],
"readback": "true/false",
"enforcement": "report"
},
"transitionDur": {
"type": "int",
"description": "transition duration in ms. Defaults to 1000.",
"aliases": ["transitiondur"],
"add": true, "set": true, "get": true,
"examples": ["--prop transitionDur=1500"],
"readback": "ms",
"enforcement": "report"
}
}
}