Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / ShapeAdjustValue

Interface: ShapeAdjustValue

Defined in: core-interfaces.ts:1212

A single preset-geometry adjustment guide (<a:gd> inside <a:avLst>).

  • name is the guide name the preset defines, e.g. 'adj', 'adj1', 'adj2'. PowerPoint shows these handles as the yellow drag dots on a selected shape.
  • value is a fraction 0.0–1.0 of the handle's range, emitted as a percentage guide formula (val, in 1/100000 units, so 0.25fmla="val 25000"). Most adjustment handles (corner radius, chevron point, callout depth, bevel width, …) are percentage-based and map directly; some shapes accept values beyond 1.0. For angle-based handles, prefer the angleRange shortcut.

Since

v4.0.0

Properties

name

name: string

Defined in: core-interfaces.ts:1213


value

value: number

Defined in: core-interfaces.ts:1214