Sort Score
Result 10 results
Languages All
Labels All
Results 6,811 - 6,820 of 197,087 for

new

(0.17 sec)
  1. ParagraphFormat.bidi property | Aspose.Words fo...

    ParagraphFormat.bidi property. Gets or sets whether this is a right-to-left paragraph.... let loadOptions = new aw . Loading . TxtLoadOptions...as right-to-left. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. Issues with HTML to PDF Conversion Using Aspose...

    I am facing significant performance issues when converting HTML to PDF using Aspose.PDF. Specifically, it takes almost 2.5 minutes to load the HTML memory stream into the Aspose.Pdf.Document constructor. using System;…...using (MemoryStream htmlStream = new MemoryStream(System.Text.Encoding...Document pdfDocument = new Document(htmlStream, new HtmlLoadOptions());...

    forum.aspose.com/t/issues-with-html-to-pdf-conv...
  3. Potential Regression in Aspose.Diagram when reu...

    Hello, We’ve recently upgraded our software from .NET 6 to .NET 8, and as part of that transition, we also purchased a New license for Aspose.Diagram and upgraded from version 21.2.0 to 25.7.0. After the upgrade, we’re…...transition, we also purchased a new license for Aspose.Diagram and... // Version 21.2.0 & 25.7.0 new License().SetLicense("license...

    forum.aspose.com/t/potential-regression-in-aspo...
  4. Add Text and Image Stamp|Aspose.PDF for .NET

    This section explains how to add Text and Image Stamp with Aspose.PDF Facades using PdfFileStamp Class....object using ( var fileStamp = new Aspose . Pdf . Facades . PdfFileStamp...// Create stamp var stamp = new Aspose . Pdf . Facades . Stamp...

    docs.aspose.com/pdf/net/add-text-and-image-stamp/
  5. Manage Bullet and Numbered Lists|Aspose.Slides ...

    Create bullet and numbered lists in PowerPoint presentation in C# or .NET...using ( Presentation pres = new Presentation ()) { ISlide slide...Clear (); Paragraph paragraph = new Paragraph (); paragraph . ParagraphFormat...

    docs.aspose.com/slides/net/manage-bullet-and-nu...
  6. Working With Nodes in Ruby|Aspose.Words for Java

    Working With Document Nodes using Ruby....'/data/quickstart/' \ # Create a new document. doc = Rjb :: import...'com.aspose.words.Document' ) . new () \ # Creates and adds a paragraph...

    docs.aspose.com/words/java/working-with-nodes-i...
  7. 搜索

    搜索...(NoSuchAlgorithmExcep e) { throw new IllegalAccessError(e.getMessage());...(UnsupportedEncodingE e) { throw new IllegalAccessError(e.getMessage());...

    blog.aspose.com/zh-hant/email/create-update-and...
  8. Table.clearBorders method | Aspose.Words for No...

    Table.clearBorders method. Removes all table and cell borders on this table.... let doc = new aw . Document ( base . myDir...let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  9. FieldEnd.HasSeparator | Aspose.Words for .NET

    Discover the FieldEnd HasSeparator property, easily check if your field includes a separator for enhanced data organization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  10. SummaryLength enumeration | Aspose.Words for No...

    Aspose.Words.AI.SummaryLength enumeration. Enumerates possible lengths of summary.... let firstDoc = new aw . Document ( base . myDir...document.docx" ); let secondDoc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...