Sort Score
Result 10 results
Languages All
Labels All
Results 1,581 - 1,590 of 213,057 for

new

(0.5 sec)
  1. RevisionCollection.AcceptAll | Aspose.Words for...

    Discover the RevisionCollection AcceptAll method to seamlessly integrate all revisions, enhancing your workflow efficiency and collaboration....docOriginal = new Document (); DocumentBuilder builder = new DocumentBuilder...Document docEdited = new Document (); builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words/rev...
  2. Working with Gradient in XPS file | .NET

    How to add vertical, horizontal or linear gradient to an XPS file is a question answered by Aspose.Page API solution. Learn the functionality for .NET...Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/page/net/xps/working-with-gradi...
  3. Manage Presentation Hyperlinks on Android|Aspos...

    Effortlessly manage hyperlinks in PowerPoint and OpenDocument presentations with Aspose.Slides for Android via Java—enhance interactivity and workflow in minutes....Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/androidjava/manage-hyper...
  4. Saving File to Response Object with JavaScript ...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for JavaScript via C++....); // Create a new workbook (equivalent to new AsposeCells.Workbook()...JavaScript) const workbook = new Workbook (); // Simulate the...

    docs.aspose.com/cells/javascript-cpp/saving-fil...
  5. Aspose.Pdf.FontNotFoundException: Font Mangal w...

    Hi team , I am converting the html content into the pdf using the aspose.pdf . With doing that, i am facing the exception related to the Mangal font not found. I have tried adding the mangal font manually but it is not g…...HtmlLoadOptions htmlLoadOptions = new HtmlLoadOptions(basePath); htmlLoadOptions...htmlLoadOptions.PageInfo.Margin = new Aspose.Pdf.MarginInfo { Left...

    forum.aspose.com/t/aspose-pdf-fontnotfoundexcep...
  6. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for .NET, supporting OMML, formatting controls, and clear C# code samples.... Create new math expressions or edit previously...text: using ( var presentation = new Presentation ()) { var mathShape...

    docs.aspose.com/slides/net/powerpoint-math-equa...
  7. DocSaveOptions.saveFormat property | Aspose.Wor...

    DocSaveOptions.saveFormat property. Specifies the format in which the document will be saved if this save options object is used...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. DocSaveOptions.saveRoutingSlip property | Aspos...

    DocSaveOptions.saveRoutingSlip property. When ``false``, RoutingSlip data is not saved to output document...let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."Hello world!" ); let options = new aw . Saving . DocSaveOptions...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. Aspose.PSD for .NET 23.3 - Release Notes|Docume...

    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.... Load ( sourceFile , new PsdLoadOptions ())) { foreach...psd" ; var psdLoadOptions = new PsdLoadOptions () { LoadEffectsResource...

    docs.aspose.com/psd/net/aspose-psd-for-net-23-3...
  10. Manage Presentation Zoom in Java|Aspose.Slides ...

    Create and customize Zoom with Aspose.Slides for Java — jump between sections, add thumbnails and transitions across PPT, PPTX and ODP presentations.... Create new slides to which you intend to...Presentation pres = new Presentation (); try { //Adds new slides to the...

    docs.aspose.com/slides/java/manage-zoom/