Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 8,117 for

boolean

(0.22 sec)
  1. CustomDocumentProperties | Aspose.Words for Java

    A collection of custom document properties in Java....Description add(String name, boolean value) Creates a new custom...property of the PropertyType.BOOLEAN data type. add(String name...

    reference.aspose.com/words/java/com.aspose.word...
  2. Story | Aspose.Words for Java

    Base class for elements that contain block-level nodes Paragraph and Table in Java.... deepClone(boolean isCloneChildren) Creates a...index, boolean isDeep) getChildNodes(int nodeType, boolean isDeep)...

    reference.aspose.com/words/java/com.aspose.word...
  3. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the JavaScript API via C++ to programmatically hide or show gridlines, row, and column headers of an Excel worksheet....isGridlinesVisible() is a Boolean property, which means that...isRowColumnHeadersVi() is a Boolean property, which means that...

    docs.aspose.com/cells/javascript-cpp/show-and-h...
  4. Working with Table-Column Conditional Blocks|As...

    Use table-column conditional blocks within single document table to represent the same data depending on a condition using Java....defining showRepresentatives , a Boolean value, and person and persons...<<else>> … <<endif>> . When the Boolean variable (e.g., showRepresentatives...

    docs.aspose.com/words/java/working-with-table-c...
  5. 检索单元格的值|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....code handles strings and // Booleans individually. For shared strings...shared string // table. For Booleans, the code converts the value...

    docs.aspose.com/cells/zh/net/retrieve-the-value...
  6. Public API Changes in Aspose.Email 6.1.0|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....to_PipeliningStatus(boolean mode) Method PipeliningStatus...Method PipeliningStatus.to_Boolean(PipeliningStatus status) Method...

    docs.aspose.com/email/java/public-api-changes-i...
  7. Change PDF Settings to Open in Adobe using Python

    Follow this guide to change PDF settings to open in Adobe using Python. It shares the IDE settings, steps, and code to change PDF viewing preferences using Python.... There are a few boolean flags that you may set to true...

    kb.aspose.com/pdf/python/change-pdf-settings-to...
  8. Configuring Fonts for Rendering|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....SetFontFolders methods accept a Boolean type second parameter. Passing...

    docs.aspose.com/diagram/net/configuring-fonts-f...
  9. How to Migrate to Aspose.Cells 7.0.0 or Higher|...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Boolean property getter methods in...

    docs.aspose.com/cells/java/how-to-migrate-to-as...
  10. Aspose.Words formula (A1>0)*(B1>0)*(A1+B1) calc...

    Aspose.Words calculates these formulas correctly: A1+B1 A1*B1 (A1>0) // returns 1 when not empty (B1>0) // returns 1 when not empty But fails when they get combined into one: (A1>0) * (B1>0) * (A1+B1) // should ret…...confirm it returns the expected boolean result. Check for Empty Values...

    forum.aspose.com/t/aspose-words-formula-a1-0-b1...