Sort Score
Result 10 results
Languages All
Labels All
Results 1,041 - 1,050 of 6,815 for

boolean

(0.03 sec)
  1. How to get the following values and what they m...

    Hi team, I would like to know how to parse the below details in Java and what the numbers mean when i get the same for the below: Flags Categories Priority Mail Read Status and Unread status Below is the code which i …...getFlags(); boolean isRead = (flags & 1) != 0; boolean hasAttachments...status can be determined using: boolean isRead = (msg.getFlags() &...

    forum.aspose.com/t/how-to-get-the-following-val...
  2. Table.allowOverlap property | Aspose.Words for ...

    Table.allowOverlap property. Gets whether a floating table shall allow other floating objects in the document to overlap its extents when displayed... get allowOverlap () : boolean Examples Shows how to work...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. FindReplaceOptions.IgnoreShapes | Aspose.Words ...

    Discover the IgnoreShapes property of FindReplaceOptions. Control shape inclusion in text processing with this essential Boolean setting for improved accuracy....IgnoreShapes property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/net/aspose.words.rep...
  4. DocumentBuilder.insertHyperlink method | Aspose...

    DocumentBuilder.insertHyperlink method. Inserts a hyperlink into the document....urlOrBookmark : string , isBookmark : boolean ) Parameter Type Description...end of the url. isBookmark boolean true if the previous parameter...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...get_Item(1); boolean isLandscape = page.getPageInfo()...pdfDocument.getPages().get_Item(1); boolean isLandscape = page.getPageInfo()...

    forum.aspose.com/t/pdf-base64image/315504
  6. FindReplaceOptions.ignore_shapes property | Asp...

    FindReplaceOptions.ignore_shapes property. Gets or sets a Boolean value indicating either to ignore shapes within a text....ignore_shapes property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/python-net/aspose.wo...
  7. Formula Expressions | Aspose.Tasks Documentation

    This document provides guidance on working with formula expressions using Aspose.Tasks for C++.... Number fields, DateTime, Boolean and Project Fields such as...with ❤ by GitHub Formula With Boolean Values Copy 1 System ::SharedPtr...

    docs.aspose.com/tasks/cpp/formula-expressions/
  8. Detect if Worksheet is Password Protected|Docum...

    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 type Protection.isProtectedWithPassw...

    docs.aspose.com/cells/java/detect-if-worksheet-...
  9. LoadOptions.preserveIncludePictureField propert...

    LoadOptions.preserveIncludePictureField property. Gets or sets whether to preserve the INCLUDEPICTURE field when reading Microsoft Word formats...preserveIncludePictu () : boolean Remarks By default, the INCLUDEPICTURE...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. RevisionOptions | Aspose.Words for Java

    Allows to control how document revisions are handled during layout process in Java.... setShowOriginalRevis(boolean value) Allows to specify whether...revised one. setShowRevisionBars(boolean value) Allows to specify whether...

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