Sort Score
Result 10 results
Languages All
Labels All
Results 1,491 - 1,500 of 5,430 for

mpp file

(0.05 sec)
  1. working-with-tasks | Aspose.Tasks Documentation

    Learn how to work with tasks in your projects using Aspose.Tasks for C++....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "TaskOutlinePropertie.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/outline-properties/
  2. Working with Estimated and Milestone Tasks | As...

    This section explains how to handle estimated and milestone tasks using Aspose.Tasks for C++....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "EstimatedMilestoneTa.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/estimated-and-milesto...
  3. Critical and Effort-Driven Tasks | Aspose.Tasks...

    Learn how to work with Microsoft Project (Mpp/XML) critical and effort-driven tasks using Aspose.Tasks for C#....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "CriticalEffortDriven.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/critical-and-effort-d...
  4. Working with Predecessor and Successor Tasks | ...

    Learn how to manage task links, predecessors, and successors using Aspose.Tasks for .NET....all task links in a project file and prints out predecessor and...= new Project( "New Project.mpp" ); 2 3 // Display names of predecessor...

    docs.aspose.com/tasks/net/predecessor-and-succe...
  5. Actual Properties | Aspose.Tasks Documentation

    Learn how to work with Microsoft Project (Mpp/XML) actual properties using Aspose.Tasks for Java....properties in a Microsoft Project file Getting Actual Properties with...complete examples and data files, please go to https://github...

    docs.aspose.com/tasks/java/actual-properties/
  6. Stopping and Resuming a Task | Aspose.Tasks Doc...

    Learn how to stop or resume Microsoft Project (Mpp/XML) tasks using Aspose.Tasks for C#....Copy 1 // Read project from file stream 2 System ::String dataDir...(dataDir + u "StopResumeDates.mpp" , System::IO::FileMode::Open);...

    docs.aspose.com/tasks/cpp/stopping-and-resuming...
  7. Rendering Project Data on Predefined Page Sizes...

    Learn how to render a project with a predefined page size using Aspose.Tasks for .NET.... Save the file to disk. Example: Export Project...= new Project( "New Project.mpp" ); 2 3 // Render the project...

    docs.aspose.com/tasks/net/rendering-project-dat...
  8. Rendering Notes When Converting Project Views |...

    Learn how to render task, resource, or assignment notes when converting Microsoft Project (Mpp) Files to PDF, HTML, or images using Aspose.Tasks for .NET....mpp" ); 2 project. DefaultView ....last page(s) of the exported file. Q: Can I choose whether to...

    docs.aspose.com/tasks/net/rendering-comments-wh...
  9. Calculate Task Duration | Aspose.Tasks Document...

    Learn how to calculate task durations in minutes, hours, days, weeks, and months using Aspose.Tasks for .NET. Includes practical C# examples with the Duration and TimeUnitType classes....mpp" ); 2 3 // Get a task to calculate...changes back to the project file. Working with Extended Task...

    docs.aspose.com/tasks/net/calculate-task-durati...
  10. Working with Project Pages | Aspose.Tasks Docum...

    Learn how to export Mpp/XML documents into graphical formats using Aspose.Tasks for .NET....PDF: Load a Microsoft Project file. Get the project’s total page...= new Project( "New Project.mpp" ); 2 3 // Get number of pages...

    docs.aspose.com/tasks/net/working-with-project-...