项目文件夹

文件
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 行
2.5 KiB
JSON

此文件含有模棱两可的 Unicode 字符
此文件含有可能会与其他字符混淆的 Unicode 字符。 如果您是想特意这样的,可以安全地忽略该警告。 使用 Escape 按钮显示他们。
{
"$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"
}
}
}