Adjustments Object Members

Word Developer Reference

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.

Properties

  Name Description
Bb225977.properties(en-us,office.12).gif Application Returns an Application object that represents the Microsoft Word application.
Bb225977.properties(en-us,office.12).gif Count Returns the number of items in the Adjustments collection. Read-only Long.
Bb225977.properties(en-us,office.12).gif Creator Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.
Bb225977.properties(en-us,office.12).gif Item Returns or sets the adjustment value specified by the Index argument. Read/write Single.
Bb225977.properties(en-us,office.12).gif Parent Rreturns an Object that represents the parent object of the specified object. This is usually a Shape or ShapeRange object