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

boolean

(0.41 sec)
  1. Set Checkbox Values Dynamically | GroupDocs

    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/net/set-checkbox-va...
  2. Inserting edited slide into existing presentati...

    This article describes how to insert edited presentation slide into existing PowerPoint presentation....new properties: integer and boolean flag . Both of them have “usual”...setSlideNumber () {} public boolean getInsertAsNewSlide () {} public...

    docs.groupdocs.com/editor/java/inserting-edited...
  3. Fixing Invalid Form Fields | GroupDocs

    Fixing Invalid Form Fields and Saving the Document with GroupDocs.Editor for Java... getFormFieldCollecti (); boolean hasInvalidFormFields = fieldManager... getFormFieldCollecti (); boolean hasInvalidFormFields = fieldManager...

    docs.groupdocs.com/editor/java/fixing-invalid-f...
  4. 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-...
  5. Set Checkbox Values Dynamically | GroupDocs

    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...
  6. Optimize output for printing | GroupDocs

    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...
  7. 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-...
  8. Document renaming | GroupDocs

    Sometimes a situation arises when an indexed document is renamed, but its contents have not changed. In this case, to save computing resources, you can notify the index about the renaming of the document, and then the document will not be reindexed during the update operation. To notify an index about renaming a document, the notifyIndex method is used with the corresponding notification object as a parameter. You should keep in mind that if an index is notified of the renaming of a document, it will not be reindexed the next time you call the update method, even if its contents have changed....oldDocumentPath , newDocumentPath ); boolean result = index . notifyIndex...

    docs.groupdocs.com/search/java/document-renaming/
  9. Edit PowerPoint Presentations | GroupDocs

    This guide demonstrates how to edit PPT, PPTX, PPTM, PPSX, PPSM, POTX, POTM presentations with different settings and many other powerful features of GroupDocs.Editor for Java....Integer type, and a , that is a boolean flag. is a zero-based index...first slide for edit. is a boolean flag, which specifies whether...

    docs.groupdocs.com/editor/java/edit-powerpoint/
  10. 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...