Sort Score
Result 10 results
Languages All
Labels All
Results 4,381 - 4,390 of 95,513 for

new

(0.09 sec)
  1. SvgSaveOptions.MaxImageResolution | Aspose.Word...

    Control the quality of your exported raster images with the SvgSaveOptions MaxImageResolution. Set pixel density for optimal results. Default, 0.... Document doc = new Document ( MyDir + "Rendering...SvgSaveOptions saveOptions = new SvgSaveOptions (); saveOptions...

    reference.aspose.com/words/net/aspose.words.sav...
  2. Convert Workbook to HTML using Aspose.Cells|Doc...

    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....Options HtmlSaveOptions save = new HtmlSaveOptions ( SaveFormat...template XLSX file Workbook book = new Workbook ( dataDir + "book1.xls"...

    docs.aspose.com/cells/java/convert-workbook-to-...
  3. Inserting and Deleting Rows and Columns of Exce...

    This article shows how to insert and delete rows and columns by the Aspose.Cells for Node.js via C++ API....Introduction Whether creating a new worksheet from scratch or working...the index of the row where the new row will be inserted. const path...

    docs.aspose.com/cells/nodejs-cpp/inserting-and-...
  4. NodeCollection.add method | Aspose.Words for No...

    NodeCollection.add method. Adds a node to the end of the collection....prepare a new section node for editing. let doc = new aw . Document...Paragraph ); // If we add a new section like this, it will not...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. SvgSaveOptions.FitToViewPort | Aspose.Words for...

    Discover how the SvgSaveOptions FitToViewPort property optimizes your SVG output to perfectly fill any browser window or container for stunning visuals.... Document doc = new Document ( MyDir + "Document...text. SvgSaveOptions options = new SvgSaveOptions { FitToViewPort...

    reference.aspose.com/words/net/aspose.words.sav...
  6. ChartSeriesGroup.BubbleScale | Aspose.Words for...

    Discover the ChartSeriesGroup BubbleScale property to customize bubble sizes in your charts, enhancing data visualization and user engagement....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  7. Read CSV File With Multiple Encodings|Documenta...

    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....True TxtLoadOptions options = new TxtLoadOptions (); options ....Workbook Workbook workbook = new Workbook ( dataDir + "MultiEncoded...

    docs.aspose.com/cells/java/read-csv-file-with-m...
  8. Comment Class | Aspose.Words for .NET

    Discover the Aspose.Words.Comment class, your essential tool for managing comment text in documents. Enhance your workflow with seamless integration!...DocumentBase ) Initializes a new instance of the Comment class...string, DateTime ) Initializes a new instance of the Comment class...

    reference.aspose.com/words/net/aspose.words/com...
  9. Aspose.Cells for Java 可中断库|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....] //Create a new Workbook final Workbook wb = new Workbook ();...final InterruptMonitor monitor = new InterruptMonitor (); wb . setInterruptMonitor...

    docs.aspose.com/cells/zh/java/aspose-cells-for-...
  10. Creating an Outlook Message (MSG) File|Document...

    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.... C# // Creates a new Outlook Application instance...objOutlook = new Outlook . Application (); // Creating a new Outlook...

    docs.aspose.com/email/java/creating-an-outlook-...