Sort Score
Result 10 results
Languages All
Labels All
Results 1,181 - 1,190 of 83,079 for

project

(0.07 sec)
  1. Defining Weekdays for Exceptions | Aspose.Tasks...

    Learn how to define exception weekdays for Microsoft Project (MPP/XML) Projects using Aspose.Tasks for C# and C++....of exceptions in Microsoft Project: Open a file. From the Tools...Create a project instance 4 System ::SharedPtr < Project > prj =...

    docs.aspose.com/tasks/cpp/defining-weekdays-for...
  2. SVG gets generated differently depending on the...

    Hi, We experience an issue with the SVG generation from xlsx charts. Depending on the target framework the .svg file will be slightly different. This difference is enough to break functionality in other libraries when t…... You can use the test project attached this thread and just...scenario using the sample project (net6.0-windows) and the provided...

    forum.aspose.com/t/svg-gets-generated-different...
  3. Managing Assignment Cost | Aspose.Tasks Documen...

    Learn how to manage Microsoft Project (MPP/XML) resource assignment costs using Aspose.Tasks for C++....represents an assignment’s total project cost (decimal). BCWP represents...assignment costs in Microsoft Project: On the Task Usage page, select...

    docs.aspose.com/tasks/cpp/managing-assignment-c...
  4. How to Run the Examples|Aspose.Words for .NET

    Download Aspose.Words for .NET examples from our GitHub repository and learn how to run them to become more familiar with the Aspose.Words possibilities and features using C#....Restore feature in the Examples project. If you do not have an active...Words.dll to the Examples project. Download and Run the Examples...

    docs.aspose.com/words/net/how-to-run-the-examples/
  5. | Aspose

    Sample code for WBMP to Searchable PDF Java conversion. Use API example code for batch WBMP files to Searchable PDF conversion within any Web or Desktop Java based application.... To add it to your project, you just need to get Aspose...it within your Maven-based project by adding the following configurations...

    products.aspose.com/ocr/cpp/conversion/wbmp-to-...
  6. 在工作簿的VBA项目中添加库引用|Documentation

    学习如何使用Aspose.Cells for C++向VBA项目添加或注册库引用。...workbook ; // Get the VBA project from the workbook VbaProject...registered references to the VBA project vbaProj . GetReferences ()...

    docs.aspose.com/cells/zh/cpp/add-a-library-refe...
  7. Convert XML to XLS via Java

    Sample Java conversion code for XML format to XLS file. Use this example code to convert XML to XLS within any Web or Desktop Java based application....it within your Maven-based project by adding the following configurations...Load XML file with Project class Call Project.save method Pass...

    products.aspose.com/tasks/java/conversion/xml-t...
  8. Determine Task Schedule Conflict | Aspose.Tasks...

    Learn how to determine task schedule conflicts using Aspose.Tasks for .NET.... Copy 1 Project project = new Project( "New Project.mpp" ); 2...2 Task task = project. RootTask . Children . GetById (1); 3 Console...

    docs.aspose.com/tasks/net/determine-task-schedu...
  9. Convert MPP to CSV in C#

    This topic is about how to convert MPP to CSV in C#. You can transform MPP file to CSV using C# by adhering to well defined steps and an example using a few lines of code....without any dependence on MS Project software to transform MPP file...file using an instance of the Project class object to convert MPP...

    kb.aspose.com/tasks/net/convert-mpp-to-csv-in-c...
  10. Sort Tasks by Column in Gantt Chart | Aspose.Ta...

    Learn how to sort tasks by any column defined in Gantt chart view using Aspose.Tasks for .NET....Sorting By default, tasks in a project are rendered in the order of...() 4 { 5 Project project = new Project( "New Project.mpp" ); 6...

    docs.aspose.com/tasks/net/sort-tasks-by-column-...