Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 211,941 for

new

(0.26 sec)
  1. Გააკეთეთ DOCX Javascript Ის Გამოყენებით

    შექმენით ახალი DOCX JavaScript ში რამდენიმე ნაბიჯით. მარტივად შექმენით DOCX Node.js via .NET ბიბლიოთეკის გამოყენებით....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/ka/nodejs-net/make/docx/
  2. Gawe Markdown Nganggo Javascript

    Gawe Markdown anyar ing JavaScript ing sawetara langkah. Nggawe Markdown kanthi gampang nggunakake perpustakaan Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/jv/nodejs-net/make/md/
  3. Gawe DOC Nganggo Javascript

    Gawe DOC anyar ing JavaScript ing sawetara langkah. Nggawe DOC kanthi gampang nggunakake perpustakaan Node.js via .NET....); var doc = new aw.Document() var builder = new aw.DocumentBuilder(doc)...builder.font font.name = "Courier New" font.color = '#FF0000' font...

    products.aspose.com/words/jv/nodejs-net/make/doc/
  4. Add Line Object to PDF file|Aspose.PDF for .NET

    This article explains how to create a line object to your PDF using Aspose.PDF for .NET....Follow the steps below: Create a new PDF Document . Add Page to pages...document using ( var document = new Aspose . Pdf . Document ()) {...

    docs.aspose.com/pdf/net/add-line/
  5. How to Remove Default Bookmark When Exporting a...

    Hello Team, I’m exporting a range with name as HTML, and I’ve noticed that a bookmark with the range name is automatically inserted into the generated HTML content. How can I prevent this bookmark from being included du…...htmlStream = new MemoryStream()) { workbook.Save(htmlStream, new Aspose...using (StreamReader reader = new StreamReader(htmlStream)) { htmlStm...

    forum.aspose.com/t/how-to-remove-default-bookma...
  6. Document.appendDocument method | Aspose.Words f...

    Aspose.Words.Document.appendDocument method... const srcDoc = new aw . Document (); srcDoc . firstSection...document text. " ); const dstDoc = new aw . Document (); dstDoc . firstSection...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. VbaModule.Type | Aspose.Words for .NET

    Discover the VbaModule Type property, define your modules as procedural, document, class, or designer for enhanced functionality and organization....Document doc = new Document (); // Create a new VBA project. VbaProject...VbaProject project = new VbaProject (); project . Name = "Aspose...

    reference.aspose.com/words/net/aspose.words.vba...
  8. Splitter | Aspose.Words for Java

    Provides methods intended to split the documents into parts using different criteria in Java....create(SplitterContext context) Creates new instance of the splitter processor...saves the extracted pages to a new file using the specified save...

    reference.aspose.com/words/java/com.aspose.word...
  9. Font.size property | Aspose.Words for Node.js

    Font.size property. Gets or sets the font size in points....let doc = new aw . Document (); let builder = new aw . DocumentBuilder..."#0000FF" ; font . name = "Courier New" ; font . underline = aw . Underline...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Comment | Aspose.Words for .NET

    Create engaging comments effortlessly with our Comment constructor. Initialize a New Comment class instance and enhance user interaction seamlessly!...DocumentBase ) Initializes a new instance of the Comment class...Document doc = new Document (); Comment newComment = new Comment (...

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