Sort Score
Result 10 results
Languages All
Labels All
Results 6,621 - 6,630 of 213,190 for

new

(0.2 sec)
  1. 插入和删除Excel文件的行和列|Documentation

    本文介绍如何通过Aspose.Cells for JavaScript通过C++ API插入和删除行与列。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...Excel97To2003 ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/zh/javascript-cpp/inserti...
  2. 使用JavaScript通过C++管理Excel图表的图例|Documentation

    了解如何使用Aspose.Cells for JavaScript通过C++高效利用和自定义Microsoft Excel中的图例。我们的全面指南解释了图例的功能、如何访问和修改它,以及如何通过图例改善可视化和数据理解。...) { // No file selected - a new workbook will be created } let...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/zh/javascript-cpp/chart-l...
  3. Handling Critical and Effort-Driven Tasks | Asp...

    This guide explains how to manage critical and effort-driven tasks using Aspose.Tasks for PHP....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/handling-critical-an...
  4. CellFormat.orientation property | Aspose.Words ...

    CellFormat.orientation property. Returns or sets the orientation of text in a table cell....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...the current cell, // and any new cells that we create with the...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. Public API Changes in Aspose.Diagram 17.01|Docu...

    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.... It includes not only new and updated public methods, but...a VSD file Diagram diagram = new Diagram ( dataDir + "Drawing1...

    docs.aspose.com/diagram/net/public-api-changes-...
  6. Defining the whitelist of characters|Documentation

    How to limit the set of characters Aspose.OCR engine will look for.... AsposeOCR api = new AsposeOCR (); RecognitionSettings...RecognitionSettings recognitionSettings = new RecognitionSettings (); recognitionSettings...

    docs.aspose.com/ocr/java/characters-whitelist/
  7. Customize Pie Charts in Presentations on Androi...

    Learn how to create and customize pie charts in Java with Aspose.Slides for Android, exportable to PowerPoint, boosting your data storytelling in seconds....Presentation class Presentation pres = new Presentation (); try { // Add...and categories. Add new categories. Add new series. Write the modified...

    docs.aspose.com/slides/androidjava/pie-chart/
  8. 计算小计|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....Workbook object Workbook workbook = new Workbook ( "../../data/test.xlsx"...i.e.., B3:C19 CellArea ca = new CellArea (); ca . StartRow =...

    docs.aspose.com/cells/zh/net/calculate-sub-totals/
  9. PdfSaveOptions.zoomBehavior property | Aspose.W...

    PdfSaveOptions.zoomBehavior property. Gets or sets a value determining what type of zoom should be applied when a document is opened with a PDF viewer....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...value of 25%. let options = new aw . Saving . PdfSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. DetectAreasMode.TABLE|Documentation

    How Aspose.OCR determines the structure of a document using the DetectAreasMode.TABLE algorithm....AsposeOcr recognitionEngine = new Aspose . OCR . AsposeOcr ();...Aspose . OCR . OcrInput input = new Aspose . OCR . OcrInput ( Aspose...

    docs.aspose.com/ocr/net/areas-detection/table/