Sort Score
Result 10 results
Languages All
Labels All
Results 2,581 - 2,590 of 8,129 for

boolean

(0.28 sec)
  1. 使用 IMAP 服务器的邮件|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.... boolean getGmExt1Supported - 获取是否支持...获取是否支持 Gmail X-GM-EXT-1 扩展的信息。 boolean getThreadSupported - 获取是否支持...

    docs.aspose.com/email/zh/java/working-with-mess...
  2. Extract Selected Content Between Nodes in Java|...

    Extracting document content in different using Java.... You must also pass a boolean parameter which states whether...ExtractContent(Node startNode, Node endNode, boolean isInclusive) helper. The method...

    docs.aspose.com/words/java/extract-selected-con...
  3. Bookmark | Aspose.Words for Java

    Represents a single bookmark in Java.... isColumn() public boolean isColumn() Returns true if...getText().trim()); } } } Returns: boolean - true if this bookmark is...

    reference.aspose.com/words/java/com.aspose.word...
  4. Pen | Aspose.PSD for Java API Reference

    Defines an object used to draw lines curves and figures....equals(Object arg0) public boolean equals(Object arg0) Parameters:...java.lang.Object Returns: boolean getAlignment() public int getAlignment()...

    reference.aspose.com/psd/java/com.aspose.psd/pen/
  5. 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...
  6. Working with Charts in Java|Aspose.Words for Java

    Introduction to Chart feature, how to create and manipulate charts using Java....setHidden(boolean) property. chart.getAxisY()...

    docs.aspose.com/words/java/working-with-charts/
  7. Working with Images in Python|Aspose.Words for ...

    Create and manage images of various formats in a document using Python....has_image boolean property. Extract image data...

    docs.aspose.com/words/python-net/working-with-i...
  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. Unable to extract javaScript actions from PDF -...

    Hi There, We were able to retrieve the JavaScript from a PDF using the code snippet below, and it used to work perfectly. However, recently we encountered an issue: when processing multiple files together, their PDF con…...CleaningResponse response, Boolean shouldExtract) { Long startTime...CleaningResponse response, Boolean shouldExtract) { List<JavascriptAction>...

    forum.aspose.com/t/unable-to-extract-javascript...