Sort Score
Result 10 results
Languages All
Labels All
Results 2,571 - 2,580 of 8,166 for

boolean

(1.62 sec)
  1. PdfFormat A4 not fully supported? - Free Suppor...

    Hi, I use the convert API in Apose.PDF for Java to convert a PDF into various conformance levels. When I use any level except A4 then everything works. e.g. when I execute this method: pdfDocument.convert(os, PdfForm…... boolean isPDF2 = pdfDocument.getVersion()...

    forum.aspose.com/t/pdfformat-a4-not-fully-suppo...
  2. Convert EPS with Aspose.Page C++ API

    EPS to WMF conversion functionality offered by Aspose.Page API solution for C++ is explained and illustrated with the code snippets here....AdditionalFontsFolde and SuppressError boolean values. Call to save the PostScript...

    docs.aspose.com/page/cpp/convert/eps-to-png/
  3. How to add watermark text in cover page of word...

    Hi How to add a watermark to the cover page of a word document using Aspose Words API for Java. Now watermark text appears in all other pages and not in cover page. Following code is being used now Boolean watermarke…...Following code is being used now boolean watermarkedFile = false; String...

    forum.aspose.com/t/how-to-add-watermark-text-in...
  4. Hyphenation | Aspose.Words for Java

    Provides methods for working with hyphenation dictionaries in Java....g language) public static boolean isDictionaryRegister(String...java.lang.String Returns: boolean registerDictionary(String language...

    reference.aspose.com/words/java/com.aspose.word...
  5. 在 Exchange Server 上使用文件夹|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....referenceToRootFolde = { rootFolderInfo }; boolean outRefCondition0 = client ...referenceToFolderInf = { folderInfo }; boolean outRefCondition1 = client ...

    docs.aspose.com/email/zh/java/working-with-fold...
  6. ArcInfo Binary Grid

    The ArcInfo Binary Grid Format is a raster data format used in geographic information systems (GIS) to store and manage spatial data. It consists of a set of binary files that store geographic information in a grid format, where each cell represents a geographic location and contains a value or attribute. This format was developed by ESRI for their ArcInfo software and is still commonly used in GIS applications....integer, floating point, and boolean data. This allows for storing...

    products.aspose.com/gis/net/gis-formats/arcinfo...
  7. 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...
  8. 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...
  9. 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/
  10. 解析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