Sort Score
Result 10 results
Languages All
Labels All
Results 3,561 - 3,570 of 223,229 for

new

(0.19 sec)
  1. Working with User Configuration on Server|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....NetworkCredential credentials = new NetworkCredential ( username...UserConfigurationNam userConfigName = new UserConfigurationNam ( "inbox...

    docs.aspose.com/email/java/working-with-user-co...
  2. Invalid bookmarks starting with 25.2 - Free Sup...

    Hello According to my testing, the bookmark feature broke with 25.2 and still does not work with the currently Newest version 25.9 of Aspose.PDF.Drawing for .NET. I use the following test-code to illustrate the problem…...output = new Aspose.Pdf.Document(); var input = new Aspose.Pdf...Pages); output.Outlines.Add(new OutlineItemCollectio(output.Outlines)...

    forum.aspose.com/t/invalid-bookmarks-starting-w...
  3. GradientStop class | Aspose.Words for Node.js

    Aspose.Words.Drawing.GradientStop class. Represents one gradient stop...GradientStop(color, position) Initializes a new instance of the GradientStop...transparency) Initializes a new instance of the GradientStop...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. XLOOKUP returns #VALUE - Free Support Forum - a...

    I am using Aspose.Cells 25.11.0. .NET 9.0 using System.Collections; using Aspose.Cells; var input = @"C:\input-for-aspose.xlsx"; var output = @"C:\output.xlsx"; Workbook? wbc; using (var ms = New FileStream(input, F…...(var ms = new FileStream(input, FileMode.Open)) wbc = new Workbook(ms...Workbook(ms, new LoadOptions(LoadFormat.Xlsx)); try { var engine =...

    forum.aspose.com/t/xlookup-returns-value/322497
  5. Graphic elements in HTML are not displayed - Fr...

    I am using Aspose.Cells 25.9.0. .NET 9.0 There is Excel file with Shapes and Icons inserted into it. Unfortunately, when converting to HTML, Icons are not displayed. Code: using System.Text; using Aspose.Cells; usi…...lic"); var cellsLic = new Aspose.Cells.License(); cellsLic...; HtmlSaveOptions options = new() { ExportImagesAsBase64 = true...

    forum.aspose.com/t/graphic-elements-in-html-are...
  6. DataSorter and Excel Group/Outlines compete wit...

    Hello, We recently ran into an issue where sorting was not working for a customer and I wanted to report the results and findings here. The issue was that the Excel workbook contained an Excel Group that was smaller tha…... { var workbook = new Workbook(file); workbook.DataSorter...Sort(workbook.Worksheets[0].Cells, new CellArea() { StartRow = 1, StartColumn...

    forum.aspose.com/t/datasorter-and-excel-group-o...
  7. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Java master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code....example shows how to create a new master slide by cloning the default...Presentation presentation = new Presentation (); try { // Clone...

    docs.aspose.com/slides/java/examples/elements/m...
  8. Master Slide|Aspose.Slides Documentation

    Explore Aspose.Slides for Android master slide examples: create, edit, and style masters, placeholders, and themes in PPT, PPTX, and ODP with clear Java code....example shows how to create a new master slide by cloning the default...Presentation presentation = new Presentation (); try { // Clone...

    docs.aspose.com/slides/androidjava/examples/ele...
  9. Remove Tables from existing PDF|Aspose.PDF for ...

    Understand how to remove tables from a PDF document using Aspose.PDF for .NET, improving document clarity and structure....from PDF document We have added new function i.e. Remove() to the...document using ( var document = new Aspose . Pdf . Document ( dataDir...

    docs.aspose.com/pdf/net/remove-tables-from-exis...
  10. Adding MapiCalendar to PST in Ruby|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.... new ( "LAKE ARGYLE WA 6743" , "Appointment"...import ( 'java.util.Date' ) . new ( 2012 , 10 , 2 ), Rjb :: import...

    docs.aspose.com/email/java/adding-mapicalendar-...