Sort Score
Result 10 results
Languages All
Labels All
Results 1,151 - 1,160 of 89,437 for

project

(0.93 sec)
  1. Calculate Task Duration in Different Units | As...

    Learn how to calculate Microsoft Project (MPP/XML) task durations using Aspose.Tasks for Java.... class ); 4 5 // Read MS Project template file 6 String fileName...input file as Project 9 Project project = new Project(fileName);...

    docs.aspose.com/tasks/java/calculate-task-durat...
  2. Hello, World!|Documentation

    Start working with Aspose.OMR for C++ by creating simple applications for generating and recognizing machine-readable forms.... Create a console C++ project in Visual Studio. Install Aspose...OMR.Cpp NuGet package to the project. Copy a form template file...

    docs.aspose.com/omr/cpp/hello-world/
  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. VbaProject.clone method | Aspose.Words for Node.js

    VbaProject.clone method. Performs a copy of the [VbaProject](../)....Shows how to deep clone a VBA project and module. let doc = new aw...Document ( base . myDir + "VBA project.docm" ); let destDoc = new...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. 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...
  6. Total Float in days calculation - Free Support ...

    Hi, Primavera has a dynamic way to set number of hours in a day. It could be 8 hours a day or 10 hours a day based on the calendar set by the scheduler. When I use the task.totalslack property it returns the value in …...Assuming you have loaded your project and have access to the task...Aspose.Tasks API is based on MS Project’s model and doesn’t have a...

    forum.aspose.com/t/total-float-in-days-calculat...
  7. Code Comparison for Common Features | Aspose.Ta...

    Learn how to work with Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET compared to VSTO....API to work with Microsoft Project files (MPP/XML) without requiring...requiring Microsoft Project to be installed. This section offers...

    docs.aspose.com/tasks/net/code-comparison-for-c...
  8. 用C++检查VBA代码是否签名|Documentation

    学习如何用Aspose.Cells在C++中检查Excel文件中的VBA代码是否已签名。...); // Check if the VBA code project is signed std :: wcout << U...U "Is VBA Code Project Signed: " << workbook . GetVbaProject...

    docs.aspose.com/cells/zh/cpp/check-if-vba-code-...
  9. Document Comparison Getting Started|Aspose.Word...

    To get started with Document Comparison by Aspose.Words for .NET learn the information on System Requirements, Technical Support, Download, and Installation....NET project: Microsoft Visual Studio 2013...please report on GitHub . This project is built using Aspose.Words...

    docs.aspose.com/words/net/document-comparison-g...
  10. Aspose.Cells or NPOI|Documentation

    Perform a large number of tasks with Excel files faster and more conveniently than NPOI using C#....the POI Java project) is an open‑source project that can help...and XSSF: HSSF is the POI Project’s pure Java implementation...

    docs.aspose.com/cells/net/why-not-npoi/