Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 63 for

case insensitive

(0.92 sec)
  1. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable and DataView...

    docs.groupdocs.com/assembly/python-net/template...
  2. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable and DataView...

    docs.groupdocs.com/assembly/net/template-syntax...
  3. Extract Text from ZIP/RAR Archives using GroupD...

    Practical guide showing how to extract text from ZIP and RAR archives using GroupDocs.Parser for .NET. Step‑by‑step code examples, recursive handling, and best practices....archives by extension (caseinsensitive) bool isArchive = item...

    blog.groupdocs.com/parser/extract-text-from-zip...
  4. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page.... "InvoiceNumber" ); In this case as a value the entire string... "InvoiceNumber" ); In this case as a value “INV-3337” string...

    docs.groupdocs.com/parser/java/working-with-tem...
  5. Template Syntax - Part 1 of 2 | GroupDocs

    Note This article is the first part of the Template Syntax series of articles. For second part, please visit Template Syntax - Part 2 of 2. Composing Template A typical template for GroupDocs.Assembly Engine is composed of common document contents and tags that describe the template’s structure and data bindings. You can form these tags using just running text that can occupy multiple paragraphs to be more descriptive. A tag body must meet the following requirements:...Note: Tag body elements are case-sensitive. Composing Expressions...Persons Note Table names are case-insensitive. DataTable Objects GroupDocs...

    docs.groupdocs.com/assembly/java/template-synta...
  6. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#.... "InvoiceNumber" ); In this case as a value the entire string... "InvoiceNumber" ); In this case as a value “INV-3337” string...

    docs.groupdocs.com/parser/net/working-with-temp...
  7. 使用 GroupDocs.Parser 从 ZIP/RAR 档案中提取文本

    实用指南,展示如何使用 GroupDocs.Parser for .NET 从 ZIP 和 RAR 档案中提取文本。逐步代码示例、递归处理以及最佳实践。...archives by extension (caseinsensitive) bool isArchive = item...

    blog.groupdocs.com/zh/parser/extract-text-from-...
  8. Text redaction | GroupDocs

    This article explains that how C# redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others.... The most popular redaction case is to remove a text from a document...for exact phase is case insensitive.For a case-sensitive redaction...

    docs.groupdocs.com/redaction/net/text-redactions/
  9. Text redactions | GroupDocs

    This article explains that how Java redaction API allows you to easily redact data of sensitive or private nature from your documents. You can apply text redaction using exact phrase or regular expression for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....for exact phase is case insensitive.For a case-sensitive redaction...

    docs.groupdocs.com/redaction/java/text-redactions/
  10. Document filtering in search result | GroupDocs

    This article gives the knowledge that how the document filters used during the search using Java search API....'Lorem' in their paths, not case sensitive const filter = groupdocs...util.regex.Pattern' , 'CASE_INSENSITIVE' ), ); File extension...

    docs.groupdocs.com/search/nodejs-java/document-...