Sort Score
Result 10 results
Languages All
Labels All
Results 7,631 - 7,640 of 213,611 for

new

(0.14 sec)
  1. ImageSavingArgs.KeepImageStreamOpen | Aspose.Wo...

    Discover the KeepImageStreamOpen property in ImageSavingArgs for Aspose.Words. Control stream behavior for efficient image saving and enhanced performance....ImageSavingCallback () { Document doc = new Document ( MyDir + "Rendering...process. HtmlSaveOptions options = new HtmlSaveOptions (); options ...

    reference.aspose.com/words/net/aspose.words.sav...
  2. ChartDataLabel.Position | Aspose.Words for .NET

    Discover the ChartDataLabel Position property to easily customize your data label's position for enhanced data visualization and clarity....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...seriesColl . Add ( "Series 1" , new string [] { "Category 1" , "Category...

    reference.aspose.com/words/net/aspose.words.dra...
  3. Field.End | Aspose.Words for .NET

    Discover the Field End property. Easily access the node representing the field end for seamless data management and enhanced performance....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldVisitor fieldVisitor = new FieldVisitor (); using ( IEnumerator...

    reference.aspose.com/words/net/aspose.words.fie...
  4. Convert TEXT To PDF Java

    Convert TEXT to PDF format in Java code. Save TEXT as PDF using Java....*; Document doc = new Document ( "Input.txt" ); doc...aspose.words.*; Document doc = new Document("Input.txt"); doc.save("Output...

    products.aspose.com/words/java/conversion/text-...
  5. Convert HTML To EPUB Java

    Convert HTML to EPUB format in Java code. Save HTML as EPUB using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  6. Convert HTML To WORD Java

    Convert HTML to WORD format in Java code. Save HTML as WORD using Java....*; Document doc = new Document ( "Input.html" ); doc...aspose.words.*; Document doc = new Document("Input.html"); doc.save("Output...

    products.aspose.com/words/java/conversion/html-...
  7. Optimize File's Content Using Javascript

    Compress files in JavaScript: DOCX, DOC, RTF, ODT, EPUB, PNG, JPG, XLSX, XLS, WPS without losing quality...'@aspose/words' ); var doc = new aw.Document( "Input.docx" );...ffe); } } var saveOptions = new aw.Saving.OoxmlSaveOptions()...

    products.aspose.com/words/nodejs-net/compress/
  8. How to Add Extended Attributes to Resource Assi...

    Learn how to add extended attributes to Microsoft Project resource assignments using Aspose.Tasks for .NET. This guide explains how to create plain and lookup attributes with practical C# code examples....Blog Knowledge Base Benchmark New Releases Status Websites aspose...Blog Knowledge Base Benchmark New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/adding-extended-attri...
  9. Stroke.Transparency | Aspose.Words for .NET

    Adjust the Stroke Transparency property to control opacity from 0.0 (opaque) to 1.0 (clear), enhancing your design's visual impact....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...Series 1" , new [] { 0.7 , 1.8 , 2.6 , 3.9 }, new [] { 2.7 , 3...

    reference.aspose.com/words/net/aspose.words.dra...
  10. Document.OriginalLoadFormat | Aspose.Words for ...

    Discover the OriginalLoadFormat property to easily access the format of the original document loaded into your object, enhancing document management....; } Remarks If you created a new blank document, returns the Doc...load operation. Document doc = new Document ( MyDir + "Document...

    reference.aspose.com/words/net/aspose.words/doc...