Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 4,280 for

values

(0.06 sec)
  1. Use redaction callback | Documentation

    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...
  2. Homophone search | Documentation

    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/
  3. Storing text of indexed documents | Documentation

    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...
  4. Search for different word forms | Documentation

    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...
  5. Extract images from PDF documents | Documentation

    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...
  6. 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-...
  7. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Java API....default it has a “ false ” value, which means that the memory...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/editor/java/memory-optimizat...
  8. Reduce image quality | Documentation

    This topic describes how to compress images in PDF file using the GroupDocs.Viewer Java API.... It is a quality value in percent. 100% means original...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/java/optimization-pdf...
  9. Extract text structure | Documentation

    This article explains that how to extract text structure from documents....hyperlink, strong, em tags and the value that represents a text: ) Tag...string value = reader . GetAttribute ( "link" ); if ( value != null...

    docs.groupdocs.com/parser/net/extract-text-stru...
  10. Searching watermarks | Documentation

    This article explains how to search watermarks while using GroupDocs. Watermarks API.... The value should be between 0 and 1. The value 0 means that...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/watermark/nodejs-java/search...