Change Adjustment Values of the Shape with Golang via C++
Contents
[
Hide
]
Aspose.Cells provides Shape.Geometry.GetShapeAdjustValues property to make changes to the adjustment points of shapes. In the Microsoft Excel UI, adjustments display as yellow diamond nodes. For example:
- Rounded Rectangle has an adjustment to change the arc.
- Triangle has an adjustment to change the location of the point.
- Trapezoid has an adjustment to change the width of the top.
- Arrows have two adjustments to change the shape of the head and tail.
This article will explain the use of Shape.Geometry.GetShapeAdjustValues property to change the adjustment values of the different shapes.
Change Adjustment Values
The code sample below shows how to change the adjustment values of a shape.
How to set or change the RoundedRectangularCallout tip point in Excel
The following code example shows how to set or change a rounded rectangle callout tip point position in Excel.