evaluate method
evaluate(field, expression)
Evaluates comparison expression.
def evaluate(self, field: aspose.words.fields.Field, expression: aspose.words.fields.ComparisonExpression):
...
Parameter | Type | Description |
---|---|---|
field | Field | |
expression | ComparisonExpression |
Remarks
The implementation should return None
to indicate that the default evaluation should be performed.
See Also
- module aspose.words.fields
- class IComparisonExpressionEvaluator