Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions schemas/help/pptx/shape.json
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
},
"spacing": {
"type": "number",
"description": "character spacing in 1/100 pt (drawingML rPr/@spc).",
"description": "character spacing in points. Stored as 1/100 pt in OOXML (drawingML rPr/@spc). Negative values tighten.",
"aliases": [
"spc",
"charspacing",
Expand All @@ -326,7 +326,8 @@
"set": true,
"get": true,
"examples": [
"--prop spacing=200"
"--prop spacing=2",
"--prop spacing=-0.5"
],
"readback": "integer",
"enforcement": "report"
Expand Down