Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 79,521 for

project

(0.05 sec)
  1. Merge PRIMAVERA XML to ORACLE PRIMAVERA via C++

    Sample C++ merging code PRIMAVERA XML to ORACLE PRIMAVERA. Use example code for batch PRIMAVERA XML files to ORACLE PRIMAVERA merging within any C++ Application.... Load first file as project with Project class Decide what entities...Load other files as project objects with Project class Add target...

    products.aspose.com/tasks/cpp/merger/primavera-...
  2. Merge PRIMAVERA XER to MPP via Java

    Sample code for PRIMAVERA XER to MPP Java merging. Use API example code for batch PRIMAVERA XER files to MPP merging within any Web or Desktop Java based application....it within your Maven-based project by adding the following configurations... Load first file as project with Project class Decide what entities...

    products.aspose.com/tasks/java/merger/primavera...
  3. VbaReferenceType | Aspose.Words for Java

    Allows to specify the type of a VbaReference object in Java....Document(getMyDir() + "VBA project.docm"); VbaReferenceCollecti...getLibId()); case VbaReferenceType.PROJECT: return getLibIdProjectPath(reference...

    reference.aspose.com/words/java/com.aspose.word...
  4. Actual Properties

    Learn how to work with Microsoft Project (MPP/XML) actual properties using Aspose.Tasks for .NET....Actual Properties in Microsoft Project To access these properties...properties in Microsoft Project: On the View menu, select More Views and...

    docs.aspose.com/tasks/net/actual-properties/
  5. Predecessor and Successor Tasks

    Learn how to work with Microsoft Project (MPP/XML) predecessor and successor tasks using Aspose.Tasks for .NET....predecessor tasks in Microsoft Project: From the View menu, select...traversing the task links in the project and writing the results to...

    docs.aspose.com/tasks/net/predecessor-and-succe...
  6. Rendering Task Usage View in PHP

    Learn how to render Microsoft Project (MPP/XML) task usage views using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...$presentationFormat -> TaskUsage ); 7 $project -> save ( "task_days.pdf" ...

    docs.aspose.com/tasks/java/rendering-task-usage...
  7. Aspose.Tasks .NET for VSTO

    Learn how to use Aspose.Tasks for .NET in comparison with Visual Studio Tools for Office....NET is a project management component that enables...not only read and manipulate project management documents but also...

    docs.aspose.com/tasks/net/aspose-tasks-net-for-...
  8. Change Progress of a Task in PHP

    Learn how to change task progress in Microsoft Project (MPP/XML) files using Aspose.Tasks Java for PHP....Code Copy 1 $project = new Project(); 2 print $project -> getCalculationMode...getCalculationMode (); 3 $task = $project -> getRootTask () -> getChildren...

    docs.aspose.com/tasks/java/change-progress-of-a...
  9. Creating Resources in VSTO and Aspose.Tasks

    Learn how to create resources in Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET in comparison with VSTO....sample to create resource in project. Copy 1 string filename = @"E:\Aspose\Aspose...VSTO\Aspose.Tasks VS VSTO Projects\Sample Files\MyProject.mpp"...

    docs.aspose.com/tasks/net/creating-resources-in...
  10. How to Convert MPP to HTML in C#

    This quick tutorial explains how to convert MPP to HTML in C#. To change Microsoft Project to HTML using C# detailed instructions are provided in the form of detailed steps and a runnable sample code....configuration is done, the Project.Save() function will be used...used to transform Microsoft Project to HTML using C# . Steps to...

    kb.aspose.com/tasks/net/how-to-convert-mpp-file...