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

indexes

(0.16 sec)
  1. 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/
  2. 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/
  3. 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...
  4. C# का उपयोग करके खोज परिणामों के साथ कार्य करें

    C# का उपयोग करके खोज परिणामों के साथ कुशलतापूर्वक काम करना सीखें। C# में खोज परिणाम प्राप्त करने और अनुकूलित प्रदर्शन के लिए खोज रिपोर्ट प्रबंधित करने की विधि जानें।...NET लाइब्रेरी शामिल करें Index क्लास का उपयोग करके एक इंडेक्स...को इंडेक्स में जोड़ने के लिए Index.Add विधि का उपयोग करें SearchOptions...

    kb.groupdocs.com/hi/search/net/work-with-search...
  5. Conversion from Jpeg2000 is introduced in Group...

    We are pleased to announce another monthly release of GroupDocs.Conversion for .NET 17.12. This release comes with support of Jpeg2000. Few improvements and bug fixes are also introduced. Such as Image to SVG conversion is improved and InvalidValueFormatException exception on PDF to TIF conversion is resolved. We’d recommend you to download the latest release of the API and share your experience. Document Conversion API for .NET - Feature Implement conversion from/to Jpeg2000 GroupDocs Document Conversion API - Improvements Possibility to convert one sheet per page or depending on print area when converting Cells to Pdf Optimize target Pdf for minimum file size when converting Cells to Pdf Image to SVG conversion Words to Gif conversion improvement GroupDocs....conversion, InvalidValueFormatEx Index was outside the bounds of the...

    blog.groupdocs.com/conversion/conversion-jpeg20...
  6. 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...
  7. 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-...
  8. 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...
  9. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....slide to edit and specify its index in the property of class. Open...different from widely used 0-based indexing, however, makes sense, thus...

    docs.groupdocs.com/editor/java/inserting-edited...
  10. 使用 C# 执行反向图像搜索

    使用 C# 高效执行反向图像搜索以查找相似图像。了解如何在 C# 中实现反向图像搜索以进行基于内容的图像检索。...库添加到您的项目中以进行反向图像搜索 使用指定的索引文件夹创建 Index 对象 设置图像 IndexingOptions 以启用容器项目图像、嵌入图像和单独图像的索引...方法指定图像文件的路径,为搜索创建参考图像 使用参考图像在索引中执行图像搜索,并使用 Index.Search 的搜索选项 循环搜索结果并打印每个找到的图像的详细信息...

    kb.groupdocs.com/zh/search/net/perform-reverse-...