Sort Score
Result 10 results
Languages All
Labels All
Results 5,891 - 5,900 of 225,584 for

new

(2.11 sec)
  1. Convert JSON to Excel with Node.js via C++|Docu...

    Learn how to convert JSON to Excel file with Aspose.Cells for Node.js via C++....a Workbook object const wb = new AsposeCells . Workbook ( filePath...loading the file. const options = new AsposeCells . JsonLoadOptions...

    docs.aspose.com/cells/nodejs-cpp/convert-json-t...
  2. DigitalSignatureCollection Class | Aspose.Words...

    Discover the Aspose.Words DigitalSignatureCollection class, offering easy access to a read-only collection of digital signatures for secure document management.... Document doc = new Document ( MyDir + "Digitally...filename. SignOptions signOptions = new SignOptions { SignTime = DateTime...

    reference.aspose.com/words/net/aspose.words.dig...
  3. Line Breaks and Text Wrapping|Documentation

    How to implement text wrapping and word wrap using the Aspose.Cells library in JavaScript via C++. By using the Aspose.Cells library, you can easily insert text in cells and set the text‑wrapping method, such as manual word wrap, word wrap, etc. This document details how to implement these features and provides sample code for your reference....No file selected – create a new workbook } let wb ; if ( fileInput...arrayBuffer (); wb = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/line-break...
  4. According to page size how to set the Bookmark ...

    For example: Zoom level: Fit Width, Document OriginalPDF = New Document();Page pdfPage = null; .....pdfPage = OriginalPDF.Pages[3]; pdfPage.CropBox.Height; pdfPage.MediaBox.Height; pdfPage.Rect.Hei…...Width, Document OriginalPDF = new Document(); Page pdfPage = null;...//open document Document doc = new Document(myDir + "input.pdf");...

    forum.aspose.com/t/according-to-page-size-how-t...
  5. Freeze Top Row(s) of Excel Worksheet with JavaS...

    In this article, you will learn how to freeze top rows of Excel worksheets programmatically using the JavaScript library with the C++ API....an existing file or create a new one. Freeze the first row with...arrayBuffer (); // Instantiate a new Workbook from the uploaded file...

    docs.aspose.com/cells/javascript-cpp/how-to-fre...
  6. 通过JavaScript使用C++插入来自Web地址的链接图片|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将Web地址中的链接图片插入到工作表中。...arrayBuffer (); var workbook = new Workbook ( new Uint8Array ( arrayBuffer...Otherwise create a new workbook var workbook = new Workbook (); }...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  7. How to use Aspose.CAD in Angular|CAD Documentation

    Use Aspose.CAD in Angular.... Start a new one and then the name of the...Visual Code or WebStorm: ng new angular-example Install Aspose...

    docs.aspose.com/cad/javascript-net/showcases/ho...
  8. Layout Slide|Aspose.Slides for Node.js via .NET...

    Master layout slides in Aspose.Slides for Node.js: choose, apply, and customize slide layouts, placeholders, and masters with examples for PPT, PPTX, and ODP presentations....addLayoutSlide () { let presentation = new aspose . slides . Presentation...accessLayoutSlide () { let presentation = new aspose . slides . Presentation...

    docs.aspose.com/slides/nodejs-java/examples/ele...
  9. Bookmark.Name | Aspose.Words for .NET

    Manage your bookmarks effortlessly with Bookmark Name. Easily set or update your bookmark names for better organization and quick access....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/boo...
  10. Add a page break in excel at end of each page i...

    Hello, I am working on a Project to convert excel files to pdf with Aspose.Cells version 25.6. Currently I am using below code for conversion: final PageSetup pgSetup = curSheet.getPageSetup(); if (pgSetup != null && …...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...PdfSaveOptions saveOptions = new PdfSaveOptions(); saveOptions...

    forum.aspose.com/t/add-a-page-break-in-excel-at...