Sort Score
Result 10 results
Languages All
Labels All
Results 431 - 440 of 88,451 for

project

(2.76 sec)
  1. Working with Task Links in PHP | Aspose.Tasks D...

    Learn how to write Microsoft Project task links using Aspose.Tasks Java for PHP....60 * $one_min ; 6 7 $project = new Project( 'test_tasks.mpp' );...new Prj(); 12 13 $task1 = $project -> getRootTask () -> getChildren...

    docs.aspose.com/tasks/java/writing-updated-task...
  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....org is checked The example project uses the NuGet Automatic Package...Aspose.Cells.dll in the example project. Download from GitHub All examples...

    docs.aspose.com/cells/net/how-to-run-the-examples/
  3. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a VBA Project in Java....VBA project. Examples: Shows how to create a VBA project using...Create a new VBA project. VbaProject project = new VbaProject();...

    reference.aspose.com/words/java/com.aspose.word...
  4. Split Tasks in VSTO and Aspose.Tasks | Aspose.T...

    Compare methods of splitting tasks between Microsoft Project's VSTO add-in and Aspose.Tasks library for .NET developers....NET supports this Microsoft Project feature. Code Examples VSTO...Below is the code for VSTO Project to split tasks: Copy 1 object...

    docs.aspose.com/tasks/net/split-tasks-in-vsto-a...
  5. 如何使用 C++ 提取 Microsoft Project 文件元数据

    在本主题中,我们将探讨如何使用 C++ 提取 Microsoft Project 文件元数据。您将观察如何使用不依赖 MS Project 的简单 API 调用在 C++ 中访问 MPP 文件及其元数据信息。...Family 如何使用 C++ 提取 Microsoft Project 文件元数据 在本主题中,我们将探讨如何 使用 C++...Microsoft Project file 元数据。您将观察如何使用不依赖 MS Project 的简单 API 调用在...

    kb.aspose.com/zh/tasks/cpp/how-to-extract-micro...
  6. Work with Task Views | Aspose.Tasks Documentation

    Learn how to work with task views using Aspose.Tasks for C# and VB.NET....C++ API supports rendering project tasks to a variety of formats...Create an instance of the Project class. Read the source MPP...

    docs.aspose.com/tasks/cpp/task-views/
  7. Automate MPP File Merger with Aspose.com - Onli...

    Aspose.com provides powerful tools to help automate MPP file merging. With our intuitive user interface, you can quickly and easily convert MPP files into PDF, XML, or other formats. You can also merge multiple MPP files into a single file, customize the output file, and organize your data....related tasks into a single project makes it easier for teams to...transferring data from one project to another is made easier with...

    products.aspose.com/tasks/net/merger/mpp/
  8. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....to access a document’s VBA project information. auto doc = System...get_MyDir () + u "VBA project.docm" ); // A VBA project contains a collection...

    reference.aspose.com/words/cpp/aspose.words/doc...
  9. Formula Expressions | Aspose.Tasks Documentation

    This document provides guidance on working with formula expressions using Aspose.Tasks for C++....can use Task, Resource and Project fields as a formula in expressions...fields, DateTime, Boolean and Project Fields such as task count and...

    docs.aspose.com/tasks/cpp/formula-expressions/
  10. Working with VBA Macros in C++|Aspose.Words for...

    Working with document VBA Projects using C++....classes to get access to the VBA project source code: The VBAProject...class provides access to VBA project information The VBAModulesCollection...

    docs.aspose.com/words/cpp/working-with-vba-macros/