GeomertyAdjustValue module
- class GeomertyAdjustValue.GeomertyAdjustValue
Bases:
SpireObjectRepresents a geometry adjustment value for shapes in Excel.
This class provides properties and methods for manipulating geometry adjustment values, which control the appearance of adjustable shapes in Excel. It allows for setting formulas and parameters that define how shapes can be adjusted.
- property Formula: str
Gets the formula of the geometry adjustment value.
- Returns:
The formula string that defines the geometry adjustment.
- Return type:
str
- FormulaType() GeomertyAdjustValueFormulaType
Gets the formula type of the geometry adjustment value.
- Returns:
An enumeration value representing the formula type.
- Return type:
GeomertyAdjustValueFormulaType
- property Name: str
Gets the name of the geometry adjustment value.
- Returns:
The name of the geometry adjustment value.
- Return type:
str
- SetFormulaParameter(args: List[float])
Sets the parameters for the formula of the geometry adjustment value.
- Parameters:
args (List[float]) – A list of floating-point values representing the parameters for the formula.
