Sort Score
Result 10 results
Languages All
Labels All
Results 741 - 750 of 148,592 for

project

(0.09 sec)
  1. VbaProject.h - Aspose.Tasks for C++ - API Refer...

    Aspose.Tasks for C++ VbaProject.h 1 #pragma once 2 //----------------------------------------------------------------......namespace Tasks 16 { 17 class Project; 18 namespace Vba 19 { 20 class...friend class Aspose::Tasks::Project ; 59 60 public : 61 62 ///...

    reference.aspose.com/tasks/cpp/_vba_project_8h_...
  2. Aspose.Tasks for .NET 6.5.0 Release Notes

    The page contains the release notes for Aspose.Tasks for .NET 6.5.0....Filter Represents a filter in Project. This class is a member of...of the Project.ResourceGroups collection or the Project.TaskGroups...

    releases.aspose.com/tasks/net/release-notes/201...
  3. Aspose.Words for C++ Compile error when using C...

    Hi I’m creating a new c++ console Project using visual studio 2022. I’ve just installed the Aspose.Words.cpp Nuget package. When I compile and run the Project using “ISO C++17 Standard (/std:c++17)”, everything works. …...creating a new c++ console project using visual studio 2022. I’ve...When I compile and run the project using “ISO C++17 Standard (/std:c++17)”...

    forum.aspose.com/t/aspose-words-for-c-compile-e...
  4. Risk Analysis Tool

    Learn how to use risk analysis tools to perform risk analysis on Microsoft Project (MPP/XML) files using Aspose.Tasks for C++....risk analysis on Microsoft Project (MPP/XML) files. This is based...analysis that is based on a project schedule (task durations and...

    docs.aspose.com/tasks/cpp/risk-analysis-tool/
  5. SetCalendar | Aspose.Tasks for .NET API Reference

    SetCalendar RecurringTaskParameters.SetCalendar method Set a calendar for recurring task. The calendar is selected fr......calendar is selected from project calendar collection. public...public void SetCalendar ( Project project , string calendarName )...

    reference.aspose.com/tasks/net/aspose.tasks/rec...
  6. Aspose.Tasks for .NET 17.1.0 Release Notes

    The page contains the release notes for Aspose.Tasks for .NET 17.1.0....for manipulating Microsoft Project documents without it being...provides support for Microsoft Project (MPP/XML) as well as Primavera...

    releases.aspose.com/tasks/net/release-notes/201...
  7. Working with Projects in Ruby

    Learn how to read, modify, save, and convert Microsoft Project MPP/XML files, edit properties of the tasks, resource, and resource assignments using Aspose.Tasks Java in Ruby....Working with Projects in Ruby Working with Projects in Ruby Creating...Creating an Empty Project File in Ruby Currency Properties in Ruby...

    docs.aspose.com/tasks/java/working-with-project...
  8. Aspose.Tasks for Java 6.5.0 Release Notes

    The page contains the release notes for Aspose.Tasks for Java 6.5.0....Filter Represents a filter in Project. This class is a member of...of the Project.ResourceGroups collection or the Project.TaskGroups...

    releases.aspose.com/tasks/java/release-notes/20...
  9. How to Run the Examples

    Learn how to run Aspose.Tasks for Java code examples using IntelliJ IDEA, Eclipse or NetBeans.... The project uses the Maven build system...easily open or import the project and its dependencies. Below...

    docs.aspose.com/tasks/java/how-to-run-the-examp...
  10. The baselines are not visible on the Gantt char...

    Hello, I tried adding baselines under the tasks, but nothing appeared when saving the file as a PDF. Project Project = new Project { CalculationMode = CalculationMode.Manual }; Task parentTask =Project.RootTask; Task …... Project project = new Project { CalculationMode...Manual }; Task parentTask =project.RootTask; Task child1 = parentTask...

    forum.aspose.com/t/the-baselines-are-not-visibl...