Sort Score
Result 10 results
Languages All
Labels All
Results 3,211 - 3,220 of 4,644 for

values

(0.4 sec)
  1. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-strikeout...
  2. Add watermark annotation | GroupDocs

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-watermark...
  3. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-highlight...
  4. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/common-list-im...
  5. Working with Spreadsheet Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/working-with-s...
  6. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in Email Document Note In this article, we will use GroupDocs.Assembly to generate a In-Table List with Filtering, Grouping, and Ordering report in Email Document format. In-Table List with Filtering, Grouping, and Ordering in Email Document Creating a In-Table List with Filtering, Grouping, and Ordering Practicing the following steps you can create In-Table List with Filtering, Grouping, and Ordering Template in MS Outlook 2013.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/in-table-list-...
  7. Working with Word Processing Documents | GroupDocs

    Note This feature is supported by version 18.2 or greater. Note The code uses some of the objects defined in The Business Layer. Working with Word Processing Documents GroupDocs.Assembly allows you to use data bands in table rows in Word Processing Documents. A table-row data band is a data band which body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/working-with-wo...
  8. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/basic-usage/
  9. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/composing-sign...
  10. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...