Formulas within values, from, to, by attributes can be made up of these:
Standard arithmetic operators: ‘+’, ‘-‘, ‘*’, ‘/’, ‘^’, ‘%’ (mod)
Constants: ‘pi’ ‘e’
Conditional operators: ‘abs’, ‘min’, ‘max’, ‘?’ (if)
Comparison operators: '==', '>=', '', '!=', '!'
Trigonometric operators: ‘sin()’, ‘cos()’, ‘tan()’, ‘asin()’, ‘acos()’, ‘atan()’
Natural logarithm ‘ln()’
Property references (host supported properties)
for example: "#ppt_x+(cos(-2*pi*(1-$))*-#ppt_x-sin(-2*pi*(1-$))*(1-#ppt_y))*(1-$)"
Read/write
String.
Namespace:
Aspose.Slides.Animation
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax public string Formula { get; set; }
Public Property Formula As String
Get
Set
public:
virtual property String^ Formula {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Formula : string with get, set
override Formula : string with get, set
Property Value
Type:
StringImplements
IPointFormulaSee Also