Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,554 for

values

(0.15 sec)
  1. Extrahujte data z databázových souborů pomocí C#

    databáze je považována za nedílnou součást většiny aplikací. Ať už jde o desktopovou, webovou nebo mobilní aplikaci, databáze hraje zásadní roli při ukládání, přístupu a manipulaci s daty. Existuje mnoho systémů pro správu databází, které umožňují vytváření a správu databází za vás. Může však nastat situace, kdy potřebujete způsob, jak extrahovat data z databázových souborů, tj. soubor .db, bez instalace systému správy databáze nebo psaní SQL dotazů. Jak byste v takovém případě analyzovali databázový soubor a získali z něj data?...Value)) { Console.WriteLine(reader...parser.GetText(i.PageIndex.Value)) { Console.WriteLine(reader...

    blog.groupdocs.com/cs/parser/extract-data-from-...
  2. Extract table of contents from EPUB eBooks | Gr...

    How to extract table of contents from EPUB e-books getToc method is used....Warning method returns null value if table of contents extraction...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-table-of...
  3. Extract images from PDF documents | GroupDocs

    This article explains that how to extract images from PDF documents...Warning method returns null value if image extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-images-fr...
  4. Storing text of indexed documents | GroupDocs

    This article explains that how to store text of indexed documents.... The default value is null, which means that the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/net/storing-text-of-i...
  5. Use redaction callback | GroupDocs

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....redaction and returns Boolean value, accepted or not. Below, we...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/use-redaction...
  6. Search for different word forms | GroupDocs

    This article shows that how to allow you to search for nouns in the singular or plural, adjectives in the degree of comparison, forms of regular and irregular verbs, etc....class is called with the true value as an argument. By default,...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/search-for-diffe...
  7. Homophone search | GroupDocs

    This article gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning using Java search API....of the class with the true value as an argument. By default,...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/search/java/homophone-search/
  8. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...method and assign its return value to a Document object. With the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/comparison/python-net/get-re...
  9. Pie Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....indicate manager name with value (price of the contract). Report...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-s...
  10. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....INLINE_ERROR_MESSAGES is applied, a Boolean value returned by a DocumentAssembler...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/use-of-in-line...