Sort Score
Result 10 results
Languages All
Labels All
Results 871 - 880 of 88,396 for

project

(0.15 sec)
  1. 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...
  2. 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...
  3. Working with Extended Task Attributes | Aspose....

    Learn how to work with extended attributes of tasks using Aspose.Tasks for C# and .NET....[ Hide Show ] In Microsoft Project, an extended task attribute...all versions of Microsoft Project: 2003, 2007, 2010, and 2013...

    docs.aspose.com/tasks/cpp/extended-task-attribu...
  4. Save as html exception - Free Support Forum - a...

    I have a visio document which throw exception when I try to save it as HTML. Here is a sample Project: aspose-test-app.zip (248.7 KB) Steps to reproduce: Open Project in Visual Studio and run it Select a destination…... Here is a sample project: aspose-test-app.zip (248.7...KB) Steps to reproduce: Open project in Visual Studio and run it...

    forum.aspose.com/t/save-as-html-exception/294766
  5. Render Resource Usage or Sheet Views in Ruby | ...

    Learn how to read Microsoft Project (MPP/XML) resource usage and resource sheet views using Aspose.Tasks Java for Ruby....Copy 1 project = Rjb :: import( 'com.aspose.tasks.Project' ) ....PresentationFormat' ) . ResourceUsage) 8 9 project . save( "result_days.pdf" ...

    docs.aspose.com/tasks/java/rendering-resource-u...
  6. Sorting Resources by Name | Aspose.Tasks Docume...

    Learn how to sort resources by name using Aspose.Tasks for .NET....NET allows sorting project resources based on various...load a project and sort its resources: Copy 1 Project project = new...

    docs.aspose.com/tasks/net/sorting-resources-by-...
  7. Installation|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....or barcode-lib ) into your project directory. You can rename it...barcode-lib ). Example project structure: your-project/ ├── barcode-lib/...

    docs.aspose.com/barcode/nodejsjava/installation/
  8. Setting Attributes for New Tasks in PHP | Aspos...

    Learn how to set attributes for tasks when creating new Projects using Aspose.Tasks Java for PHP....Programmers Guide Working with Projects in PHP Setting Attributes...code. PHP Code Copy 1 $project = new Project( 'test_tasks.mpp' );...

    docs.aspose.com/tasks/java/setting-attributes-f...
  9. Aspose::Words::Vba::VbaProject::get_Modules met...

    Aspose::Words::Vba::VbaProject::get_Modules method. Returns collection of VBA Project modules in C++....Returns collection of VBA project modules. System :: SharedPtr...to access a document’s VBA project information. auto doc = System...

    reference.aspose.com/words/cpp/aspose.words.vba...
  10. Hello, world!|Documentation

    Get started with Aspose.OCR for C++ by creating and running a bare minimum example....Preparing Create a new C++ project in Visual Studio. You can use...use a very basic project template, such as Console App . Install...

    docs.aspose.com/ocr/cpp/hello-world/