Sort Score
Result 10 results
Languages All
Labels All
Results 3,461 - 3,470 of 228,094 for

new

(1.83 sec)
  1. IFieldUpdatingProgressCallback.Notify | Aspose....

    Enhance your app's performance with the IFieldUpdatingProgressCallback Notify method, designed to efficiently track and respond to progress updates....Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...FieldUpdatingCallbac callback = new FieldUpdatingCallbac (); doc...

    reference.aspose.com/words/net/aspose.words.fie...
  2. Section.headersFooters property | Aspose.Words ...

    Section.headersFooters property. Provides access to the headers and footers nodes of the section.... let doc = new aw . Document ( base . myDir...document’s footer. let doc = new aw . Document ( base . myDir...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. Save Presentations in .NET|Aspose.Slides Docume...

    Discover how to save presentations in .NET using Aspose.Slides—export to PowerPoint or OpenDocument while retaining layouts, fonts and effects....Presentation presentation = new Presentation ()) { // Do some...the example below, we create a new presentation and save it to a...

    docs.aspose.com/slides/net/save-presentation/
  4. Convert DOC To EPUB Java

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

    products.aspose.com/words/java/conversion/doc-t...
  5. Convert DOC To DOCX Java

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

    products.aspose.com/words/java/conversion/doc-t...
  6. Convert HTML To MARKDOWN Java

    Convert HTML to MARKDOWN format in Java code. Save HTML as MARKDOWN 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. Convert WORD To XPS Java

    Convert a Word document to XPS format in Java code. Save a Word document as XPS using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  8. Convert WORD To TXT Java

    Convert a Word document to TXT format in Java code. Save a Word document as TXT using Java....*; Document doc = new Document ( "Input.docx" ); doc...aspose.words.*; Document doc = new Document("Input.docx"); doc.save("Output...

    products.aspose.com/words/java/conversion/word-...
  9. How to set Journal Body image and save it to ps...

    how to set Journal Body image and save it to pst in Aspose.email for .NET. Also give all property to set body image. I’m using : MapiJournal journal = New MapiJournal(); if (journal_fields.BodyType == “HTML”) { f…...using : MapiJournal journal = new MapiJournal(); if (journal_fields...Count - 1]; attach.SetProperty(new MapiProperty(MapiPropertyTag...

    forum.aspose.com/t/how-to-set-journal-body-imag...
  10. Add List Item|Aspose.PDF for Java

    Learn how to add items to a list field in a PDF document in Java using the FormEditor facade in Aspose.PDF....) for the target field and new display/value pair. Save the...outputFile ) { FormEditor editor = new FormEditor (); try { editor ...

    docs.aspose.com/pdf/java/add-list-item/