Sort Score
Result 10 results
Languages All
Labels All
Results 9,371 - 9,380 of 213,228 for

new

(0.08 sec)
  1. TaskPaneCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.WebExtensions.TaskPaneCollection class, your solution for managing persistent task pane objects efficiently. Enhance your web applications today!... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  2. WebExtensionBindingCollection Class | Aspose.Wo...

    Discover the Aspose.Words.WebExtensionBindingCollection class, a powerful tool for managing web extension bindings in your applications seamlessly.... Document doc = new Document (); // Create task pane...TaskPane myScriptTaskPane = new TaskPane (); doc . WebExtensionTaskPane...

    reference.aspose.com/words/net/aspose.words.web...
  3. Introduction and Creating Tables|Aspose.Words f...

    Create and manage tables in a document using Node.js....this automatically starts a new row Optionally, use the cellFormat...After calling insertCell , a new cell is created, and any content...

    docs.aspose.com/words/nodejs-net/create-a-table/
  4. Შეკუმშოს DOC Java

    შეკუმშოს DOC Java ში ხარისხის დაკარგვის გარეშე. გააუმჯობესეთ DOC კონტენტი, შეამცირეთ ფაილის ზომა მარტივად....*; Document doc = new Document ( "Input.doc" ); doc...aspose.words.*; Document doc = new Document("Input.doc"); doc.cleanup();...

    products.aspose.com/words/ka/java/compress/doc/
  5. HtmlSaveOptions.ExportListLabels | Aspose.Words...

    Discover how the HtmlSaveOptions ExportListLabels property enhances your HTML, MHTML, and EPUB outputs. Optimize list labels effortlessly with Auto settings!...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...lists. HtmlSaveOptions options = new HtmlSaveOptions { ExportListLabels...

    reference.aspose.com/words/net/aspose.words.sav...
  6. Manage Text Boxes in Presentations in .NET|Aspo...

    Aspose.Slides for .NET makes it easy to create, edit, and clone text boxes in PowerPoint and OpenDocument files, enhancing your presentation automation....using ( Presentation pres = new Presentation ()) { // Gets the...Presentation presentation = new Presentation ( "sample.pptx"...

    docs.aspose.com/slides/net/manage-textbox/
  7. Line spacing and word spacing differences when ...

    The current version of Aspose I have is 17.2.0. Using the 30 day temporary license for version 25.3.0, I notice slight differences in line spacing and word spacing that add up across documents with multiple pages. The r…...Document asposeDocument = new Aspose.Words.Document(filePath);...PdfSaveOptions pdfSaveOptions = new Aspose.Words.Saving.PdfSaveOptions();...

    forum.aspose.com/t/line-spacing-and-word-spacin...
  8. Does aspose.words support OptimizeForWeb when c...

    does aspose.words support OptimizeForWeb when convert word to pdf? after search we found OptimizeForWeb for c++. Does the setOptimizeOutput(true) equals OptimizeForWeb for c++?...the document Document doc = new Document("input.docx"); // Create...PdfSaveOptions PdfSaveOptions options = new PdfSaveOptions(); // Set image...

    forum.aspose.com/t/does-aspose-words-support-op...
  9. Introduced i 24.10 - Compare marks too much tex...

    Starting with Aspose.Words 24.10, comparing files at the word level may incorrectly mark too much text as inserted and deleted. Attached is an example, with the original file, the revised file, a code sample and the com…...Load documents Document docA = new Document("path/to/original.docx");...docx"); Document docB = new Document("path/to/revised.docx");...

    forum.aspose.com/t/introduced-i-24-10-compare-m...
  10. Merge XML files using Java | Aspose.PDF

    Merge XML files programmatically with Java sample code using Aspose.PDF for Java...file: XslFoLoadOptions options = new XslFoLoadOptions ( "employees...object Document pdfDocument1 = new Document ( "employees1.xml" ...

    products.aspose.com/pdf/java/merger/xml/