Example
This example sets the reflection formatting for the text for the second shape on the second slide in a PowerPoint presentation:

Visual Basic for Applications
With ActivePresentation.Slides(1).Shapes(2) With .Text.Font .Size = 32 .Name = "Palatino" .reflectionformat = msoreflectiontype6 End With End With

See also: