Sort Score
Result 10 results
Languages All
Labels All
Results 391 - 400 of 2,857 for

index

(0.05 sec)
  1. 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-...
  2. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Creating an index Indexing Searching Managing Dictionaries...

    docs.groupdocs.com/search/net/advanced-usage/
  3. Advanced Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Leave feedback Creating an index Indexing Searching Managing dictionaries...

    docs.groupdocs.com/search/java/advanced-usage/
  4. Inserting edited worksheet into existing spread...

    This article describes how to insert an edited worksheet into an existing spreadsheet using GroupDocs.Editor for Node.js....worksheet to edit by setting its index in the SpreadsheetEditOptio...worksheets, not the zero-based index typically used in programming...

    docs.groupdocs.com/editor/nodejs-java/inserting...
  5. Working with data extracted by template | Docum...

    Extracted data are stored in the instance of DocumentData class... The page index. The value of the field. The...The page information (page index and page size). The value of...

    docs.groupdocs.com/parser/net/working-with-data...
  6. SugarCRM Plugin Tutorial Using GroupDocs Viewer...

    GroupDocs offers a full set of document management tools for SugarCRM: we’ve developed a bunch of plugins which help you use Viewer, Annotation, Assembly, Comparison and Signature apps in SugarCRM. This article gives some recommendations on how to create your own custom plugin for SugarCRM. We will use the GroupDocs Viewer plugin for SugarCRM as an example. SugarCRM is an open-platform web-based CRM solution which has an on-demand cloud platform. Today we show you how to create an on-site version plugin....<relationship_table> : The index for this relationship in the...module. Should match $beanList index lhs_table : The left hand table...

    blog.groupdocs.com/total/sugarcrm-plugin-tutori...
  7. Perform Case-Sensitive Search using C#

    Easily perform case-sensitive search using C# to retrieve precise results. Learn how to search case-sensitive text in files using C# with step-by-step instructions....functionality in C# Create an Index object to serve as the storage...documents will be indexed and made searchable Use the Index.Add method...

    kb.groupdocs.com/search/net/perform-case-sensit...
  8. Basic Usage | Documentation

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......query Work with search results Index lifecycle Get supported file...

    docs.groupdocs.com/search/net/basic-usage/
  9. Search text in Microsoft OneNote sections | Doc...

    To search a keyword in Microsoft OneNote sections search(String) method is used. This method returns the collection of SearchResult objects. For details, see Search Text. Here are the steps to search a keyword in Microsoft OneNote section: Instantiate Parser object for the initial section; Call search(String) method and obtain the collection of SearchResult objects; Iterate through the collection and get the position and text. Warning search(String) method returns null value if search isn’t supported for the section....SearchResult s : sr ) { // Print an index and found text: System . out...SearchResult s : sr ) { // Print an index and found text: System . out...

    docs.groupdocs.com/parser/java/search-text-in-m...
  10. Search text in Microsoft Office Excel spreadshe...

    This article explains that how to search text from Microsoft Office Excel (.xls, .xlsx) spreadsheets....SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...SearchResult s in sr ) { // Print an index and found text: Console . WriteLine...

    docs.groupdocs.com/parser/net/search-text-in-mi...