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

boolean

(0.04 sec)
  1. Edit TXT | GroupDocs

    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/
  2. Memory optimization option | GroupDocs

    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...
  3. "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...
  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. Edit TXT | GroupDocs

    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/
  6. 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/
  7. 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...
  8. Migration Notes | GroupDocs

    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/
  9. 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...
  10. Edit TXT | GroupDocs

    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/