Sort Score
Result 10 results
Languages All
Labels All
Results 521 - 530 of 86,453 for

project

(0.31 sec)
  1. Managing Resource Extended Attributes | Aspose....

    Learn how to add, edit or remove resource extended attributes using Aspose.Tasks for .NET.... Copy 1 Project project = new Project( "New Project.mpp" ); 2...ExtendedAttributeDef myNumber1 = project. ExtendedAttributes . GetById...

    docs.aspose.com/tasks/net/extended-resource-att...
  2. Managing Task Costs in PHP | Aspose.Tasks Docum...

    Learn how to manage Microsoft Project (MPP/XML) task costs using Aspose.Tasks Java for PHP....Copy 1 $project = new Project(); 2 3 $task = $project -> getRootTask...17 print " \n Project Cost: " . (string) $project -> getRootTask...

    docs.aspose.com/tasks/java/managing-task-costs-...
  3. Defining Link Type | Aspose.Tasks Documentation

    Learn how to change Microsoft Project task link types using Aspose.Tasks for C++....define link type in Microsoft Project: On the View menu, select More...Defining link type in Microsoft Project Setting Link Type with Aspose...

    docs.aspose.com/tasks/cpp/defining-link-type/
  4. #ERROR values in custom fields with a formula -...

    We’ve encountered a problem with formula-based extended attributes: sometimes one or multiple fields are saved with “#ERROR” value in every task. I’ve been trying to reproduce the issue, and it turns out that even exampl…...var project = CreateTestProjectWit(); var task = project.RootTask...var extendedAttributeDef = project.ExtendedAttributes[0]; extendedAttributeDef...

    forum.aspose.com/t/error-values-in-custom-field...
  5. Reading the Critical Path in VSTO and Aspose.Ta...

    This article provides information on reading and comparing the critical path of Project files using both Microsoft VSTO and Aspose.Tasks libraries for .NET developers....accomplish this task: Create a new project in Visual Studio. In the Solution...tab. Select the Microsoft Project 12.0 Object Library and then...

    docs.aspose.com/tasks/net/reading-the-critical-...
  6. Ինչպես փոխարկել MPP-ն PDF-ի Java-ի միջոցով

    Այս արագ ձեռնարկը ձեզ ուղղորդում է, թե ինչպես փոխարկել MPP-ն PDF-ի Java-ի միջոցով: Այն պարունակում է կազմաձևման մանրամասներ, քայլերի հաջորդականություն և գործարկվող կոդ՝ MPP-ի PDF փոխարկիչը Java-ի միջոցով գրելու համար:...կարող եք փոխակերպել Microsoft Project-ը PDF-ի, օգտագործելով java...Բեռնեք ձևանմուշ MS Project ֆայլը Project օբյեկտում Ստեղծեք PdfSaveOptions...

    kb.aspose.com/hy/tasks/java/how-to-convert-mpp-...
  7. Aspose::Words::Vba::VbaModuleCollection::Add me...

    Aspose::Words::Vba::VbaModuleCollection::Add method. Adds a module to the collection in C++....Shows how to create a VBA project using macros. auto doc = System...// Create a new VBA project. auto project = System :: MakeObject...

    reference.aspose.com/words/cpp/aspose.words.vba...
  8. Aspose.Tasks Product Family

    Find answers about creating, reading, editing, and converting Project file formats like MPP, MPT, MPX in code without Microsoft Project....C# How to Extract Microsoft Project Metadata in Java How to Convert...Convert Microsoft Project File to XPS in Java How to Convert MPP...

    kb.aspose.com/tasks/page/2/
  9. Installation|Documentation

    Learn about Aspose.Drawing for Java installation through Maven repository and dependency definition in pom.xml Maven Project file.... You can use your Maven Project configuration to specify the...dependency is defined in your Maven project after finishing these steps...

    docs.aspose.com/drawing/java/installation/
  10. Convert MPP to PDF in Python

    This tutorial elaborates on the process of rendering MPP to PDF in Python. It covers the IDE configuration information, stepwise algorithm, and a working code snippet to convert MPP file to PDF in Python....Read the input MS Project file with the Project class instance Convert...Convert the Project file to PDF format by invoking the save method...

    kb.aspose.com/tasks/python/convert-mpp-to-pdf-i...