Sort Score
Result 10 results
Languages All
Labels All
Results 8,951 - 8,960 of 149,729 for

2

(0.17 sec)
  1. 用 JavaScript 通过 C++ 冻结 Excel 工作表的窗格|Documentation

    在本文中,你将学习如何使用 Aspose.Cells for JavaScript 通过 C++ 编程方式冻结 Excel 工作表的窗格。... 2. 使用Worksheet.freezePanes()方法冻结窗格。...

    docs.aspose.com/cells/zh/javascript-cpp/how-to-...
  2. Aspose - excel to pdf, excel to image, excel to...

    Package used: pip install aspose-cells-python Sample Excel file used for below conversions - Sample_Excel.zip (9.9 KB) Image conversion code – from aspose.cells import Workbook workbook = Workbook(“Sample_Excel.xls…...Discourse June 20, 2025, 1:33pm 2 @NehaPawar Cause The issues you’re..."e:\\test2\\outPage_" + str(j + 1) + ".png") 2). Please try the following sample...

    forum.aspose.com/t/aspose-excel-to-pdf-excel-to...
  3. 在使用JavaScript通过C++处理ODS文件中的背景|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++管理ODS文件中的背景。... value = 2 ; worksheet . cells . get ( 2 , 0 ). value =...8 ; worksheet . cells . get ( 2 , 1 ). value = 9 ; worksheet ...

    docs.aspose.com/cells/zh/javascript-cpp/working...
  4. Shading | Aspose.Words for Java

    Contains shading attributes for an object in Java....SINGLE, 2.0, Color.BLACK); // Create a row...builder.writeln("Row 1, Cell 2."); builder.endRow(); // Reset...

    reference.aspose.com/words/java/com.aspose.word...
  5. PDF to JPG,JPG比原始文件大了。 - Free Support Forum - a...

    你好,感谢您的查看和帮助。 /// <summary> /// 极简版:直接保存PDF中的图片(纯Aspose.PDF官方API,跨平台) /// </summary> public static void ExtractImageFromPdfSimple(string inputPath, string outputDirectory) { if (!Directory.Exists(outputDirecto…...Discourse December 25, 2025, 11:38am 2 @fhn123456 原因 XImage.Save(outputStream...xImage.ResolutionY; 通过上述属性可以在第 2 步中把相同的 DPI 写回 JPEG。 小结 XImage...

    forum.aspose.com/t/pdf-to-jpg-jpg/323716
  6. index.xml

    2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Format Conversion Solution for Rusthttps://products.aspose.com/pdf/rust-cpp/conversion/Recent content in PDF Format Conversion Solution for......2.0 http://www.w3.org/2005/Atom Aspsoe.PDF Products – PDF Format...is-justify-content-center is-hidden-mobile mb-2 https://products.aspose.com/p...

    products.aspose.com/pdf/rust-cpp/conversion/ind...
  7. Working with Project Views | Aspose.Tasks Docum...

    Learn how to work with Gantt chart project representation from Microsoft Project MPP files using Aspose.Tasks for Java....Tasks-for-Java 2 // The path to the documents directory...getRecurringInterval (). getWeeklyDays (). get (2)); 55 System. out . println (...

    docs.aspose.com/tasks/java/working-with-project...
  8. PreferredWidth | Aspose.Words for Java

    Represents a value and its unit of measure that is used to specify the preferred width of a table or a cell in Java....write("Cell #2"); builder.insertCell(); builder...getCellFormat().getPreferredWidth())); // 2 - Set a relative preferred width...

    reference.aspose.com/words/java/com.aspose.word...
  9. ChartSeriesCollection.GetEnumerator | Aspose.Wo...

    Discover the ChartSeriesCollection GetEnumerator method—efficiently retrieve enumerator objects for seamless data manipulation and analysis....= { "Category 1" , "Category 2" , "Category 3" , "Category 4"..., new [] { 4.4 , 7.0 , 3.5 , 2.1 }); // A chart series can also...

    reference.aspose.com/words/net/aspose.words.dra...
  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的时候重新计…...2行3列 ---- for (int i = 0; i < 2; i++) { for (int j = 0; j < 3;... j + 1)); if (i == 1 && j == 2) { // 在表头第一行第一列插入一个段落 Paragraph...

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