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

case insensitive

(0.03 sec)
  1. Working with templates | Documentation

    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...
  2. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables.... "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...
  3. Text redaction | Documentation

    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/
  4. Text redactions | Documentation

    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/
  5. Document filtering in search result | Documenta...

    This article gives the knowledge that how the document filters used during the search using Java search API....'Einstein' in their paths, not case sensitive ISearchDocumentFilte..."Einstein" , Pattern . CASE_INSENSITIVE ); File extension filter...

    docs.groupdocs.com/search/java/document-filteri...
  6. Document filtering in search result | Documenta...

    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-...
  7. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified.... CASE_INSENSITIVE ); MetadataPropertyColl..."author|company" , Pattern . CASE_INSENSITIVE ); try ( Metadata metadata...

    docs.groupdocs.com/metadata/java/migration-notes/
  8. Extracting metadata | Documentation

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs.... CASE_INSENSITIVE ); properties = metadata...

    docs.groupdocs.com/metadata/java/extracting-met...
  9. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation.... CASE_INSENSITIVE ); File length filters...

    docs.groupdocs.com/search/java/document-filteri...
  10. Document filtering during indexing | Documentation

    This page contains a description of the use of document filters for indexing, as well as descriptions of all types of filters with examples of their creation....Pattern' , 'CASE_INSENSITIVE' )); File length filters...

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