Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 86,443 for

project

(0.07 sec)
  1. Creating a Task Link | Aspose.Tasks Documentation

    Learn how to create task links in Microsoft Project (MPP/XML) files using Aspose.Tasks for Java....4 5 Project project = new Project(); 6 Task pred = project. getRootTask..."Task 1" ); 7 Task succ = project. getRootTask (). getChildren...

    docs.aspose.com/tasks/java/creating-a-task-link/
  2. Process Excel Files in Go (Golang) Using Aspose...

    How to quickly integrate Aspose.Cells for Go via C++ for Excel operations...in your project # Create a directory for your project and a main...to your main.go. Initialize project go.mod go mod init main Fetch...

    blog.aspose.com/cells/process-excel-files-in-go...
  3. Managing Currency Codes | Aspose.Tasks Document...

    Learn how to manage currency codes in Microsoft Project (MPP/XML) files using Aspose.Tasks for Java....three-letter currency code for a project. This property supports the...To see a project’s currency code in Microsoft Project: On the...

    docs.aspose.com/tasks/java/managing-currency-co...
  4. 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...
  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. Handwriting recognition plugin|Documentation

    Adding or updating handwriting recognition plugin to your Project based on Aspose.OMR for .NET....the package to your existing projects, or install the package without...plugin in your project. Open your solution or a project in Microsoft...

    docs.aspose.com/omr/net/installation/handwriting/
  7. How to Convert MPP to Excel using Java

    This topic provides details about how to convert MPP to Excel using Java. You can export a MPP file to Excel using Java with the help of a well defined steps and sample code containing few of lines of code....an application to export MS Project file to Excel using Java that...file using an instance of the Project class to convert MPP to Excel...

    kb.aspose.com/tasks/java/how-to-convert-mpp-to-...
  8. Reading Page Setup Information from MPP File | ...

    Learn how to read Microsoft Project (MPP/XML) page setup information using Aspose.Tasks for Java....for Java Working with Java Projects Reading Page Setup Information...mapped to each tab of Microsoft Project Page Setup dialog as detailed...

    docs.aspose.com/tasks/java/reading-page-setup-i...
  9. Aspose Export to Image for ASP.NET MVC|Aspose.W...

    Using Aspose.Words for .NET to export the entire content of the web page into an image in Microsoft ASP.NET MVC in C#....NET to their MVC website projects by performing few simple steps...ExportContentToImage Project. Step 2 – Open ExportContentToImage Project. Step...

    docs.aspose.com/words/net/aspose-export-to-imag...
  10. Creating a Calendar in PHP | Aspose.Tasks Docum...

    This article explains how to create calendar components in PHP using Aspose.Tasks Java for PHP.... Copy 1 $project = new Project( 'test_tasks.mpp' );...); 2 3 $cal1 = $project -> getCalendars () -> add ( "no info"...

    docs.aspose.com/tasks/java/creating-a-calendar-...