Sort Score
Result 10 results
Languages All
Labels All
Results 7,621 - 7,630 of 213,116 for

new

(0.09 sec)
  1. Convert Excel to HTML with tooltip using JavaSc...

    Learn how to convert Excel files to HTML format with tooltips for complete text display using Aspose.Cells for JavaScript via C++....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...tooltip text const options = new HtmlSaveOptions (); options ...

    docs.aspose.com/cells/javascript-cpp/convert-ex...
  2. 释放工作簿的未托管资源(JavaScript通过C++)|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++释放Workbook对象的未托管资源。...links const workbook = new Workbook ( new Uint8Array ( arrayBuffer...workbook object const wb1 = new Workbook (); // Call Dispose...

    docs.aspose.com/cells/zh/javascript-cpp/release...
  3. HtmlSaveOptions.exportTocPageNumbers property |...

    HtmlSaveOptions.exportTocPageNumbers property. Specifies whether to write page numbers to table of contents when saving HTML, MHTML and EPUB...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...entry intact. let options = new aw . Saving . HtmlSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Node.NodeType | Aspose.Words for .NET

    Discover the Node NodeType property to easily identify node types in your application, enhancing your development efficiency and code clarity.... Document doc = new Document ( MyDir + "Paragraphs...composite node. Document doc = new Document ( MyDir + "Tables.docx"...

    reference.aspose.com/words/net/aspose.words/nod...
  5. CellMerge | Aspose.Words for Java

    Specifies how a cell in a table is merged with other cells in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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....handled BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...number BarcodeGenerator gen = new BarcodeGenerator ( EncodeTypes...

    docs.aspose.com/barcode/java/developer-guide/ba...
  7. Manage Email Attachments and Embedded Objects i...

    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....MailMessage class var eml = new MailMessage { From = "sender@from...attachment var attachment = new Attachment ( "1.txt" ); // Add...

    docs.aspose.com/email/net/manage-email-attachme...
  8. Source | Aspose.Words for .NET

    Effortlessly create a New Source class instance with our constructor. Simplify your coding process and enhance your project's efficiency today!...Source constructor Initialize a new instance of the Source class...document. Document document = new Document ( MyDir + "Bibliography...

    reference.aspose.com/words/net/aspose.words.bib...
  9. Specifying DBNum Custom Pattern Formatting|Docu...

    Aspose.Cells is a library for JavaScript via C++ that supports formatting dates and numbers using custom formatting patterns. This article shows how to specify the 'dbnum' custom format pattern for better control over number display....arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...arrayBuffer )); } else { workbook = new Workbook (); } // Access the...

    docs.aspose.com/cells/javascript-cpp/specifying...
  10. Find Cells with Specific Style|Documentation

    Learn how to find or search cells with a particular style applied through the Aspose.Cells for JavaScript via C++ API....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...for searching const options = new FindOptions (); options . style...

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