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

boolean

(0.09 sec)
  1. 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/
  2. 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/
  3. Migration Notes | Documentation

    Why To Migrate? Here are the key reasons to use the new API provided by GroupDocs.Metadata for Java starting from version 20.2: The* Metadata* class is introduced as a single entry point to manage metadata in files of all supported formats. Extracting and updating metadata was unified for all supported formats. The product architecture was redesigned from scratch in order to simplify most common operations with metadata properties. Getting document information and preview generation procedures were simplified....pattern ; } @Override public boolean isSatisfiedBy ( MetadataProperty...pattern ; } @Override public boolean isSatisfiedBy ( MetadataProperty...

    docs.groupdocs.com/metadata/java/migration-notes/
  4. 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...
  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. 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/
  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. 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 Node.js via Java... RecognizeLists — boolean flag that indicates how exactly...or trim. EnablePagination — boolean flag that allows enabling paged...

    docs.groupdocs.com/editor/nodejs-java/edit-txt/