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

boolean

(0.07 sec)
  1. How to edit CSV file | GroupDocs

    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 Java....Two properties — and — are boolean flags, which indicate how to...Next property — , — is also a boolean flag, which determines how...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  2. How to Edit CSV File | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated values, and other text files with different settings and many other powerful features of GroupDocs.Editor for Node.js via Java....properties: convertDateTimeData : Boolean flag indicating whether to...disabled. convertNumericData : Boolean flag indicating whether to...

    docs.groupdocs.com/editor/nodejs-java/how-to-ed...
  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. GroupDocs.Conversion throws with Out of Memory ...

    Sometimes, we may encounter corrupted files, or files with unknown extensions. Will be good if GroupDocs.Conversion can fail gracefully when it encounters such situations. Attached is a simple text file with filename “…...qZlt_$cE$A== #=zICd4QTs=, Boolean #=zN1MUkMyX_nj1) at Aspose...(MethodBase , Boolean) at .( ) at . ( , ) at . () at .(Boolean ) ---...

    forum.groupdocs.com/t/groupdocs-conversion-thro...
  5. Enabling language information | GroupDocs

    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-...
  6. When trying to index a powerpoint template (.PO...

    When trying to add specific PowerPoint Template file to index an exception occurs: System.ArgumentException: MaxValue can’t be less than StartValue at …ctor(Int32 , Int32 ) at …ctor(Presentation , Nullable1 ) at .e(…...(Parser , Boolean , FileFormat ) at e . (String , Boolean ) at ....

    forum.groupdocs.com/t/when-trying-to-index-a-po...
  7. Extract highlights | GroupDocs

    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/
  8. JsonDataSource Conditional Expressions: !s.Disa...

    When we were passing a POCO this would work: <<if [MyProperty.Data.Any(s => !s.Disabled)]>> When we changed to pass an interface (Data changed to a List instead of List), properties in sub interfaces could not be found…...expression should return a Boolean value. and need to change to...return a Boolean value. Hence you must use an explicit Boolean comparison...

    forum.groupdocs.com/t/jsondatasource-conditiona...
  9. 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...
  10. 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/