as_argument_of_function method
as_argument_of_function
def as_argument_of_function(self, function_name):
    ...
| Parameter | Type | Description | 
|---|---|---|
| function_name | IMathElement | 
as_argument_of_function
def as_argument_of_function(self, function_name):
    ...
| Parameter | Type | Description | 
|---|---|---|
| function_name | str | 
as_argument_of_function
def as_argument_of_function(self, function_type):
    ...
| Parameter | Type | Description | 
|---|---|---|
| function_type | MathFunctionsOfOneArgument | 
as_argument_of_function
def as_argument_of_function(self, function_type, additional_argument):
    ...
| Parameter | Type | Description | 
|---|---|---|
| function_type | MathFunctionsOfTwoArguments | |
| additional_argument | IMathElement | 
as_argument_of_function
def as_argument_of_function(self, function_type, additional_argument):
    ...
| Parameter | Type | Description | 
|---|---|---|
| function_type | MathFunctionsOfTwoArguments | |
| additional_argument | str | 
See Also
- class IMathElement
- class IMathematicalText
- class IMathFunction
- enumeration MathFunctionsOfOneArgument
- enumeration MathFunctionsOfTwoArguments
- module aspose.slides.mathtext
- library Aspose.Slides