Sort Score
Result 10 results
Languages All
Labels All
Results 7,311 - 7,320 of 222,937 for

new

(0.12 sec)
  1. 用 via JavaScript 将工作表或图表导出为具有所需宽度和高度的图片|Documen...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 将工作表或图表导出为具有特定宽度和高度的图片。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...dimensions 400x400 const opts = new ImageOrPrintOptions (); opts...

    docs.aspose.com/cells/zh/javascript-cpp/export-...
  2. Add Word Art Text with Built-in Styles using Ja...

    Learn to add Word Art Text with Built-in Styles using Aspose.Cells for JavaScript via C++. Create visually appealing text in Excel using built-in styles....selected, create a new workbook var workbook = new Workbook (); }...arrayBuffer (); var workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/add-word-a...
  3. Need guidance on how to achieve merged cells wi...

    Hi, we want to achieve the following layout with merged cells using smart markers only. I have attached data, template, output, and expected output in the attachment. Could you please guide us on how this can be achieved…...workbook = new Workbook("template.xlsx"); // Create a new worksheet...List<Data> dataList = new ArrayList<>(); dataList.add(new Data("Merged...

    forum.aspose.com/t/need-guidance-on-how-to-achi...
  4. Collect files to CPIO and compress in C# | Aspo...

    Examples of using a C# library to compose and compress *.cpio...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/zip/net/cpio-archiving/
  5. BookmarksOutlineLevelCollection | Aspose.Words ...

    A collection of individual bookmarks outline level in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...PdfSaveOptions pdfSaveOptions = new PdfSaveOptions(); BookmarksOutlineLeve...

    reference.aspose.com/words/java/com.aspose.word...
  6. 使用 JavaScript 通过 C++ 管理范围|Documentation

    学习如何用 C++ 版的 Script 管理 Excel 中的范围。创建范围,设置值、样式,执行各种操作。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/managin...
  7. Read a Task's Timephased Data in Ruby | Aspose....

    Learn how to read Microsoft Project (MPP/XML) task timephased data using Aspose.Tasks Java for Ruby....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/read-a-task-s-timeph...
  8. Put email in PST with different bodies - Free S...

    Is it possible to create a message in a PST that has different plain body and html body content? For example, HTML body might be “The HTML body” and the plain body might be “The plain body”...Pst; // Create a new instance of MailMessage MailMessage...MailMessage mailMessage = new MailMessage(); // Set the sender and...

    forum.aspose.com/t/put-email-in-pst-with-differ...
  9. Split Table in Node.js|Aspose.Words for Node.js

    Split table in Node.js. How to split one table into two separate tables Python....from the original table to the new one. To do this, we need to pick...children ( clone(false) ) so the new table starts empty; the rows...

    docs.aspose.com/words/nodejs-net/split-table/
  10. Set DefaultFont property of PdfSaveOptions and ...

    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....ImageOrPrintOptions to “Times New Roman”. We also set the chec...is rendered with the “Times New Roman” font and does not use...

    docs.aspose.com/cells/python-net/set-defaultfon...