Sort Score
Result 10 results
Languages All
Labels All
Results 2,461 - 2,470 of 7,337 for

boolean

(0.11 sec)
  1. Word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? -...

    word转pdf,如何提取word中的附件,将word和excel类型的附件也转成pdf? 转pdf的部分代码: private byte[] convertToPdf(Document document) throws Exception { try (ByteArrayOutputStream bos = new ByteArrayOutputStream()) { PdfSaveOpti…... */ private static boolean isExcel(String ext) { return...

    forum.aspose.com/t/word-pdf-word-word-excel-pdf...
  2. How to use GraphClient for Microsoft Graph|Docu...

    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....OAuthToken getAccessToken ( boolean ignoreExistingToken ) { //...

    docs.aspose.com/email/java/how-to-use-graphclie...
  3. Compatibility Enum | Aspose.Words for .NET

    Explore the Aspose.Words.Settings.Compatibility enum to unlock powerful compatibility options for seamless document processing and enhanced performance....static void AddOptionName ( Boolean option , String optionName...

    reference.aspose.com/words/net/aspose.words.set...
  4. Find Latin symbols in a font | C++ Solution

    C++ API Solution to manage fonts. Learn how if the font has Latin glyphs with a few lines of C++ code.... Declare a boolean variable latinText and initialize...

    products.aspose.com/font/cpp/detect-latin-symbols/
  5. FormField class | Aspose.Words for Node.js

    Aspose.Words.Fields.FormField class. Represents a single form field...isCheckBoxExactSize Gets or sets the boolean value that indicates whether...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. ImageSaveOptions class | Aspose.Words for Python

    aspose.words.saving.ImageSaveOptions class. Allows to specify additional options when rendering document pages or shapes to images...ript_fonts Gets or sets a boolean value indicating whether to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. 解析Excel表格列数异常 - Free Support Forum - aspose.com

    版本:23.8 编程语言:java 问题现象: 第二个sheet检测出来16000+列,实际没有这么多列 源文件: 2024.11-原材料栾(2.18铁选矿污泥清理) (1).xlsx.zip (287.6 KB) 测试代码: public static void main(String[] args) throws Exception{ FileInputStream fileInputStream = …...您可以使用 setCheckDataValid(boolean value) 来验证数据的有效性。 调试代码 :在您...

    forum.aspose.com/t/excel/310744
  8. Calendar Properties | Aspose.Tasks Documentation

    This page provides information about calendar properties related to managing projects using Aspose.Tasks for C# and other languages.... Boolean. Reading Fiscal Year Properties...

    docs.aspose.com/tasks/cpp/calendar-properties/
  9. Aspose::Words::Saving::OoxmlSaveOptions class |...

    Aspose::Words::Saving::OoxmlSaveOptions class. Can be used to specify additional options when saving a document into the Docx, Docm, Dotx, Dotm or FlatOpc format. To learn more, visit the documentation article in C++....c () const Gets or sets a boolean value indicating whether to...

    reference.aspose.com/words/cpp/aspose.words.sav...
  10. 使用合并文档时想要让字体保持一致但是不生效 - Free Support Forum - as...

    您好 我使用如下的代码进行文档的合并 关于字体的尝试我试了很多但是并不生效 public static Document addDocument(String key,Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings fontSettings = new FontSettings(); fontSe…...Document mainDoc,Document addDoc,Boolean isPortrait) { try{ FontSettings...

    forum.aspose.com/t/topic/312049