Shape Bindings

Shape bindings are placed in the alt text of a shape or grouped shapes.

Most shape bindings will follow a similar format as the section- or slide bindings, for instance:

<<Chart:AltText$ChartData>>

The AltText parameter is usually optional. This will also be clear in each binding’s documentation.

If a shape needs to be bound using multiple binding types, the syntax changes to JSON format, and should follow the example below, starting with the Bindings first, followed by an object with a set of bindings.

{
  "Bindings": 
  {
    "Hyperlink": [ "Link" ],
    "Image": [ "ImagePath", "Fit" ],
    "AltText": "Green wall with staircase"
  }
}

In this sub-section, the respective shape bindings are explained.