Sort Score
Result 10 results
Languages All
Labels All
Results 71 - 80 of 306 for

boolean

(0.09 sec)
  1. Set Checkbox Values Dynamically | Documentation

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. You can set checkbox values to either checked or unchecked in your reports dynamically by taking the following steps: Add a checkbox content control to your template at a place where you want it to appear in a result document. By editing content control properties, add a check tag to the title of the checkbox content control using the following syntax....conditional expression must return a Boolean value. While building a report...

    docs.groupdocs.com/assembly/java/set-checkbox-v...
  2. Optimize output for printing | Documentation

    This article explains how to optimize output HTML for printing....output for printing, use the boolean property of the class. If the...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  3. Searching in a Large Number of Documents

    Usually, a searching software is able to achieve fast search responses because, instead of search the text directly, it searches an index. This would be the equivalent of retrieving pages in a book related to a keyword by searching the index at the back of a book, as opposed to searching the words in each page of the book. Using GroupDocs.Search for Indexing and Searching Problem: Suppose you have 10 million documents of different file formats, e....fuzzy search, synonyms search, boolean search) is also supported....

    blog.groupdocs.com/search/searching-in-a-large-...
  4. Releasing GroupDocs.Search for Java - Document ...

    We are pleased to announce that the first version of GroupDocs.Search for Java has been released. The API allows Java developers to perform searching and indexing operations against various formats to gain data insights. One can easily perform actions to search through different directories and documents for text occurrences, basic metadata fields, file names, document types and many more. Please continue to read more about the features and the file formats supported by the API.... Simple Search Boolean Search Regular Expression Faceted...

    blog.groupdocs.com/search/releasing-groupdocs.s...
  5. Optimize the PDF file by removing unused resour...

    This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) by removing the unused (orphaned) resources and thus to reduce the file size....new public properties of the boolean type: RemoveUnusedObjects and...types: name, string, number, boolean, null object, dictionary, array...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  6. Float and paginal modes | Documentation

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....in the , which obtains one boolean parameter of the same name...contains the same property — boolean flag, which, like the same...

    docs.groupdocs.com/editor/net/float-and-paginal...
  7. Pre-rasterize | Documentation

    This article shows how to pre-rasterize a document using the redaction API....you will need to pass the Boolean flag to the class constructor...

    docs.groupdocs.com/redaction/net/pre-rasterize/
  8. Search in XLA Online

    Free online document search. Secure and easy to use full text online search in XLA....in XLA Prefix search in XLA Boolean search in XLA Regex search...

    products.groupdocs.app/search/xla
  9. Convert images with optical character recogniti...

    In this article, you will learn how to convert an image file to text or PDF using OCR with GroupDocs.Conversion for Java....frag = new ArrayList <>(); boolean isWhitespace = false ; float...charAt ( i ) == ' ' ); } else { boolean currentIsWhitespace = ( lineText...

    docs.groupdocs.com/conversion/java/convert/imag...
  10. Use redaction callback | Documentation

    Learn about redaction API methods to reject or approve specific changes during redaction process...proposed redaction and returns Boolean value, accepted or not. Below...

    docs.groupdocs.com/redaction/net/use-redaction-...