Sort Score
Result 10 results
Languages All
Labels All
Results 801 - 810 of 28,988 for

x

(0.82 sec)
  1. Sort Tasks by Column in Gantt Chart | Aspose.Ta...

    Learn how to sort tasks by any column defined in Gantt chart view using Aspose.Tasks for .NET....int Compare (Task x, Task y) 19 { 20 return x. Get (Tsk. Name )...Compare (Task x, Task y) 27 { 28 Duration durX = x. Get (Tsk. Duration...

    docs.aspose.com/tasks/net/sort-tasks-by-column-...
  2. How to Add Headers & Footers to Presentations i...

    Learn how to add headers and footers in PowerPoint PPT, PPTX and ODP presentations in Java using both legacy and modern Aspose.Slides APIs....x, you need to make some minor changes...New Aspose.Slides for Java 13.x Approach How to Create Hello World...

    docs.aspose.com/slides/java/how-to-add-header-f...
  3. Comment.ancestor property | Aspose.Words for Py...

    Comment.ancestor property. Returns the parent [Comment](../) object... of_type ( lambda x : x . as_comment (), b ), list (...

    reference.aspose.com/words/python-net/aspose.wo...
  4. Ինչպես փոխարկել PDF-ը PDF X1A-ին՝ օգտագործելով C#

    Այս հոդվածը սովորեցնում է, թե ինչպես փոխարկել PDF-ը PDF X1A-ի՝ օգտագործելով C#: Այն ապահովում է IDE կարգավորումները, ծրագրի տրամաբանությունը և գործարկվող կոդ՝ PDF-ը PDF X1A-ի վերածելու համար՝ օգտագործելով C#:...հարմարեցնելու համար: PDF-ը PDF X 1A-ի փոխարկելու քայլեր՝ օգտագործելով...օգտագործելով Document դասը PDF/X-1a-ի փոխակերպման համար Ստեղծեք...

    kb.aspose.com/hy/pdf/net/how-to-convert-pdf-to-...
  5. Wrong coordinates of rotated shape imported fro...

    Hello, we noticed a problem with Aspose.Words versions 24.12 and 25.2 which were not present in 24.9. Using the newest version when importing rotated shapes (eXcluding 0 or 180 degrees) X, Y coordinates are shifted by co…...degrees) X, Y coordinates are shifted by constant value (x + constant...java.awt.geom.Rectangle2D$Float[ x=142.60002, y=134.33392, w=131...

    forum.aspose.com/t/wrong-coordinates-of-rotated...
  6. 用 Node.js 和 C++ 获取工作表页面设置的纸张宽度和高度|Documentation

    探索如何通过 Node.js 和 C++ 程序编程获取 EXcel 工作表页面设置的纸张宽度和高度。... getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...getPageSetup (). getPaperWidth () + "x" + sheet . getPageSetup (). getPaperHeight...

    docs.aspose.com/cells/zh/nodejs-cpp/get-paper-w...
  7. AxisTimeUnit enumeration | Aspose.Words for Python

    aspose.words.drawing.charts.AXisTimeUnit enumeration. Specifies the unit of time for aXes....containing date/time values for the X-axis, and respective decimal values...bounds for the X-axis. x_axis = chart . axis_x x_axis . scaling...

    reference.aspose.com/words/python-net/aspose.wo...
  8. 请教,如何在pdf中某一个固定位置插入一个base64image的图片,固定位置需要判断横向纵...

    public static void main(String[] args) { try { String inFilePath = "E:\\test\\pdf_signature\\a.pdf"; String outFilePath = "E:\\test\\pdf_signature\\z" + Instant.now().toEpochMilli() + ".pdf"; …...setPosition(400, 100); // Adjust X and Y for landscape } else { image...setPosition(100, 400); // Adjust X and Y for portrait } // Optionally...

    forum.aspose.com/t/pdf-base64image/315504
  9. Save PDF document programmatically|Aspose.PDF f...

    Learn how to save PDF file in C# Aspose.PDF for .NET PDF library. Save PDF document to file system, to stream, and in Web applications.... Save PDF/A or PDF/X format PDF/A is an ISO-standardized...reading embedded annotations. PDF/X is a subset of the PDF ISO standard...

    docs.aspose.com/pdf/net/save-pdf-document/
  10. Save PDF Document using C++|Aspose.PDF for C++

    Learn how to save PDF file with Aspose.PDF for C++ library....fileStream ); } Save PDF/A or PDF/X format PDF/A is an ISO-standardized...reading embedded annotations. PDF/X is a subset of the PDF ISO standard...

    docs.aspose.com/pdf/cpp/save-pdf-document/