Sort Score
Result 10 results
Languages All
Labels All
Results 8,911 - 8,920 of 213,191 for

new

(0.76 sec)
  1. Chart.title property | Aspose.Words for Node.js

    Chart.title property. Provides access to the chart title properties....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. ListLevel.DeletePictureBullet | Aspose.Words fo...

    Effortlessly remove picture bullets from your current list level with the ListLevel DeletePictureBullet method. Simplify your document formatting today!... Document doc = new Document (); List docList = doc...); DocumentBuilder builder = new DocumentBuilder ( doc ); builder...

    reference.aspose.com/words/net/aspose.words.lis...
  3. ExportListLabels | Aspose.Words for Java

    Specifies how list labels are exported to HTML MHTML and EPUB in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...lists. HtmlSaveOptions options = new HtmlSaveOptions(); { options...

    reference.aspose.com/words/java/com.aspose.word...
  4. Convert Chart to Image for Japanese Region with...

    Learn how to use Aspose.Cells for JavaScript via C++ to set the Japanese configuration for the chart. Our guide will demonstrate how to configure charts to support Japanese characters and formatting, including fonts, size, text direction, and more....properties/methods const settings = new ChartJapaneseSetting (); // Example:...modifications) const workbook = new Workbook ( new Uint8Array ( arrayBuffer...

    docs.aspose.com/cells/javascript-cpp/convert-ch...
  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...