Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 8,630 for

boolean

(0.09 sec)
  1. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... get bidi () : boolean Remarks When true , the runs...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. FieldAdvance | Aspose.Words for Java

    Implements the ADVANCE field in Java.... getFieldCode(boolean includeChildFieldCod) Returns...made to the document. isDirty(boolean value) Sets whether the current...

    reference.aspose.com/words/java/com.aspose.word...
  3. FindReplaceOptions.legacy_mode property | Aspos...

    FindReplaceOptions.legacy_mode property. Gets or sets a Boolean value indicating that old find/replace algorithm is used....legacy_mode property Gets or sets a boolean value indicating that old find/replace...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Font.subscript property | Aspose.Words for Node.js

    Font.subscript property. True if the font is formatted as subscript.... get subscript () : boolean Examples Shows how to format...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. FindReplaceOptions.ignore_structured_document_t...

    FindReplaceOptions.ignore_structured_document_tags property. Gets or sets a Boolean value indicating either to ignore content of [StructuredDocumentTag](../../../aspose.words.markup/structureddocumenttag/)...s property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Show and Hide Worksheets and Tabs|Documentation

    This article provides sample code for using the Aspose.Cells for Python via .NET API to programmatically display and hide an Excel worksheet, as well as how to show and hide Excel workbook tabs.... is_visible is a Boolean property, which means that...WorkbookSettings.show_tabs is a Boolean property, which means that...

    docs.aspose.com/cells/python-net/show-and-hide-...
  7. Public API Changes in Aspose.Imaging 3.0.2|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....useJavaFontEngine(boolean) Method com.aspose.imaging...

    docs.aspose.com/imaging/java/public-api-changes...
  8. 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...
  9. Keep Separators for Blank Rows while exporting ...

    Keep Separators for Blank Rows while exporting spreadsheets to CSV format by using Aspose.Cells for Python via .NET API....keep_separators_for_blank_row is a boolean property. To keep the separators...

    docs.aspose.com/cells/python-net/keep-separator...
  10. 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...