Sort Score
Result 10 results
Languages All
Labels All
Results 1,061 - 1,070 of 6,843 for

boolean

(0.09 sec)
  1. JsonDataLoadOptions class | Aspose.Words for Py...

    aspose.words.reporting.JsonDataLoadOptions class. Represents options for parsing JSON data...JSON simple values (null, boolean, number, integer, and string)...

    reference.aspose.com/words/python-net/aspose.wo...
  2. Public API Changes in Aspose.Email 4.1.0|Docume...

    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....format( MailMessage message, Boolean writeCompleteEmailAd) method...

    docs.aspose.com/email/java/public-api-changes-i...
  3. PdfSaveOptions.createNoteHyperlinks property | ...

    PdfSaveOptions.createNoteHyperlinks property. Specifies whether to convert footnote/endnote references in main text story into active hyperlinks...createNoteHyperlinks () : boolean Examples Shows how to make...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. HtmlSaveOptions.replaceBackslashWithYenSign pro...

    HtmlSaveOptions.replaceBackslashWithYenSign property. Specifies whether backslash characters should be replaced with yen signs...replaceBackslashWith () : boolean Remarks By default, Aspose...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Hello World Java 示例|Aspose.PDF for Android via ...

    本页展示如何使用简单的编程创建包含文本 - Hello World 的 PDF 文档,使用 Aspose.PDF for Android。...filename ); } } private static boolean isExternalStorageRea () { String...extStorageState ); } private static boolean isExternalStorageAva () { String...

    docs.aspose.com/pdf/zh/androidjava/hello-world-...
  6. TextWatermarkOptions.IsSemitrasparent | Aspose....

    Discover the TextWatermarkOptions IsSemitransparent property—control watermark opacity easily. Enhance your designs with customizable transparency settings!...IsSemitrasparent property Gets or sets a boolean value which is responsible...

    reference.aspose.com/words/net/aspose.words/tex...
  7. FindReplaceOptions.IgnoreFieldCodes | Aspose.Wo...

    Discover the FindReplaceOptions IgnoreFieldCodes property to easily manage text in field codes. Control visibility with a simple Boolean setting!...IgnoreFieldCodes property Gets or sets a boolean value indicating either to...

    reference.aspose.com/words/net/aspose.words.rep...
  8. 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...
  9. 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...
  10. 请教,如何在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