Sort Score
Result 10 results
Languages All
Labels All
Results 1,101 - 1,110 of 1,328 for

resource leveling

(0.26 sec)
  1. Об’єднати файли XPS | Aspose.Page для Python че...

    Функціональність об’єднання XPS рішення API Aspose.Page для Python дозволяє об’єднувати кілька файлів XPS в один документ XPS або PDF....Code API Reference Helpful resources ▼ Live Demos Source Code API...15 16 options. jpeg_quality_level = 100 17 options. image_compression...

    docs.aspose.com/page/uk/python-net/merge/xps/
  2. Working with Document in PS file | Java

    Adding pages to an PS file is a functionality supported by Aspose.Page API solution. See how to use the functionality in Java....Code API Reference Helpful resources ▼ Live Demos Source Code API...JpegQualityLevel specifies a level of compression/quality of images...

    docs.aspose.com/page/java/ps/working-with-docum...
  3. Работа с документом в PS-файле | Python

    Добавление страниц в файл PS — это функция, поддерживаемая решением Aspose.Page API. Узнайте, как использовать эту функциональность в Python....Code API Reference Helpful resources ▼ Live Demos Source Code API...«TrueType». Параметр jpeg_quality_level определяет уровень сжатия и...

    docs.aspose.com/page/ru/python-net/ps/working-w...
  4. LaTeX templates - quick‑start guide

    Learn what LaTeX templates are, how to use and create them, where to download the most popular ones, and a fast workflow with ready‑to‑copy snippets....Code API Reference Helpful resources ▼ Live Demos Source Code API...Roman} 11 12 % ---- user ‑ level commands ---- 13 \ newcommand...

    docs.aspose.com/tex/net/latex-templates/
  5. Working with WBS Associated with a Task | Aspos...

    Learn how to manage Work Breakdown Structure (WBS) codes for tasks in Microsoft Project (MPP/XML) using Aspose.Tasks for .NET. Includes C# examples for reading, defining, and renumbering WBS values....Code API Reference Helpful resources ▼ Live Demos High Code APIs...returns or sets the depth (level) of the task within the WBS...

    docs.aspose.com/tasks/net/wbs-associated-with-a...
  6. Outil d'analyse des risques pour les développeu...

    Un guide complet sur l'utilisation des outils d'analyse des risques avec Aspose.Tasks pour Java....Code API Reference Helpful resources ▼ Live Demos High Code APIs...(130); 18 // Set a confidence level that correspond to the percentage...

    docs.aspose.com/tasks/fr/java/risk-analysis-tool/
  7. Herramienta de análisis de riesgos | Aspose.Tas...

    Una guía completa sobre herramientas de análisis de riesgos y su uso con los archivos del proyecto Microsoft....Code API Reference Helpful resources ▼ Live Demos High Code APIs... 18 19 // Set a confidence level that correspond to the percentage...

    docs.aspose.com/tasks/es/cpp/risk-analysis-tool/
  8. Инструмент анализа риска | Aspose.Tasks докумен...

    Комплексное руководство по инструментам анализа рисков и их использование с файлами проекта Microsoft....Code API Reference Helpful resources ▼ Live Demos High Code APIs... 18 19 // Set a confidence level that correspond to the percentage...

    docs.aspose.com/tasks/ru/cpp/risk-analysis-tool/
  9. Java 개발자를위한 위험 분석 도구 | Aspose.Tasks 문서

    Aspose.Tasks for java와 함께 위험 분석 도구를 사용하는 것에 대한 포괄적 인 안내서....Code API Reference Helpful resources ▼ Live Demos High Code APIs...(130); 18 // Set a confidence level that correspond to the percentage...

    docs.aspose.com/tasks/ko/java/risk-analysis-tool/
  10. 如何获取word中header和footer段落的坐标(x, y)? - Free Suppo...

    您好:我使用aspose-words-21.5.0-jdk17.jar版本生成word。生成的word包含header和footer,还有body。分别是三个table,每个table的的cell都设置了段落。然后把header、body和footer中某一个段落放入到集合中,遍历集合move到对应段落,然后插入对应段落的shape。以下代码注释了计算坐标的代码就可以正常运行。 但是现在有这样的问题:我需要在插入shape的时候重新计…...static final String LICENSE_RESOURCE_NAME = "license.xml"; protected...getResourceAsStream(LICENSE_RESOURCE_NAME)) { ASPOSE_LICENSE.setLicense(is);...

    forum.aspose.com/t/word-header-footer-x-y/316493