Sort Score
Result 10 results
Languages All
Labels All
Results 7,831 - 7,840 of 224,625 for

new

(0.13 sec)
  1. Reusing Style Objects|Documentation

    In Aspose.Cells for JavaScript via C++, you can simplify style management and improve code efficiency by creating and using reusable style objects. Our guide will help you leverage the advantages of reusable style objects and implement them in your application....Creating a new workbook (empty) const workbook = new Workbook ();...styles of both cells to Times New Roman const styleObject = workbook...

    docs.aspose.com/cells/javascript-cpp/reusing-st...
  2. 通过 C++ 使用 JavaScript 自动调整合并单元格行高|Documentation

    了解如何使用 Aspose.Cells for JavaScript 通过 C++ 为合并单元格自动调整行高。在电子表格中实现自动调整合并单元格的功能。...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Obtaining the...

    docs.aspose.com/cells/zh/javascript-cpp/autofit...
  3. ExportFontFormat enumeration | Aspose.Words for...

    Aspose.Words.Saving.ExportFontFormat enumeration. Indicates the format that is used to export fonts while rendering to HTML fixed format.... let doc = new aw . Document ( base . myDir...font.docx" ); let saveOptions = new aw . Saving . HtmlFixedSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 使用 Microsoft Word 文档作为邮件正文并发送电子邮件|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....MHTML Document wordDocument = new Document ( dataDir + "Test.doc"...ByteArrayOutputStrea mhtmlStream = new ByteArrayOutputStrea (); wordDocument...

    docs.aspose.com/email/zh/java/using-a-microsoft...
  5. How to create fillable PDF | Aspose.PDF

    Do you know how easily create a fillable PDF forms using C#? Create a fillable PDF forms with high quality using .NET PDF library....document Document pdfDocument = new Document ( dataDir + "TextField...textBoxField = new TextBoxField ( pdfDocument . Pages [ 1 ], new Aspose...

    products.aspose.com/pdf/tutorial/fillable-pdf/
  6. 档案

    档案...stream = new MemoryStream(byteArray); Document Document = new Document(stream);...Word 文件创建内存流 var outputStream = new MemoryStream(); Document.Save(outputStream...

    blog.aspose.com/zh/words/asp.net-mvc-word-edito...
  7. Performance Issue with Blank Page Removal Logic...

    We are currently using the property doc.ExtractPages(i, 1); to implement custom logic for removing blank pages from documents. However, we are facing a performance issue when processing large documents. The document con…...pages to keep and then create a new document with only the non-blank...blank pages: Document doc = new Document("input.docx"); DocumentBuilder...

    forum.aspose.com/t/performance-issue-with-blank...
  8. Identifying form fields names|Aspose.PDF for .NET

    Aspose.Pdf.Facades allows you identifying form fields names using Form Class....the position where to add the new text fields. In Aspose.Pdf.Facades...field and save the Pdf form with new name. // For complete examples...

    docs.aspose.com/pdf/net/identifying-form-fields...
  9. Index was outside the bounds of the array when ...

    Hello, I am updating the XMP metadata of a PSB file approximately 2.7GB in size. However, upon saving the file, I encountered the following error: “System.IndexOutOfRangeException: Index was outside the bounds of the ar…...the issue on opening of the new generated psb file is also fix...file try { var loadOptions = new PsdLoadOptions() { BufferSizeHint...

    forum.aspose.com/t/index-was-outside-the-bounds...
  10. Range.text property | Aspose.Words for Node.js

    Range.text property. Gets the text of the range....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

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