Sort Score
Result 10 results
Languages All
Labels All
Results 1,051 - 1,060 of 213,579 for

new

(0.17 sec)
  1. LoadOptions.FontSettings | Aspose.Words for .NET

    Customize your document's font settings with LoadOptions FontSettings for enhanced readability and style. Optimize your documents effortlessly!...that will substitute the "Times New Roman" font // with the font...FontSettings fontSettings = new FontSettings (); fontSettings...

    reference.aspose.com/words/net/aspose.words.loa...
  2. Hyperlink|Aspose.Slides Documentation

    Add, edit, and remove hyperlinks in C# with Aspose.Slides: link text, shapes, slides, URLs and email; set targets and actions for PPT, PPTX and ODP....Add_Hyperlink () { using var pres = new Presentation (); var slide =...PortionFormat . HyperlinkClick = new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/net/examples/elements/hy...
  3. Add Images to PDF using C# | Aspose.PDF

    Adding images into PDF documents programmatically with C# sample code using Aspose.PDF for .NET...jpg" ); var pdfDocument = new Aspose . Pdf . Document ( inputFile...Pages [ 1 ]; var imageStream = new FileStream ( imageFile , FileMode...

    products.aspose.com/pdf/net/images/add/
  4. FindReplaceOptions.Direction | Aspose.Words for...

    Discover the FindReplaceOptions Direction property to customize your replace function. Choose between Forward and Backward for optimal results....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FindReplaceOptions options = new FindReplaceOptions (); // Assign...

    reference.aspose.com/words/net/aspose.words.rep...
  5. AxisGroup | Aspose.Words for Java

    Represents a type of a chart axis group in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...clear(); String[] categories = new String[] { "Category 1", "Category...

    reference.aspose.com/words/java/com.aspose.word...
  6. Add Math Equations to PowerPoint Presentations ...

    Insert and edit math equations in PowerPoint PPT and PPTX with Aspose.Slides for Java, supporting OMML, formatting controls, and clear Java code samples.... Create new math expressions or edit previously...mathematical text: Presentation pres = new Presentation (); try { IAutoShape...

    docs.aspose.com/slides/java/powerpoint-math-equ...
  7. AiModel class | Aspose.Words for Node.js

    Aspose.Words.AI.AiModel class. Represents information about a Generative Language Model....create(modelType) Creates a new instance of AiModel class. c...createClaude35Haiku() Creates a new instance of Claude 3.5 Haiku...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. Support for TLS 1.2 and AutodiscoverService|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..../*ITokenProvider provider = new ITokenProvider() { @Override...NetworkCredential credentials = new OAuthNetworkCredenti(provider);*/...

    docs.aspose.com/email/java/support-for-tls-1-2-...
  9. Manage Presentation Zoom in PHP|Aspose.Slides f...

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

    docs.aspose.com/slides/php-java/manage-zoom/
  10. HTML to PDF too slow with version 25.7.0 and ab...

    Dear support team, We are using Aspose.pdf version 25.7.0 for html to pdf Below is the code that we are using for HTML to PDF where “using (Document pdfDocument = New Document(stream, htmloptions))” is taking too much …...using (Document pdfDocument = new Document(stream, htmloptions))...file as well. var htmloptions = new Aspose.Pdf.HtmlLoadOptions();...

    forum.aspose.com/t/html-to-pdf-too-slow-with-ve...