Sort Score
Result 10 results
Languages All
Labels All
Results 9,141 - 9,150 of 216,907 for

new

(0.4 sec)
  1. Export Range of Cells in a Worksheet to Image w...

    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.... const workbook = new Workbook ( new Uint8Array ( arrayBuffer...image options const options = new ImageOrPrintOptions (); options...

    docs.aspose.com/cells/javascript-cpp/export-ran...
  2. WebExtensionReference Class | Aspose.Words for ...

    Discover the Aspose.Words.WebExtensionReference class, your key to managing web extensions with ease. Identify providers and versions effortlessly!... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  3. PDF Stamping in C++: Text, Image, and Page Opti...

    Add stamps: text, image or page - to PDF programmatically with C++ sample code using Aspose.PDF for C++....Create or add new Text Stamp to page Create or add new Image Stamp...Stamp to page Create or add new Page Stamp to PDF How to add Stamps...

    products.aspose.com/pdf/cpp/stamps/
  4. 在单元格内添加 HTML 富文本|Documentation

    学习如何通过 Aspose.Cells for JavaScript 通过 C++ API 在单元格内添加 HTML 富文本。...open it; otherwise create a new workbook if ( fileInput . files...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/adding-...
  5. 使用JavaScript通过C++将工作表渲染到图形上下文|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript将工作表渲染到图形上下文,包括渲染到图像文件、屏幕和打印机。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...buffer options const bmpOptions = new ImageOrPrintOptions (); bmpOptions...

    docs.aspose.com/cells/zh/javascript-cpp/render-...
  6. 使用C++的JavaScript生成工作表缩略图|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript从工作表生成缩略图图像。在文档和演示中创建用于预览的小图像。...uploaded file const book = new Workbook ( new Uint8Array ( arrayBuffer...ImageOrPrintOptions const imgOptions = new ImageOrPrintOptions (); // Specify...

    docs.aspose.com/cells/zh/javascript-cpp/generat...
  7. 标题和正文主题字体|Documentation

    Aspose.Cells 是一个通过 C++ 的 JavaScript 库,用于操作电子表格文件。它支持在 Excel 文档中设置标题和正文的主题字体,让用户可以自定义文档的外观和样式。本文将介绍如何使用 Aspose.Cells 库操作 Excel 文档中的标题和正文主题字体。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/heading...
  8. Working with Appointments|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....format as well as to create a new appointment and save it to a...appointment . save ( "fileName.ics" , new AppointmentIcsSaveOp ()); appointment...

    docs.aspose.com/email/java/working-with-appoint...
  9. ControlChar.FIELD_START_CHAR property | Aspose....

    ControlChar.FIELD_START_CHAR property. Start of MS Word field character: (char)19....' ) # Add a new line and starts a new paragraph. self ....paragraph break, which will start a new paragraph. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...
  10. ControlChar.CELL property | Aspose.Words for Py...

    ControlChar.CELL property. End of a table cell or end of a table row character: \x0007 or \a....' ) # Add a new line and starts a new paragraph. self ....paragraph break, which will start a new paragraph. builder . write (...

    reference.aspose.com/words/python-net/aspose.wo...