Sort Score
Result 10 results
Languages All
Labels All
Results 2,341 - 2,350 of 2,873 for

indexing

(0.03 sec)
  1. 使用 C# 执行通配符搜索

    了解如何使用 C# 执行通配符搜索。探索使用单字符和组通配符在 C# 中进行通配符搜索,以实现高效灵活的搜索查询。...启用通配符搜索功能 实例化 Index 类以创建用于存储文档的可搜索存储库 使用 Index.Add 方法将文档添加到存储库,并指定包含文件的文件夹...方法将文档添加到存储库,并指定包含文件的文件夹 使用 Index.Search 方法在存储库内执行搜索 使用通配符搜索,开发人员可以通过使...

    kb.groupdocs.com/zh/search/net/perform-wildcard...
  2. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption....for ( int index = 0 ; index < src . Length ; ++ index ) { chTmp...chTmp = src [ index ]; chTmp = ( char )( chTmp ^ this . Key ); dst...

    docs.groupdocs.com/signature/net/sign-document-...
  3. Full Text Search Csharp on GroupDocs Blog | Doc...

    Full Text Search Csharp on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in Full Text Search Csharp on GroupDocs Blog | Document Automation Solutions for ......NET à rechercher via l&#39;indexation. Trouvez du texte dans plusieurs...

    blog.groupdocs.com/fr/tag/full-text-search-csha...
  4. Extract tables from document | Documentation

    This article explains that how to extract tables from document in java....The page information (page index and page size) The total number...table cell by row and column indexes. The the row height. Returns...

    docs.groupdocs.com/parser/java/extract-tables-f...
  5. Realizar una búsqueda difusa con C#

    Aprenda a realizar búsquedas difusas con C# para lograr coincidencias de consultas precisas y eficientes. Descubra cómo crear búsquedas de documentos con lógica difusa en C# para obtener mejores resultados....búsqueda difusa Cree un objeto Index para definir una ubicación de...búsqueda rápida Utilice el método Index.Add para incluir archivos en...

    kb.groupdocs.com/es/search/net/perform-fuzzy-se...
  6. 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....optional page index - value that represents the index of the page...page index. An integer value that represents the index of the...

    docs.groupdocs.com/parser/java/working-with-tem...
  7. GroupDocs Blog | Document Automation Solutions ...

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....// Creating an index Index index = new Index(indexFolder); //...// Setting the image indexing options IndexingOptions indexingOptions...

    blog.groupdocs.com/zh/page/3/
  8. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for Java API features....setWorksheetIndex ( 0 ); //index is 0-based, so this is 1st tab...setWorksheetIndex ( 1 ); //index is 0-based, so this is 2nd tab...

    docs.groupdocs.com/editor/java/edit-document/
  9. Edit document | Documentation

    Follow this guide and learn how to edit text documents, spreadsheets and presentations using GroupDocs.Editor for .NET API features.... WorksheetIndex = 0 ; //index is 0-based, so this is 1st tab...editOptions2 . WorksheetIndex = 1 ; //index is 0-based, so this is 2nd tab...

    docs.groupdocs.com/editor/net/edit-document/
  10. Using HTML5 Boilerplate Template in Your Web Pr...

    Introduction A few years ago, HTML 5 still wasn’t very well supported by most popular browsers so web sites were created mostly with XHTML or HTML4. I still have a folder on my machine filled with HTML templates for both XTML and HTML 4. Inside of it there are also templates for newsletters, micro-sites, responsive templates and whatnot. All of them were built by taking code from 2 or 3 different templates and look like Frankenstein’s code monster.... Let’s look what’s in the index.html file. Right after the HTML5...tracking. That’s all of the index.html file. Create your wrapper...

    blog.groupdocs.com/total/using-html5-boilerplat...