Sort Score
Result 10 results
Languages All
Labels All
Results 2,381 - 2,390 of 31,328 for

test

(2.4 sec)
  1. AttributeError: type object 'aspose.email.mapi....

    AttributeError: type object ‘aspose.email.mapi.MapiMessage’ has no attribute ‘from_file’ when loading the .msg file from aspose.email.mapi import MapiMessage msg = MapiMessage.from_file(“message.msg”)... Test the provided code snippet to...

    forum.aspose.com/t/attributeerror-type-object-a...
  2. Wrong retrieving of the isAlignmentApplied() fl...

    Hi, we’re experiencing an unexpected behavior when working with a custom cell style. Specifically, after setting the Right alignment on the custom style and then unchecking the “Alignment” checkbox from the custom styl…...attached a screenshot of the test we performed (you can see the...custom style through the UI. Test if cell.getStyle().isAlignmentApplied()...

    forum.aspose.com/t/wrong-retrieving-of-the-isal...
  3. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。...pfx" , certPassword , "test for sign" , new Date ()); dsc...( dst . getComments ()); // test for sign - OK console . log...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  4. Table borders with bigger border weight are ren...

    Hi, we are experiencing some issues while trying to convert pdf to pptx file using aspose.pdf library. Table borders with bigger border weight are rendered incorrectly in the exported pptx. Please find the pdf input atta…...1 KB) @Test void exportPPTX_tableBordersAreRende()...

    forum.aspose.com/t/table-borders-with-bigger-bo...
  5. 加密|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....value = "on" > < Report name = "Test" > < Password value = "12345"...

    docs.aspose.com/cells/zh/reportingservices/encr...
  6. Comparison of functionality and performance of ...

    Comparison of functionality and performance of Aspose.Cells for Go via C with Excelize, Tealeg/xlsx, and Go-OLE....✅ Yes Performance Comparison Test environment: Processor: 12th...via C: 25.9.0 Excelize: 1.4.1 Test scenario: a large file with...

    docs.aspose.com/cells/go-cpp/comparison-of-func...
  7. 用 JavaScript 通过 C++ 处理线程化评论|Documentation

    使用 C++ 脚本管理 Excel 文件中的线程化评论。学习添加、读取、编辑和删除线程化评论。... add ( "Aspose Test" , "" , "" ); const author =...addThreadedComment ( "A1" , "Test Threaded Comment" , author );...

    docs.aspose.com/cells/zh/javascript-cpp/threade...
  8. Manipulate custom properties of a 3D Scene|Docu...

    Developers can Add, retrieve, and remove custom properties of 3D objects. RemoveProperty, GetProperty, SetProperty members of 3D objects are a set of short-handed methods to manipulate customized properties of the object.... Save ( "test.fbx" , FileFormat . FBX7400ASCII...FBX7400ASCII ); scene . Save ( "test.gltf" , new GLTFSaveOptions ( FileFormat...

    docs.aspose.com/3d/net/manipulate-custom-proper...
  9. How to use insertBom parameter in the method Ba...

    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....= "PathToFolder" ; @Test public void test () throws IOException...

    docs.aspose.com/barcode/java/how-to-use-insert-...
  10. How to find and iterate list lead in and childr...

    Hi Team, I am trying to find and iterate lists in an word documents using aspose words python library. Current approach : I have tried iterating all paragraphs and filtering list items using is_list_item method. Furt…...Document("test.docx") for para in doc.get_child_nodes(aw...problem. I have attached a test document. test.docx (11.9 KB) alexey...

    forum.aspose.com/t/how-to-find-and-iterate-list...