Sort Score
Result 10 results
Languages All
Labels All
Results 11 - 20 of 304 for

boolean

(0.08 sec)
  1. How to edit CSV file | Documentation

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....Two properties — and — are boolean flags, which indicate how to...Next property — , — is also a boolean flag, which determines how...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  2. Rectangle | GroupDocs.Comparison for Java API R...

    Rectangle model...value equals(Object o) public boolean equals(Object o) Parameters:...java.lang.Object Returns: boolean hashCode() public int hashCode()...

    reference.groupdocs.com/comparison/java/com.gro...
  3. Enable Pagination in WordProcessing Module

    Yes, this is right. Paginal mode is now implemented in GroupDocs.Editor for .NET 19.5. How this mode will effect WordProcessing documents? As you know that previously, there was only float mode. When WordProcessing documents were converted to the page-less HTML, page division was absent. But in this release WordProcessing options class contains new paged (also called paginal) mode. When paged is enabled, it produces HTML markup, optimized and adjusted for per-page edit and it creates ease to enable paged editing in any of WYSIWYG-editors....enable it you need to set a boolean flag to true in the WordProcessingToHtml...format, you also have to set boolean flag to true (by default it...

    blog.groupdocs.com/editor/enable-pagination-in-...
  4. Enabling language information | Documentation

    Follow this guide to learn how to edit Word documents using locale information and apply spell-checkers to document content written in different languages using GroupDocs.Editor for Node.js and Java....enableLanguageInform boolean property: getEnableLanguageInf () : boolean ; setEnableLanguageInf...setEnableLanguageInf ( enable : boolean ) : void ; By default, this...

    docs.groupdocs.com/editor/nodejs-java/enabling-...
  5. 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/
  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. GroupDocs.Search for Java

    This API allows you to perform text search and index any type of file format using Java language on any platform....Search using Java Perform Boolean Search using Java Search Specific...

    kb.groupdocs.com/search/java/page/2/
  8. 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...
  9. 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...
  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 .NET... — boolean flag, that indicates how exactly...(default value), or trim. — boolean flag, that allows to enable...

    docs.groupdocs.com/editor/net/edit-txt/