Sort Score
Result 10 results
Languages All
Labels All
Results 1,721 - 1,730 of 8,128 for

boolean

(0.22 sec)
  1. 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...
  2. Secure Presentations with Passwords in Java|Asp...

    Learn how to effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Java. Secure your presentations....pptx" ); try { boolean isEncrypted = presentation...Presentation ( "pres.pptx" ); try { boolean isEncrypted = presentation...

    docs.aspose.com/slides/java/password-protected-...
  3. Secure Presentations with Passwords on Android|...

    Effortlessly lock and unlock password-protected PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java. Secure your presentations....pptx" ); try { boolean isEncrypted = presentation...Presentation ( "pres.pptx" ); try { boolean isEncrypted = presentation...

    docs.aspose.com/slides/androidjava/password-pro...
  4. Save QR Codes|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....false , value = "download" ) boolean download , @ApiIgnore @Value...

    docs.aspose.com/barcode/java/1-2-3-saving-qr-code/
  5. 在 Android 上管理演示文稿超链接|Aspose.Slides 文档

    使用 Aspose.Slides for Android via Java,轻松管理 PowerPoint 和 OpenDocument 演示文稿中的超链接——在几分钟内提升交互性和工作流。...setHistory(boolean value) IHyperlink.setHighlightClick(boolean value)...IHyperlink.setStopSoundOnClick(boolean value) 以下代码片段展示了如何向幻灯片添加超链接并随后编辑其提示文字:...

    docs.aspose.com/slides/zh/androidjava/manage-hy...
  6. 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...
  7. 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...
  8. 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...
  9. 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...
  10. Working with Common Conditional Blocks in C#|As...

    Use common conditional blocks within paragraphs to represent the same data depending on a condition using C#.... You can combine multiple boolean checks using && (AND) and ||...

    docs.aspose.com/words/net/working-with-common-c...