Sort Score
Result 10 results
Languages All
Labels All
Results 8,031 - 8,040 of 158,512 for

2

(0.45 sec)
  1. 如何使用aspose-words动态分页table - Free Support Forum ...

    Hi Teams, 因为aspose-words是自动分页的,但是现在我需要满足这样的需求。在正文部分的table需要有table header和table footer。也就是每一页的header是一样的,table footer也是一样的,但是这样的话就需要动态计算总页数,然后分页。 请问该怎么实现呢?或者实现这样的Table数据还有其他的方式么? 非常感谢。...Discourse July 15, 2025, 8:02am 2 @imzdong 原因 要在使用 Aspose.Words...insertCell(); builder.write("Header 2"); builder.endRow(); // 添加数据行...

    forum.aspose.com/t/aspose-words-table/315228
  2. Manage ActiveX Controls in Presentations with P...

    Learn how Aspose.Slides for Python via .NET leverages ActiveX to automate and enhance PowerPoint presentations, giving developers powerful control over slides.... height - 2 ), draw . PointF ( 1 , 1 ), draw...draw . PointF ( bmp . width - 2 , 1 ) ]) with draw . Pen ( draw...

    docs.aspose.com/slides/python-net/activex/
  3. Chart labels are rendered incorrectly when conv...

    Hi Aspose team, I’m trying to convert a range of cells in excel that contains a chart to an EMF image using the following code: //Load the Excel file Workbook workbook = new Workbook(dir + @"\Test_07312025\Chart_templa…...Discourse July 31, 2025, 4:38pm 2 @JThomas98 It sounds like you’re... amjad.sahi August 11, 2025, 2:14pm 8 @JThomas98 , Here you go...

    forum.aspose.com/t/chart-labels-are-rendered-in...
  4. ChartSeriesCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your charts with the ChartSeriesCollection Add method. Seamlessly add new series to Bar, Column, Line, and Surface charts for dynamic visuals....= { "Category 1" , "Category 2" , "Category 3" }; // Insert two...Add ( "Series 2" , categories , new [] { 64.2 , 79.5 , 94.0 });...

    reference.aspose.com/words/net/aspose.words.dra...
  5. 如何在智能标记中使用if参数和变量|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.... 2. 对行为和操作的控制:参数微调智能标记的行为,实现分组、排序、小计和条件格式等操作。...: "director first 2" , "id" : "director id 2" , "LastName" : "director...

    docs.aspose.com/cells/zh/net/how-to-use-if-para...
  6. How to add a PivotChart using Aspose.Cells for ...

    How to add a PivotChart using Aspose.Cells for JavaScript via C++...."China" , 2000 ], [ "David" , 2 , "Maxilaku" , "Asia" , "India"..."France" , 500 ], [ "James" , 2 , "Chang" , "Europe" , "France"...

    docs.aspose.com/cells/javascript-cpp/how-to-add...
  7. Image Vectorization with Aspose.SVG for .NET – ...

    Convert PNG, JPG, BMP, GIF, and TIFF to SVG in C# using Aspose.SVG with customizable image vectorization settings, and consider their impact on the output.... IO ; 2 using Aspose. Svg . ImageVectorization...varying simplification levels 2 3 // Initialize an instance of...

    docs.aspose.com/svg/net/image-vectorization-exa...
  8. TxtSaveOptions | Aspose.Words for Java

    Can be used to specify additional options when saving a document into the SaveFormat.TEXT format in Java....writeln("Paragraph 2."); builder.write("Paragraph 3...paragraph.\r\r\t" + "Paragraph 2. End of paragraph.\r\r\t" + "Paragraph...

    reference.aspose.com/words/java/com.aspose.word...
  9. Aspose::Words::Drawing::PresetTexture enum | As...

    Aspose::Words::Drawing::PresetTexture enum. Specifies texture to be used to fill a shape in C++.... Bouquet 2 Bouquet texture. BrownMarble 3...1.8 , 2.6 , 3.9 }), System :: MakeArray < double > ({ 2.7 , 3...

    reference.aspose.com/words/cpp/aspose.words.dra...
  10. Conversion between cell name and row/column ind...

    Learn how to get conversion results between cell name and row/column index using Aspose.Cells for Java APIs....0 , 4 ]: E1 Cell Name at [ 2 , 2 ]: C3 How to Get Row and Column...: 5 Column Index of Cell C6 : 2 How to Create Safe Sheet Names...

    docs.aspose.com/cells/java/names-and-indices/