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

new

(0.12 sec)
  1. Managing Project Currency Codes | Aspose.Tasks ...

    Learn how to manage currency codes in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/net/managing-currency-codes/
  2. Paragraph.getText method | Aspose.Words for Nod...

    Paragraph.getText method. Gets the text of this paragraph including the end of paragraph character.... let doc = new aw . Document (); // An empty...firstParagraph ; let paragraphText = new aw . Run ( doc , "Initial text...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. MappedDataFieldCollection.Add | Aspose.Words fo...

    Discover how to use the MappedDataFieldCollection Add method to effortlessly create New field mappings and enhance your data management efficiency....Add method Adds a new field mapping. public void Add...Document doc = new Document (); DocumentBuilder builder = new DocumentBuilder...

    reference.aspose.com/words/net/aspose.words.mai...
  4. Range.text property | Aspose.Words for Node.js

    Range.text property. Gets the text of the range....let doc = new aw . Document (); let builder = new aw . DocumentBuilder...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. WBS Associated with a Task in PHP | Aspose.Task...

    Learn how to work with WBS values in project files using Aspose.Tasks Java for PHP....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/wbs-associated-with-...
  6. 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...
  7. 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...
  8. Handling Critical and Effort-Driven Tasks | Asp...

    This guide explains how to manage critical and effort-driven tasks using Aspose.Tasks for PHP....Support Blog Knowledge Base New Releases Status Websites aspose...Support Blog Knowledge Base New Releases Status Websites aspose...

    docs.aspose.com/tasks/java/handling-critical-an...
  9. Word and PDF mismatch v2 - Free Support Forum -...

    Hello, Back in May i reported issue with Word vs PDF mismatch while merging columns and using page break before paragraph setting. It was under link Word and Pdf mismatch. It was fixed, but it appears that while extendi…...moved into new page. Samle code: Document doc = new Document();...Document(); DocumentBuilder builder = new DocumentBuilder(doc); Table table...

    forum.aspose.com/t/word-and-pdf-mismatch-v2/272282
  10. NodeList | Aspose.Words for Java

    Represents a collection of nodes matching an XPath query executed using the CompositeNode.selectNodesjava.lang.String method in Java....throws Exception { Document doc = new Document(getMyDir() + "Hyperlinks...FIELD_HYPERLINK) { Hyperlink hyperlink = new Hyperlink(fieldStart); // Hyperlinks...

    reference.aspose.com/words/java/com.aspose.word...