Adjustments Object Members

PowerPoint Developer Reference

Contains a collection of adjustment values for the specified AutoShape, WordArt object, or connector.

Properties

  Name Description
Bb251399.properties(en-us,office.12).gif Application Returns an Application object that represents the creator of the specified object.
Bb251399.properties(en-us,office.12).gif Count Returns the number of objects in the specified collection.
Bb251399.properties(en-us,office.12).gif Creator Returns a Long that represents the four-character creator code for the application in which the specified object was created. For example, if the object was created in PowerPoint, this property returns the hexadecimal number 50575054. Read-only.
Bb251399.properties(en-us,office.12).gif Item Returns or sets the adjustment value specified by the Index argument. For linear adjustments, an adjustment value of 0.0 generally corresponds to the left or top edge of the shape, and a value of 1.0 generally corresponds to the right or bottom edge of the shape. However, adjustments can pass beyond shape boundaries for some shapes. For radial adjustments, an adjustment value of 1.0 corresponds to the width of the shape. For angular adjustments, the adjustment value is specified in degrees. The Item property applies only to shapes that have adjustments. Read/write Single.
Bb251399.properties(en-us,office.12).gif Parent Returns the parent object for the specified object.