Appearance
@shbernal/pptxgenjs / index / ShapeAdjustValue
Interface: ShapeAdjustValue
Defined in: core-interfaces.ts:1212
A single preset-geometry adjustment guide (<a:gd> inside <a:avLst>).
nameis the guide name the preset defines, e.g.'adj','adj1','adj2'. PowerPoint shows these handles as the yellow drag dots on a selected shape.valueis a fraction0.0–1.0of the handle's range, emitted as a percentage guide formula (val, in 1/100000 units, so0.25→fmla="val 25000"). Most adjustment handles (corner radius, chevron point, callout depth, bevel width, …) are percentage-based and map directly; some shapes accept values beyond1.0. For angle-based handles, prefer theangleRangeshortcut.
Since
v4.0.0
Properties
name
name:
string
Defined in: core-interfaces.ts:1213
value
value:
number
Defined in: core-interfaces.ts:1214