Sort Score
Result 10 results
Languages All
Labels All
Results 9,401 - 9,410 of 216,920 for

new

(0.22 sec)
  1. 如何在 React 中使用 Aspose.CAD|CAD Documentation

    在 React 中使用 Aspose.CAD..., function() { var reader = new FileReader(); reader.onload =...result; // @ts-ignore var array = new Uint8Array(arrayBuffer); // 加载...

    docs.aspose.com/cad/zh/javascript-net/showcases...
  2. 用JavaScript通过C++设置预设的WordArt样式到形状的文本|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将预设的WordArt样式设置到形状的文本...Create a new workbook (original JavaScript code created a new Workbook...reading a file) const workbook = new Workbook (); // Access first...

    docs.aspose.com/cells/zh/javascript-cpp/set-pre...
  3. 使用JavaScript通过C++更改HTML链接目标类型|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++更改HTML链接目标类型,控制HTML链接中的target属性。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...link target type const opts = new HtmlSaveOptions (); opts . linkTargetType...

    docs.aspose.com/cells/zh/javascript-cpp/change-...
  4. CustomXmlPartCollection.add method | Aspose.Wor...

    Aspose.Words.Markup.CustomXmlPartCollection.add method... add(id, xml) Creates a new XML part with the specified XML...Description id string Identifier of a new custom XML part. xml string XML...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. MappedDataFieldCollection.Count | Aspose.Words ...

    Discover the MappedDataFieldCollection Count property, which efficiently reveals the total number of elements in your data collection for optimized management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. Optimize PDF Resources using JavaScript via C++...

    Optimize Resources of PDF files for fast web-view using JavaScript tool....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/optimize-pdf...
  7. Generate Conditional Formatting DataBars Images...

    Aspose.Cells is a JavaScript library for working with spreadsheet files. It supports the generation of conditionally formatted data bars and images, allowing users to customize the display of the spreadsheet based on the value of the cells. This article introduces how to use the Aspose.Cells library to generate conditionally formatted data bars and images....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...or print options const opts = new AsposeCells . ImageOrPrintOptions...

    docs.aspose.com/cells/javascript-cpp/generate-c...
  8. Add Header and Footer to PDF via JavaScript via...

    Aspose.PDF for JavaScript via C++ allows you to add headers and footers to your PDF file using AsposePdfAddTextHeaderFooter....( e ) { const file_reader = new FileReader (); file_reader ....Worker*/ const AsposePDFWebWorker = new Worker ( "AsposePDFforJS.js"...

    docs.aspose.com/pdf/javascript-cpp/add-headers-...
  9. Export XSLFO to PPS in Android | products.aspos...

    Android API to Convert XSLFO to PPS without using Microsoft Word...Document class Document document = new Document ( "template.xslfo" );...Presentation presentation = new Presentation ( "PptxOutput.pptx"...

    products.aspose.com/total/android-java/conversi...
  10. Opening and Saving a PPTM File in C# Throws a N...

    Hi Team, Attached a simple .net8 console app project with a pptm file. In this project with this pptm a simple open and save action throws Unhandled exception. System.NullReferenceException: Object reference not set …...while loading var loadOpts = new LoadOptions { LoadFontFallback...LoadFontFallback = true }; var pres = new Presentation("input.pptm", loadOpts);...

    forum.aspose.com/t/opening-and-saving-a-pptm-fi...