Sort Score
Result 10 results
Languages All
Labels All
Results 1,341 - 1,350 of 164,938 for

new

(0.1 sec)
  1. FieldTitle.text property | Aspose.Words for Python

    FieldTitle.text property. Gets or sets the text of the title....corresponding built-in property with the new value. builder . writeln () field...as_field_title () field . text = 'My New Title' field . update () self...

    reference.aspose.com/words/python-net/aspose.wo...
  2. MailMergerContext.MailMergeOptions | Aspose.Wor...

    Discover the MailMergeContext MailMergeOptions feature to streamline your document automation and enhance your workflow efficiency effortlessly....doc" ; string [] fieldNames = new string [] { "FirstName" , "Location"... }; string [] fieldValues = new string [] { "James Bond" , "London"...

    reference.aspose.com/words/net/aspose.words.low...
  3. 管理超链接|Aspose.Slides 文档

    如何在 Java 中向 PowerPoint 演示文稿添加超链接...Presentation presentation = new Presentation (); try { IAutoShape...portionFormat . setHyperlinkClick ( new Hyperlink ( "https://www.aspose...

    docs.aspose.com/slides/zh/java/manage-hyperlinks/
  4. Render Resource Usage or Sheet Views in PHP

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views 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/rendering-resource-u...
  5. Manage Hyperlinks|Aspose.Slides for Node.js via...

    How to add hyperlink to a PowerPoint Presentation in JavaScript...to a text: var presentation = new aspose . slides . Presentation...portionFormat . setHyperlinkClick ( new aspose . slides . Hyperlink (...

    docs.aspose.com/slides/nodejs-java/manage-hyper...
  6. 演示文稿评论|Aspose.Slides 文档

    在Java中为PowerPoint演示文稿添加评论和回复...实例化Presentation类 Presentation pres = new Presentation (); try { // 添加一个空幻灯片...设置评论的位置 Point2D . Float point = new Point2D . Float ( 0 . 2f , 0...

    docs.aspose.com/slides/zh/androidjava/presentat...
  7. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file with Aspose.PDF for Go via C++....demonstrates the New method for creating a new PDF document, which..."log" func main () { // New creates a new PDF-document pdf , err...

    docs.aspose.com/pdf/go-cpp/save-pdf-document/
  8. VbaModuleCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your VBA projects with the VbaModuleCollection Add method, allowing seamless addition of modules for improved functionality....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...
  9. INodeChangingCallback | Aspose.Words for Java

    Implement this interface if you want to receive notifications when nodes are inserted or removed in the document in Java....Document doc = new Document(); DocumentBuilder builder = new DocumentBuilder(doc);...HandleNodeChangingFo callback = new HandleNodeChangingFo(); doc....

    reference.aspose.com/words/java/com.aspose.word...
  10. Batch generation|Documentation

    How to generate multiple personalized OMR forms....dataSet = new DataSet (); // Add first student var record1 = new DataRecord...first student var record2 = new DataRecord ( "JohnDoe" ); record2...

    docs.aspose.com/omr/net/generation/batch/