as_argument_of_function method
Contents
[
Hide
]as_argument_of_function
Takes specified function using this instance as the argument
Returns
New math element of type IMathFunction
def as_argument_of_function(self, function_name):
...
Parameter | Type | Description |
---|---|---|
function_name | IMathElement | Function name |
as_argument_of_function
Takes specified function using this instance as the argument
Returns
New math element of type IMathFunction
def as_argument_of_function(self, function_name):
...
Parameter | Type | Description |
---|---|---|
function_name | str | Function name |
as_argument_of_function
Takes specified function using this instance as the argument
Returns
New math element of type IMathFunction
def as_argument_of_function(self, function_type):
...
Parameter | Type | Description |
---|---|---|
function_type | MathFunctionsOfOneArgument | One of the common function type of one argument |
as_argument_of_function
Takes specified function using this instance as the argument and specified additional argument
Returns
New math element of type IMathFunction
def as_argument_of_function(self, function_type, additional_argument):
...
Parameter | Type | Description |
---|---|---|
function_type | MathFunctionsOfTwoArguments | One of the common function type of two arguments: Log, Lim, Min, Max |
additional_argument | IMathElement | Additional argument depending on the type of function |
as_argument_of_function
Takes specified function using this instance as the argument and specified additional argument
Returns
New math element of type IMathFunction
def as_argument_of_function(self, function_type, additional_argument):
...
Parameter | Type | Description |
---|---|---|
function_type | MathFunctionsOfTwoArguments | One of the common function type of two arguments: Log, Lim, Min, Max |
additional_argument | str | Additional argument depending on the type of function |
See Also
- class
IMathElement
- class
IMathFunction
- class
MathBar
- enumeration
MathFunctionsOfOneArgument
- enumeration
MathFunctionsOfTwoArguments
- module
aspose.slides.mathtext
- library
Aspose.Slides