Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 319 for

boolean

(0.07 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....proposed redaction and returns Boolean value, accepted or not. Below...RedactionDump () { } public boolean acceptRedaction ( RedactionDescription...

    docs.groupdocs.com/redaction/java/use-redaction...
  2. Extract highlights | Documentation

    This article explains that how to extract highlights from documents in Java....getHighlight ( int position , boolean isDirect , HighlightOptions...HighlightOptions ( Integer maxLength , boolean isLineLimited ); // Highlight...

    docs.groupdocs.com/parser/java/extract-highlights/
  3. Enabling language information | Documentation

    Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....contains the public boolean property: public boolean getEnableLanguageInf...void setEnableLanguageInf ( boolean ) By default its value is false...

    docs.groupdocs.com/editor/java/enabling-languag...
  4. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for .NET... — boolean flag, that indicates how exactly...(default value), or trim. — boolean flag, that allows to enable...

    docs.groupdocs.com/editor/net/edit-txt/
  5. Memory optimization option | Documentation

    This article explains how to optimize memory utilization when editing large Word documents using GroupDocs.Editor for Java API....contains the property: public boolean getOptimizeMemoryUsa () public...void getOptimizeMemoryUsa ( boolean ) By default it has a “ false...

    docs.groupdocs.com/editor/java/memory-optimizat...
  6. "Document is not found. Document ID: 7021" duri...

    Hello, We got an exception during a search that seems to be pretty rare. We were not able to reproduce it again, but we still want to report it to you and hope that you can fix it based on this description… This is the…...SearchOptions , ChunkSearchToken , Boolean ) at . (SearchQuery , SearchOptions...Cancellation , ChunkSearchToken , Boolean ) at Jam.Xy.ExecuteIndexQuery(System...

    forum.groupdocs.com/t/document-is-not-found-doc...
  7. Edit TXT | Documentation

    This guide demonstrates how to edit plain text files with encoding, lists recognition, pagination and other powerful features of GroupDocs.Editor for Java... — boolean flag, that indicates how exactly...(default value), or trim. — boolean flag, that allows to enable...

    docs.groupdocs.com/editor/java/edit-txt/
  8. Enabling Inline CSS Styles | Documentation

    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. GroupDocs.Search for .NET

    This API allows you to perform text search and index any type of file format using C# .NET language on any platform....Case-Sensitive Search using C# Perform Boolean Search using C# Search Specific...

    kb.groupdocs.com/search/net/page/2/
  10. Build search query | Documentation

    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/