Sort Score
Result 10 results
Languages All
Labels All
Results 541 - 550 of 58,242 for

project

(0.1 sec)
  1. 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.... PHP Code Copy 1 $project = new Project( 'test_tasks.mpp' );...$presentationFormat -> ResourceUsage ); 7 $project -> save ( "result_days.pdf"...

    docs.aspose.com/tasks/java/rendering-resource-u...
  2. Resource Work Variances

    Learn how to use Aspose.Tasks for C++ to manage resource work variances in Microsoft Project (MPP/XML) files....variance in work: WorkVariance: a project resource’s difference from...baseline work (double). Microsoft Project View of Resource Work Variance...

    docs.aspose.com/tasks/cpp/resource-work-variances/
  3. Creating Resource Assignments

    Learn how to create resource assignments linking tasks and resources in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....Create empty project 2 Project project = new Project(); 3 4 // Add...and resource 5 Task task = project. RootTask . Children . Add...

    docs.aspose.com/tasks/net/creating-resource-ass...
  4. Split Tasks

    Learn how to split Microsoft Project (MPP/XML) tasks using Aspose.Tasks for C++....API supports this Microsoft Project feature. Splitting Tasks The...Microsoft Project To split a task in Microsoft Project: Identify...

    docs.aspose.com/tasks/cpp/split-tasks/
  5. Convert MPP to JPEG via C# | Tasks Conversion A...

    Sample code for MPP to JPEG C# conversion. Use API example code for batch MPP files to JPEG conversion within VB.NET, Asp.NET or any .NET based application....Load MPP file with Project class Call the Project.Save method Pass...NET DLL referenced in your project. Free App to Convert MPP to...

    products.aspose.com/tasks/net/conversion/mpp-to...
  6. Adding Links for Tasks

    Learn how to add new task links to the Project using Aspose.Tasks for .NET in comparison with Microsoft Office Automation Tools....while working with Microsoft Project (MPP/XML) files. In VSTO, TaskDependencies...task links; Aspose.Tasks uses Project.TaskLinks.Add() to link tasks...

    docs.aspose.com/tasks/net/adding-links-for-tasks/
  7. Edit or View MPP Document Metadata via C++

    C++ example code to edit or view MPP file metadata on C++ Runtime Environment for Windows 32 bit, Windows 64 bit and Linux 64 bit....C++ DLL referenced in your project. Extract Metadata of MPP -...// Create project System::SharedPtr<Project> project = System...

    products.aspose.com/tasks/cpp/metadata/mpp/
  8. How to Convert MPP to Excel using C#

    This article provides details about how to convert MPP to Excel using C#. You can transform MPP file to Excel using C# with the help of a few steps and sample code containing a couple of lines of code only....there is no need to install MS Project or any other MPP handling software...software to export MS Project file to Excel using C# that results...

    kb.aspose.com/tasks/net/how-to-convert-mpp-to-e...
  9. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module....Shows how to create a VBA project using macros. let doc = new...// Create a new VBA project. let project = new aw . Vba . VbaProject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. Working with Views

    Learn how to work with View (for example, 'Gantt Chart' or 'Task Usage' Project representation from Microsoft Project MPP files using Aspose.Tasks for .NET....graphical representation of a project or some of its aspects (resources...representation of a project’s progress and plans: Microsoft Project allows...

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