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

boolean

(1.33 sec)
  1. GroupDocs.Conversion.NETFramework all Excel con...

    Using latest GroupDocs.Conversion.NETFramework 25.5.1 and 25.0 cause this issue. We did not have this issue with GroupDocs.Conversion 24.12 net462 version, nor did 25.5 and 25.5.1 have any issues with Word or Powerpoint…...SearchResultHandler 1 resultHandler, Boolean checkHost) at System.IO.Directory...[1], Boolean , ArrayList ) at .[1](String [1], Boolean , ArrayList...

    forum.groupdocs.com/t/groupdocs-conversion-netf...
  2. 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...
  3. 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...
  4. 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 .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...
  5. 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-...
  6. Enabling language information | GroupDocs

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