Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ShapeAdjustValue

Interface: ShapeAdjustValue

Defined in: src/types/shape.ts:20

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.

Properties

name

name: string

Defined in: src/types/shape.ts:21


value

value: number

Defined in: src/types/shape.ts:22