Sort Score
Result 10 results
Languages All
Labels All
Results 1,921 - 1,930 of 8,633 for

boolean

(0.75 sec)
  1. Mht files to pdf - Free Support Forum - aspose.com

    Hi Aspose Support Team, I’m using Aspose.Words for Java (version 24.3-jdk17) to convert MHT files (Microsoft Word HTML Archive format) to PDF. While the conversion works for the main document, the body, headers and foot…...get(0); boolean hasHeader = firstSection.getHeadersFooters()...

    forum.aspose.com/t/mht-files-to-pdf/327883
  2. 数学文本|Aspose.Slides 文档

    了解 Aspose.Slides for Android 的 MathematicalText 示例:使用 Java 在 PPT、PPTX 和 ODP 演示文稿中创建和格式化公式、分数、矩阵和符号。...= null ) { boolean hasMath = false ; for ( IParagraph...

    docs.aspose.com/slides/zh/androidjava/examples/...
  3. 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...
  4. How to Extract Content Between Document Nodes|A...

    Extracting document content in different using C#.... You must also pass a boolean parameter which states whether...extracted content? A: Pass a Boolean value to the IsInclusive parameter...

    docs.aspose.com/words/net/how-to-extract-select...
  5. 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...
  6. 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...
  7. 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...
  8. 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...
  9. 在 Android 上管理 PowerPoint 演示文稿中的 SmartArt|Aspose...

    了解如何使用 Aspose.Slides for Android,通过清晰的 Java 代码示例来构建和编辑 PowerPoint SmartArt,从而加快幻灯片设计和自动化。...addNode (); // 检查 isHidden 属性 boolean hidden = node . isHidden ();...smart . setReversed ( true ); boolean flag = smart . isReversed ();...

    docs.aspose.com/slides/zh/androidjava/manage-sm...
  10. Convert PostScript using API for Java

    PS to TIFF conversion functionality included in Aspose.Page API solution for Java is explained and illustrated with the code snippets here....minor errors set this flag boolean suppressErrors = true; //Initialize...minor errors set this flag boolean suppressErrors = true; //Initialize...

    docs.aspose.com/page/java/convert-ps/