Sort Score
Result 10 results
Languages All
Labels All
Results 9,091 - 9,100 of 213,191 for

new

(0.62 sec)
  1. Calculate Page Setup Scaling Factor with Node.j...

    This article provides sample code explaining how to use the Node.js API with C++ to calculate the page‑setup scaling factor using the **Fit to n page(s) wide by m tall** option of an Excel worksheet programmatically....external links const workbook = new AsposeCells . Workbook ( filePath...const sr = new AsposeCells . SheetRender ( worksheet , new AsposeCells...

    docs.aspose.com/cells/nodejs-cpp/calculate-page...
  2. Read Barcodes with Unicode Encodings|Documentation

    This article describes how to decode barcodes with Unicode encoding...using ( BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...using ( BarCodeReader read = new BarCodeReader ( $"{path}QRDetectEncoding...

    docs.aspose.com/barcode/net/read-unicode-encodi...
  3. SignatureLine.Instructions | Aspose.Words for .NET

    Discover how to customize signer instructions with the SignatureLine property. Enhance the signing experience by adding clear, personalized guidance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...SignatureLineOptions options = new SignatureLineOptions { AllowComments...

    reference.aspose.com/words/net/aspose.words.dra...
  4. Metered Licensing|Documentation

    Developers can use the Java Image Processing Library API to apply a metered key, which is a New licencing mechanism.... It is a new licensing mechanism. The new licensing mechanism...

    docs.aspose.com/imaging/java/metered-licensing/
  5. MappedDataFieldCollection.Clear | Aspose.Words ...

    Effortlessly clear your MappedDataFieldCollection with our Clear method, instantly removing all elements for streamlined data management....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder... () { DataTable dataTable = new DataTable ( "MyTable" ); dataTable...

    reference.aspose.com/words/net/aspose.words.mai...
  6. 使用 JavaScript via C++ 计算 Excel 2016 的 MINIFS 和 ...

    本文介绍如何使用 Aspose.Cells 库在 JavaScript via C++ 中计算 Microsoft Excel 2016 的 MINIFS 和 MAXIFS 函数。加载已有的 Excel 文件或创建新文件,然后使用 Aspose.Cells 方法计算这些函数并将结果保存到磁盘。...functions const workbook = new Workbook ( new Uint8Array ( arrayBuffer...in pdf format const options = new PdfSaveOptions (); options ....

    docs.aspose.com/cells/zh/javascript-cpp/calcula...
  7. Export print area range to HTML with JavaScript...

    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....stream const workbook = new Workbook ( new Uint8Array ( arrayBuffer...HtmlSaveOptions const options = new AsposeCells . HtmlSaveOptions...

    docs.aspose.com/cells/javascript-cpp/export-pri...
  8. 用JavaScript通过C++在PDF中嵌入附件|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++在PDF中嵌入Ole对象作为附件。...file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...attachment. const pdfSaveOptions = new PdfSaveOptions (); pdfSaveOptions...

    docs.aspose.com/cells/zh/javascript-cpp/embed-a...
  9. 在从HTML导入时避免大数字的指数表示|Documentation

    学习如何在使用Aspose.Cells for JavaScript通过C++导入HTML时防止大数字被转换为指数形式。...byte array const byteArray = new TextEncoder (). encode ( html...precision true const loadOptions = new HtmlLoadOptions ( LoadFormat...

    docs.aspose.com/cells/zh/javascript-cpp/avoid-e...
  10. TableStyleOptions enumeration | Aspose.Words fo...

    Aspose.Words.Tables.TableStyleOptions enumeration. Specifies how table style is applied to a table....build a new table while applying a style. let doc = new aw . Document...Document (); let builder = new aw . DocumentBuilder ( doc ); let...

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