Adjustments Interface

Definition

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

public interface class Adjustments : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C0310-0000-0000-C000-000000000046")]
public interface Adjustments : Microsoft.Office.Core._IMsoDispObj
Public Interface Adjustments
Implements _IMsoDispObj
Attributes
Implements

Remarks

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.

Use the Adjustments property to return an Adjustments object. Use Adjustments(index), where index is the adjustment value’s index number, to return a single adjustment value.

Different shapes have different numbers of adjustment values, different kinds of adjustments change the geometry of a shape in different ways, and different kinds of adjustments have different ranges of valid values.

The following table summarizes the ranges of valid adjustment values for different types of adjustments. In most cases, if you specify a value that’s beyond the range of valid values, the closest valid value will be assigned to the adjustment.

Linear (horizontal or vertical)Generally the value 0.0 represents the left or top edge of the shape, and the value 1.0 represents the right or bottom edge of the shape. Valid values correspond to valid adjustments you can make to the shape manually. For example, if you can only pull an adjustment handle half way across the shape manually, the maximum value for the corresponding adjustment will be 0.5. For shapes such as connectors and callouts, where the values 0.0 and 1.0 represent the limits of the rectangle defined by the starting and ending points of the connector or callout line, negative numbers and numbers greater than 1.0 are valid values.
RadialAn adjustment value of 1.0 corresponds to the width of the shape. The maximum value is 0.5, or half way across the shape.
AngleValues are expressed in degrees. If you specify a value outside the range –180 to 180, it will be normalized to be within that range.

Properties

Application

Returns an Application object that represents the Microsoft Excel application.

Count

Returns the number of objects in the collection.

Creator

Returns a 32-bit integer that indicates the application in which this object was created.

Item[Int32]

Returns or sets the specified adjustment value.

Parent

Returns the parent object for the specified object.

Applies to