Sort Score
Result 10 results
Languages All
Labels All
Results 571 - 580 of 79,527 for

project

(0.06 sec)
  1. Risk Analysis Tool

    Learn how to perform risk analysis on your Microsoft Project (MPP/XML) files using Aspose.Tasks for .NET....performing risk analysis on a Project data file. This is based on...analysis that is based on a project schedule (task durations and...

    docs.aspose.com/tasks/net/risk-analysis-tool/
  2. Document.VbaProject | Aspose.Words for .NET

    Discover how to manage VbaProject properties effectively. Learn to get or set VbaProject for enhanced automation and streamlined workflows....to access a document’s VBA project information. Document doc =...MyDir + "VBA project.docm" ); // A VBA project contains a collection...

    reference.aspose.com/words/net/aspose.words/doc...
  3. VbaModuleCollection.Count | Aspose.Words for .NET

    Discover the VbaModuleCollection Count property, which efficiently counts your VBA modules, enhancing your coding workflow and organization....to access a document’s VBA project information. Document doc =...MyDir + "VBA project.docm" ); // A VBA project contains a collection...

    reference.aspose.com/words/net/aspose.words.vba...
  4. General Resource Assignment Properties

    Learn how to read or edit properties of Microsoft Project (MPP/XML) resource assignments using Aspose.Tasks for .NET....general properties in Microsoft Project: From the View menu, select...Create empty project 2 Project project = new Project(); 3 4 // Add...

    docs.aspose.com/tasks/net/general-resource-assi...
  5. Using Aspose.Drawing for Java in Android applic...

    Learn how to use Aspose.Drawing graphic library for Android application.... Create a project. Add a reference to the Aspose...c:\Users\User\AndroidApp\lib . Create Project Launch the IDE. In the main...

    docs.aspose.com/drawing/java/android-pen-example/
  6. Rendering Task Sheet View

    Learn how to render Microsoft Project (MPP/XML) task sheet views using Aspose.Tasks for Java....for Java supports rendering project tasks to a variety of formats...Create an instance of the Project Reader. Read the source MPP...

    docs.aspose.com/tasks/java/rendering-task-sheet...
  7. Sort Tasks by Column in Gantt Chart

    Learn how to sort tasks by any column defined in Gantt chart view using Aspose.Tasks for Java....Tasks Copy 1 Project project = new Project(); 2 project. addTask...addTask ( "B Task 1" ); 3 project. addTask ( "A Task 2" ); 4 SaveOptions...

    docs.aspose.com/tasks/java/sort-tasks-by-column...
  8. File Formats Supported by Aspose.Tasks for Java

    Aspose.Tasks for Java supports loading and saving of a wide range of Project management file formats and allows you to edit source documents as well as convert files from one format to another....Description Load Save Microsoft Project 2003/2007/2010/2013/2016/2019...019 MPP and Microsoft Project Online formats are supported XML...

    docs.aspose.com/tasks/java/supported-file-formats/
  9. Writing Updated TaskLink Data to MPP in Ruby

    Learn how to write Microsoft Project (MPP/XML) task links using Aspose.Tasks Java for Ruby....one_min 4 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....aspose.tasks.Prj' ) 7 task1 = project . getRootTask() . getChildren()...

    docs.aspose.com/tasks/java/writing-updated-task...
  10. 找出VBA项目是否受密码保护,通过Node.js和C++|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....Workbook (); // Access the VBA project of the workbook. const vbaProj...getVbaProject (); // Find out if VBA Project is Protected using isProtected...

    docs.aspose.com/cells/zh/nodejs-cpp/find-out-if...