Sort Score
Result 10 results
Languages All
Labels All
Results 1,081 - 1,090 of 86,470 for

project

(0.14 sec)
  1. Render Resource Usage or Sheet Views in Ruby | ...

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....PresentationFormat' ) . ResourceUsage) 8 9 project . save( "result_days.pdf" ...

    docs.aspose.com/tasks/java/rendering-resource-u...
  2. How to Run the Examples|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... Use the File -> Open Project option to import the example...jar files (Libraries) in the project. The Resources folder contains...

    docs.aspose.com/psd/java/how-to-run-the-examples/
  3. Sorting Resources by Name | Aspose.Tasks Docume...

    Learn how to sort resources by name using Aspose.Tasks for .NET....NET allows sorting project resources based on various...load a project and sort its resources: Copy 1 Project project = new...

    docs.aspose.com/tasks/net/sorting-resources-by-...
  4. Retrieve a Task's Budget Work and Cost Values i...

    Learn how to read Microsoft Project (MPP/XML) task budget work and cost values using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....'test_tasks.mpp' ) 2 3 project_summary = project . getRootTask() 4...

    docs.aspose.com/tasks/java/retrieve-a-task-s-bu...
  5. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....Preparing Create a new C++ project in Visual Studio. You can use...use a very basic project template, such as Console App . Install...

    docs.aspose.com/ocr/cpp/hello-world/
  6. Setting Resource Properties | Aspose.Tasks Docu...

    This guide provides information on how to set resource properties for Microsoft Project files using Aspose.Tasks for Java....general properties in Microsoft Project: From the View menu, select...resource properties in Microsoft Project Setting General Resource Properties...

    docs.aspose.com/tasks/java/setting-resource-pro...
  7. Merge PDF to MPP via C++

    Sample C++ merging code PDF to MPP. Use example code for batch PDF files to MPP merging within any C++ Application.... Create new instance of Project class Read each PDF file as...collection of Project instance Call the Project.Save method with...

    products.aspose.com/tasks/cpp/merger/pdf-to-mpp/
  8. 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...
  9. Creating Resource Assignments in PHP | Aspose.T...

    Learn how to create resource assignments linking tasks and resources in Microsoft Project MPP/XML files using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...); 2 3 $task = $project -> getRootTask () -> getChildren () ->...

    docs.aspose.com/tasks/java/creating-resource-as...
  10. Working with Calendars | Aspose.Tasks Documenta...

    The page contains examples of using Aspose.Tasks for .NET to work with Microsoft Project calendars....in project planning and scheduling. In Microsoft Project, calendars...resources, tasks, and the entire project. Aspose.Tasks for .NET enables...

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