Sort Score
Result 10 results
Languages All
Labels All
Results 1,681 - 1,690 of 164,954 for

new

(0.08 sec)
  1. FieldBuilder.AddArgument | Aspose.Words for .NET

    Enhance your coding with FieldBuilder's AddArgument method, designed to effortlessly add field arguments for streamlined development.... Document doc = new Document (); // Below are three...symbol. FieldBuilder builder = new FieldBuilder ( FieldType . FieldSymbol...

    reference.aspose.com/words/net/aspose.words.fie...
  2. How to Run Aspose.Email|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 Project Open Visual Studio and create a new Console...{ // Create a new email message var eml = new MailMessage { Subject...

    docs.aspose.com/email/net/how-to-run-aspose-email/
  3. IStructuredDocumentTag.placeholderName property...

    IStructuredDocumentTag.placeholderName property. Gets or sets Name of the [BuildingBlock](../../../aspose.words/buildingblock/) containing placeholder text.... let doc = new aw . Document (); // Insert a...enter text." prompt. let tag = new aw . Markup . StructuredDocumentTa...

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

    Discover the Aspose.Words.Drawing.Charts.ChartDataTable class to easily customize chart data tables and enhance your data visualization with powerful features....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Clear (); double [] xValues = new double [] { 2020 , 2021 , 2022...

    reference.aspose.com/words/net/aspose.words.dra...
  5. Convert Image To PNG Javascript

    Convert Image to PNG format in JavaScript code. Save Image as PNG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.png" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  6. Convert Image To JPG Javascript

    Convert Image to JPG format in JavaScript code. Save Image as JPG using JavaScript....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...getShapeRenderer().save( "Output.jpg" , new aw.Saving.ImageSaveOptions(aw...

    products.aspose.com/words/nodejs-net/conversion...
  7. Hyperlink is not preserved when converting PDF ...

    Hello, We are using Aspose.PDF.Drawing 25.1.0 and Aspose.Cells 25.1.2 We are loading the attached pdf containing an hyperlink to an Url. The pdf is converted to an xlsx. The created xlsx document contains the text, bu…...doc = new Document ("google.pdf"); var xlsOptions = new ExcelSaveOptions...ExcelFormat.XLSX }; using var ms = new MemoryStream(); doc.Save(ms,...

    forum.aspose.com/t/hyperlink-is-not-preserved-w...
  8. AxisDisplayUnit.CustomUnit | Aspose.Words for .NET

    Discover the AxisDisplayUnit CustomUnit property to easily customize your value axis display units with user-defined scaling for enhanced data clarity....supported by MS Office 2016 new charts. Default value is 1. Setting...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.dra...
  9. How to create a dwg file and save as stream and...

    Hello, I am working on dwg creation using .net Aspose.CAD, version 24.4. I am facing an issue while saving dwg file as stream and then convert to byte[]. I found the method public void Save(Stream stream, ImageOptio…...current code DwgImage dwgImage = new DwgImage(); //LINE, CIRCLE, ARC...CadLine line = new CadLine(new Cad3DPoint(0, 0, 0), new Cad3DPoint(100...

    forum.aspose.com/t/how-to-create-a-dwg-file-and...
  10. Public API Changes in Aspose.Diagram 6.8.0|Docu...

    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.... It includes not only new and updated public methods, but...Visio diagram Diagram diagram = new Diagram (); // insert an ActiveX...

    docs.aspose.com/diagram/net/public-api-changes-...