Sort Score
Result 10 results
Languages All
Labels All
Results 7,121 - 7,130 of 148,138 for

2

(0.13 sec)
  1. PresetTexture enumeration | Aspose.Words for Py...

    aspose.words.drawing.PresetTexture enumeration. Specifies texture to be used to fill a shape....8 , 2.6 , 3.9 ], y_values = [ 2.7 , 3.2 , 0.8 , 1.7 ])...visible = False data_points [ 2 ] . marker . format . fill . preset_textured...

    reference.aspose.com/words/python-net/aspose.wo...
  2. 用C++隐藏和显示行列|Documentation

    学习如何使用Aspose.Cells和C++以编程方式隐藏和显示Excel文件中的行和列。... HideRow ( 2 ); // Hide the 2nd column of the...worksheet . GetCells (). UnhideRow ( 2 , 13.5 ); // Unhide the 2nd column...

    docs.aspose.com/cells/zh/cpp/hiding-and-showing...
  3. LayoutEnumerator | Aspose.Words for Java

    Enumerates page layout entities of a document in Java....traverseLayoutBackwa(layoutEnumerator, 1); // 2 - In logical order: // When moving...format("{0}-> Entity type & kind: {1}, {2}", tabs, layoutEnumerator.getType()...

    reference.aspose.com/words/java/com.aspose.word...
  4. ChartSeriesCollection.RemoveAt | Aspose.Words f...

    Effortlessly manage your chart data with the ChartSeriesCollection RemoveAt method—quickly remove any ChartSeries by index for streamlined 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...
  5. Aspose::Words::Lists::ListLevel::get_NumberForm...

    Aspose::Words::Lists::ListLevel::get_NumberFormat method. Returns or sets the number format for the list level in C++....( u "Heading 1" )); // Level 2 labels will display the current...get_ListLevels () -> idx_get ( 2 ) -> set_NumberFormat ( u "- \x0002...

    reference.aspose.com/words/cpp/aspose.words.lis...
  6. Incorrect HTML to PDF conversion result using J...

    Tried to convert the HTML file included here: test_aspose.zip (1.5 KB) using the following Java code: public StreamingResponseBody asposePdf(@RequestParam(name="html") final String htmlInput) throws Exception { fina…...4 running on a Spring Boot 2.4.4 application. For comparison...asad.ali May 23, 2021, 5:40pm 2 @alin.treznai We would like to...

    forum.aspose.com/t/incorrect-html-to-pdf-conver...
  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. Aspose.PSD .net for python issues with missing ...

    Hi, I’m experiencing issues with effects in psd files that are missing when saving the psd as png. Here an example psd file where “PLACEHOLDER1” and “Layer 733” have effects that go missing. Hope there is a simple fix f…...Discourse September 1, 2025, 4:09pm 2 @caseai It sounds like you’re...Dmitriy.Sorokin September 2, 2025, 2:28am 7 @caseai the release...

    forum.aspose.com/t/aspose-psd-net-for-python-is...
  9. How to get HTML of SDT tag? - Free Support Foru...

    Hii Team, I am trying to get HTML of SDT node. Snippet: var sdts = doc.GetChildNodes(NodeType.StructuredDocumentTag, true)...canal April 3, 2023, 1:42pm #2 @AlpeshChaudhari12345 can you...alexey.noskov April 3, 2023, 2:03pm #4 @AlpeshChaudhari12345...

    forum.aspose.com/t/how-to-get-html-of-sdt-tag/2...
  10. 使用 Java API 解决方案调整 EPS 大小

    本文将通过代码片段讲解和演示 Aspose.Page API 解决方案提供的 Java 版 EPS 调整功能。... 2 3 // Initialize PS document with...10 11 //Increase EPS size in 2 times and save to new file 12...

    docs.aspose.com/page/zh/java/resize-eps/