Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,372 for

expression

(0.13 sec)
  1. Replacer class | Aspose.Words for Python

    aspose.words.lowcode.Replacer class. Provides methods intended to find and replace text in the document....input file using a regular expression. replace_regex(input_file_name...input file using a regular expression, with the specified save...

    reference.aspose.com/words/python-net/aspose.wo...
  2. NodeList.to_array method | Aspose.Words for Python

    NodeList.to_array method. Copies all nodes from the collection to a new array of nodes....certain nodes by using an XPath expression. doc = aw . Document ( MY_DIR...+ 'Tables.docx' ) # This expression will extract all paragraph...

    reference.aspose.com/words/python-net/aspose.wo...
  3. NodeList.GetEnumerator | Aspose.Words for .NET

    Effortlessly iterate through NodeList with the GetEnumerator method. Enjoy simple, efficient access to your collection of nodes in C#....certain nodes by using an XPath expression. Document doc = new Document..."Tables.docx" ); // This expression will extract all paragraph...

    reference.aspose.com/words/net/aspose.words/nod...
  4. Add Cell Validations|Documentation

    This article introduces how to add list validation, drop‑down list validation and custom Expression validation in GridWeb.... Custom expression validation. Each is discussed...drop‑down Custom Expression Validation Custom expression validation...

    docs.aspose.com/cells/net/aspose-cells-gridweb/...
  5. About sum function using in aspose word templat...

    Hi Team, How to add sum () or convert below Expression in aspose word template using LINQ report engine. =CInt(Sum(Fields!NominalFrequency.Value)).ToString()...add sum () or convert below expression in aspose word template using...directly inside a template expression [4]. Template syntax Replace...

    forum.aspose.com/t/about-sum-function-using-in-...
  6. ComparisonExpression | Aspose.Words for Java

    The comparison Expression in Java....ComparisonExpression The comparison expression. To learn more, visit the...final String LEFT = "\"left expression\""; final String _OPERATOR...

    reference.aspose.com/words/java/com.aspose.word...
  7. Replacer.replace_regex method | Aspose.Words fo...

    aspose.words.lowcode.Replacer.replace_regex method...input file using a regular expression. def replace_regex ( self...name. pattern str A regular expression pattern used to find matches...

    reference.aspose.com/words/python-net/aspose.wo...
  8. FieldOptions.ComparisonExpressionEvaluator | As...

    Discover the FieldOptions ComparisonExpressionEvaluator property to easily manage and customize field comparison Expressions for enhanced data analysis....sets the field comparison expressions evaluator. public IComparisonExpressio...const string left = "\"left expression\"" ; const string @operator...

    reference.aspose.com/words/net/aspose.words.fie...
  9. ComparisonEvaluationResult.ErrorMessage | Aspos...

    Discover the ComparisonEvaluationResult ErrorMessage property, which provides clear insights into failed evaluation results. Enhance your debugging process today!...const string left = "\"left expression\"" ; const string @operator...const string right = "\"right expression\"" ; DocumentBuilder builder...

    reference.aspose.com/words/net/aspose.words.fie...
  10. Composing Expressions in C#|Aspose.Words for .NET

    Compose Expressions when building a report using C#. The complexity of Expressions in templates is not restricted....Ask AI Composing Expressions Contents [ Hide ] Purpose Summary...to compose and evaluate expressions in the Aspose.Words LINQ...

    docs.aspose.com/words/net/composing-expressions/