Sort Score
Result 10 results
Languages All
Labels All
Results 441 - 450 of 2,364 for

expression

(0.09 sec)
  1. Logical OR assignment (||=) - JavaScript | MDN

    The logical OR assignment (||=) operator only evaluates the right operand and assigns to the left if the left operand is falsy....(x = y) , except that the expression x is only evaluated once...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  2. Java Text Search & Indexing API for Documents, ...

    Advanced text search API for Java applications to search, index & retrieve data from documents: PDF, Word, Excel, presentations, email & web file formats....Simple, Boolean, Regular Expression (Regex), Fuzzy and other...Simple Wild Card Regular Expression (Regex) Faceted & Boolean...

    products.groupdocs.com/search/java/
  3. Is GroupDocs.Signature support .net core - Free...

    SignatureApiController → PreviewOption is not working....is caused by using lambda expression instead of preview saving...

    forum.groupdocs.com/t/is-groupdocs-signature-su...
  4. datacolumn - GroupDocs.Assembly for Java - API ...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......getExpression () Gets the expression used to filter rows, calculate...getExpression() Gets the expression used to filter rows, calculate...

    apireference.groupdocs.com/assembly/java/com.gr...
  5. DataColumn - GroupDocs.Assembly for Java - API ...

    All Classes Packages com.groupdocs.assembly com.groupdocs.assembly.system com.groupdocs.assembly.system.data com.grou......getExpression () Gets the expression used to filter rows, calculate...getExpression() Gets the expression used to filter rows, calculate...

    apireference.groupdocs.com/assembly/java/com.gr...
  6. Annotation redactions | Documentation

    This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....annotations by a regular expression. Remove annotations (comments...

    docs.groupdocs.com/redaction/net/annotation-red...
  7. GroupDocs.Parser for .NET 18.11 Release Notes |...

    Note This page contains release notes for GroupDocs.Parser for .NET 18.11. Major Features There are the following features in this release: Implemented the ability to retrieve the information of supported extractors for a document Implemented IFastTextExtractor interface Implemented IDocumentContentExtractor interface Improved text area extraction for PDF documents Full List of Issues Covering all Changes in this Release Key Summary Issue Type PARSERNET-1077 Implement the ability to retrieve the information of supported extractors for a document New feature PARSERNET-1075 Implement IFastTextExtractor interface Enhancement PARSERNET-1076 Implement IDocumentContentExtractor interface Enhancement PARSERNET-1069 Improve text area extraction for PDF documents Enhancement Public API and Backward Incompatible Changes Note This section lists public API changes that were introduced in GroupDocs....TextAreaSearchOption (); // Set a regular expression to search 'Invoice # XXX'...XXX' text searchOptions . Expression = "\\s?INVOICE\\s?#\\s?[0-9]+"...

    docs.groupdocs.com/parser/net/groupdocs-parser-...
  8. Object initializer - JavaScript | MDN

    An object initializer is a comma-delimited list of zero or more pairs of property names and associated values of an object, enclosed in curly braces ({}). Objects can also be initialized using Object.create() or by invoking a constructor function with the new operator....set property(value) {}, [expression]: "computed property", __proto__:...object initializer is an expression that describes the initialization...

    developer.mozilla.org/en-US/docs/Web/JavaScript...
  9. Inserting Bookmarks Dynamically | Documentation

    Note This feature is supported by version 20.1 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <Expression]>> bookmarked_content <> Here, bookmark_Expression defines the name of a bookmark to be inserted during run-time.... << bookmark [ bookmark_expression ]>> bookmarked_content <</...bookmark >> Here, bookmark_expression defines the name of a bookmark...

    docs.groupdocs.com/assembly/net/inserting-bookm...
  10. Strange problem when trying to redact Xls file ...

    Below is my code in VB.NET Using redactor As New Redactor(_CurrentFileName) Dim redactionList = New Redaction() {New ExactPhraseRedaction(“John Doe”, New ReplacementOptions("[Client]")), New RegexRedaction(“Redaction”…...case-insensitive regular expressions, for instance, New RegexRedaction("(...in rows 6, 19, 23, 24, the expression will need start and end of...

    forum.groupdocs.com/t/strange-problem-when-tryi...