Sort Score
Result 10 results
Languages All
Labels All
Results 1,211 - 1,220 of 8,165 for

boolean

(0.39 sec)
  1. Check Page Autoexpand|Documentation

    This section explains how to check or change page is auto expand in a visio file with Aspose.Diagram....); // Get Page autoexpand boolean isAutoExpand = page . getPageSheet...

    docs.aspose.com/diagram/java/check-page-autoexp...
  2. Aspose.PSD for Java 20.4 - 发行说明|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....setFauxBold(boolean) M:com.aspose.psd.fileformats...text.ITextStyle.setFauxItalic(boolean) M:com.aspose.psd.fileformats...

    docs.aspose.com/psd/zh/java/aspose-psd-for-java...
  3. CompositeNode.isComposite property | Aspose.Wor...

    CompositeNode.isComposite property. Returns ``true`` as this node can have child nodes.... get isComposite () : boolean Examples Shows how to traverse...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Stroke.on property | Aspose.Words for Node.js

    Stroke.on property. Defines whether the path will be stroked.... get on () : boolean Remarks The default value for...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Aspose::Words::Loading::MarkdownLoadOptions::ge...

    Aspose::Words::Loading::MarkdownLoadOptions::get_PreserveEmptyLines method. Gets or sets a Boolean value indicating whether to preserve empty lines while load a Markdown document. The default value is false. Normally, empty lines between block-level elements in Markdown are ignored. Empty lines at the beginning and end of the document are also ignored. This option allows to import such empty lines in C++....nes method Gets or sets a boolean value indicating whether to...

    reference.aspose.com/words/cpp/aspose.words.loa...
  6. Aspose::Words::Replacing::FindReplaceOptions::g...

    Aspose::Words::Replacing::FindReplaceOptions::get_IgnoreShapes method. Gets or sets a Boolean value indicating either to ignore shapes within a text. The default value is false in C++....pes method Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/cpp/aspose.words.rep...
  7. Table.bidi property | Aspose.Words for Node.js

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

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocumentPartSavingArgs | Aspose.Words for Java

    Provides data for the IDocumentPartSavingCallback.documentPartSavingcom.aspose.words.DocumentPartSavingArgs callback in Java....value) setKeepDocumentPartS(boolean value) Specifies whether Aspose...getKeepDocumentPartS() public boolean getKeepDocumentPartS() Specifies...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::TextWatermarkOptions::get_IsSemi...

    Aspose::Words::TextWatermarkOptions::get_IsSemitrasparent method. Gets or sets a Boolean value which is responsible for opacity of the watermark. The default value is true in C++....ent method Gets or sets a boolean value which is responsible...

    reference.aspose.com/words/cpp/aspose.words/tex...
  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...