Sort Score
Result 10 results
Languages All
Labels All
Results 9,931 - 9,940 of 223,148 for

new

(1.15 sec)
  1. 从PDF中移除附件与JavaScript|Aspose.PDF for JavaScript ...

    Aspose.PDF可以从您的PDF文档中移除附件。使用JavaScript Web工具包通过Aspose.PDF来移除PDF文件中的附件。...( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/zh/javascript-cpp/removing-...
  2. Insert or Delete Rows in an Excel Worksheet wit...

    This article provides JavaScript code using C++ to insert and delete rows in an Excel worksheet....Contents [ Hide ] When creating a new worksheet or working with an...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/insert-or-...
  3. 使用 ImageOrPrintOptions 通过 JavaScript 和 C++ 从工作表...

    学习如何使用 Aspose.Cells for JavaScript 通过 C++ 从Excel工作表中提取图片并保存。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...ImageOrPrintOptions const printoption = new ImageOrPrintOptions (); // Specify...

    docs.aspose.com/cells/zh/javascript-cpp/extract...
  4. Change Cells Alignment and Keep Existing Format...

    Use the Aspose.Cells library to change cell alignment and preserve existing formatting in JavaScript via C++...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...style flag object const flag = new StyleFlag (); flag . alignments...

    docs.aspose.com/cells/javascript-cpp/change-cel...
  5. Copy Row Heights of Source Range to Destination...

    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....// Creating a new workbook const workbook = new Workbook (); //...destination range const opts = new PasteOptions (); opts . pasteType...

    docs.aspose.com/cells/javascript-cpp/copy-row-h...
  6. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the JavaScript API with C++ addons to determine if the paper size of a worksheet is set to automatic programmatically....uploaded files const wb1 = new Workbook ( new Uint8Array ( arrayBuffer1...arrayBuffer1 )); const wb2 = new Workbook ( new Uint8Array ( arrayBuffer2...

    docs.aspose.com/cells/javascript-cpp/determine-...
  7. Get Max Range In A Worksheet with JavaScript vi...

    This article describes how to get the max range, max data range, and max display range of Excel files using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/get-max-ra...
  8. ChartType | Aspose.Words for Java

    Specifies type of a chart in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...add("Series 1", categories, new double[]{76.6, 82.1, 91.6});...

    reference.aspose.com/words/java/com.aspose.word...
  9. Rotate PDF Pages Using C++|Aspose.PDF for C++

    This topic describes how to rotate the page orientation in an existing PDF file programmatically with C++....difference between // Old and new height. double newLLY = r ->...Fitting the Page Content to the New Page Orientation Please note...

    docs.aspose.com/pdf/cpp/rotate-pages/
  10. Implement Errors and Boolean Value in Russian o...

    Learn how to implement errors and boolean values in different languages using Aspose.Cells for JavaScript via C++....workbook const workbook = new Workbook ( new Uint8Array ( arrayBuffer...settings . globalizationSetting = new RussianGlobalization (); // Calculate...

    docs.aspose.com/cells/javascript-cpp/implement-...