Sort Score
Result 10 results
Languages All
Labels All
Results 8,921 - 8,930 of 213,190 for

new

(0.19 sec)
  1. Tables and Ranges with JavaScript via C++|Docum...

    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....file const workbook = new Workbook ( new Uint8Array ( arrayBuffer...SaveFormat . Xlsx ); const blob = new Blob ([ outputData ]); const...

    docs.aspose.com/cells/javascript-cpp/tables-and...
  2. How to load fonts? | Aspose.Font for .NET

    Here is described how to load fonts with .NET. You will learn the objects, parameters, methods required for this, and get examples of loading....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/font/net/how-to-load-fonts/
  3. 使用 Node.js 及 C++ 加载具有特定系统文化信息的工作簿|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....readable stream const inputStream = new Readable (); inputStream . _read...end of stream const culture = new Intl . NumberFormat ( "en-GB"...

    docs.aspose.com/cells/zh/nodejs-cpp/load-the-wo...
  4. Merge EPS files to PDF using .NET

    Merger EPS functionality of Aspose.Page API solution for .NET allows you to combine several EPS files into a single PDF document....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/merge/eps/
  5. Creating an Outlook Contact|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...._Application OutlookObject = new Microsoft . Office . Interop... Application (); //Create a new Contact Item Microsoft . Office...

    docs.aspose.com/email/java/creating-an-outlook-...
  6. WebExtensionReference.Version | Aspose.Words fo...

    Discover the WebExtensionReference Version property to define your web extension's version, ensuring compatibility and enhanced performance.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  7. Adding HTML Rich Text inside the Cell|Documenta...

    Learn how to add HTML Rich Text inside the Cell through the Aspose.Cells for JavaScript via C++ API....open it; otherwise create a new workbook if ( fileInput . files...arrayBuffer (); workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/adding-htm...
  8. WebExtension.Properties | Aspose.Words for .NET

    Discover WebExtension Properties, a powerful set of customizable features for enhancing your web extensions. Unlock unique functionality today!... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  9. DigitalSignatureType | Aspose.Words for Java

    Specifies the type of a digital signature in Java....signOptions = new SignOptions(); signOptions.setSignTime(new Date());...stream. InputStream inDoc = new FileInputStream(getMyDir() +...

    reference.aspose.com/words/java/com.aspose.word...
  10. ResourceLoadingAction | Aspose.Words for Java

    Specifies the mode of resource loading in Java....Document doc = new Document(); doc.setResourceLoadingCa(new ImageNameHandler());...ImageNameHandler()); DocumentBuilder builder = new DocumentBuilder(doc); // Images...

    reference.aspose.com/words/java/com.aspose.word...