Sort Score
Result 10 results
Languages All
Labels All
Results 31 - 40 of 341 for

boolean

(0.08 sec)
  1. GroupDocs.Viewer for Java 25.9 – Latest Updates...

    Explore what’s new in GroupDocs.Viewer for Java 25.9. Available now on NuGet and GroupDocs website....🛠️ Public API Changes # New boolean property isRemoveJavaScript...inclusion in HTML output. New boolean property isUpdateFields in...

    blog.groupdocs.com/viewer/groupdocs-viewer-for-...
  2. Float and paginal modes | GroupDocs

    This article explains pros and cons of float and paginal document editing modes when edit Word documents with GroupDocs.Editor API....same name and type: public boolean getEnablePagination () public...void setEnablePagination ( boolean ) At first, such property is...

    docs.groupdocs.com/editor/java/float-and-pagina...
  3. How to use custom cache implementation | GroupDocs

    How to use custom caching implementation with GroupDocs.Viewer using Java....@JsonProperty ( "Encrypted" ) private boolean mEncrypted ; @JsonCreator public...mFileType ); } @Override public boolean isEncrypted () { return mEncrypted...

    docs.groupdocs.com/viewer/java/how-to-use-custo...
  4. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...identical characters in a row Boolean search query The next type...type of search query is a boolean search query. Queries of this type...

    docs.groupdocs.com/search/net/build-search-query/
  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....proposed redaction and returns Boolean value, accepted or not. Below...RedactionDump () { } public boolean acceptRedaction ( RedactionDescription...

    docs.groupdocs.com/redaction/java/use-redaction...
  6. Build search query | GroupDocs

    This page contains information about building text search queries of various types. More examples on building search queries are provided on the page...identical characters in a row Boolean search query The next type...type of search query is a boolean search query. Queries of this type...

    docs.groupdocs.com/search/nodejs-java/build-sea...
  7. Groupdocs Parser - Free Support Forum - groupdo...

    Hi team, I am currently using trial evaluation version of Abby as well as Atalasoft to extract text based on templates, the results are fine but I want to use a single set of component in our application, as I am alread…...ee [T](T , Boolean , Byte[] ) at . [T](T , Boolean , String )...IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper...

    forum.groupdocs.com/t/groupdocs-parser/15108
  8. Enabling Inline CSS Styles | GroupDocs

    This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....as a public property of the Boolean type in the class. By default...for useInlineStyles public boolean getUseInlineStyles () public...

    docs.groupdocs.com/editor/nodejs-java/inline-st...
  9. Memory Optimization Option | GroupDocs

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Node.js via Java API....optimizeMemoryUsage public boolean getOptimizeMemoryUsa () public...void setOptimizeMemoryUsa ( boolean value ) By default, this property...

    docs.groupdocs.com/editor/nodejs-java/memory-op...
  10. GroupDocs.Search Product Family

    Find answers about text search and indexing of different files using code on any platform....Search using Java Perform Boolean Search using Java Work with...

    kb.groupdocs.com/search/page/2/