Sort Score
Result 10 results
Languages All
Labels All
Results 2,141 - 2,150 of 5,401 for

boolean

(0.04 sec)
  1. 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/
  2. 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...
  3. Convert JSON Format to RTF via C++ | products.a...

    C++ API t0 Parse JSON to RTF without using Microsoft Word...which can be a string, number, boolean, null, object, or array. This...

    products.aspose.com/total/cpp/conversion/json-t...
  4. Convert JSON Format to DXF via Java | products....

    Parse JSON to DXF in Java without using Microsoft PowerPoint...which can be a string, number, boolean, null, object, or array. This...

    products.aspose.com/total/java/conversion/json-...
  5. Convert JSON Format to ODT via Java | products....

    Parse JSON to ODT in Java without using Microsoft Word...which can be a string, number, boolean, null, object, or array. This...

    products.aspose.com/total/java/conversion/json-...
  6. 解析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
  7. 使用合并文档时想要让字体保持一致但是不生效 - 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
  8. Convert PostScript with Aspose.Page C++ API

    PS to BMP conversion functionality included in Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....AdditionalFontsFolde and SuppressError boolean values. Call to save PostScript...

    docs.aspose.com/page/cpp/convert-ps/
  9. Layer group export image error:The rectangle ha...

    我使用的是psd-java,当我把图层组导出为png的时候报错。这是我的代码: for (Layer layer : psdImage.getLayers()) { if (layer instanceof LayerGroup) { count++; LayerGroup layerGroup = (LayerGroup) layer; System.out.println("画板名称: " + laye…...width = 0; int height = 0; boolean isFirstSmartObject = true;...

    forum.aspose.com/t/layer-group-export-image-err...
  10. RunCollection | Aspose.Words for Java

    Provides typed access to a collection of Run nodes in Java....contains(Node node) public boolean contains(Node node) Determines...The node to locate. Returns: boolean - true if item is found in...

    reference.aspose.com/words/java/com.aspose.word...