Class Adjustments (Word VBA)

Contains a collection of adjustment values for the specified AutoShape or WordArt object. Each adjustment value represents one way an adjustment handle can be adjusted. Because some adjustment handles can be adjusted in two ways—for instance, some handles can be adjusted both horizontally and vertically—a shape can have more adjustment values than it has adjustment handles. A shape can have up to eight adjustments. To use a Adjustments class variable it first needs to be instantiated, for example


Dim adjs as Adjustments
Set adjs = ActiveDocument.Background.Adjustments