Sort Score
Result 10 results
Languages All
Labels All
Results 3,011 - 3,020 of 153,273 for

2

(0.11 sec)
  1. 在演示文稿中使用 C++ 管理表格单元格|Aspose.Slides 文档

    使用 Aspose.Slides for C++,轻松管理 PowerPoint 中的表格单元格。快速掌握访问、修改和样式设置,实现无缝幻灯片自动化。...of merged cell with RowSpan={2} and ColSpan={3} starting from...合并单元格中的编号 如果我们合并两对单元格 (1,1)×(2,1) 和 (1,2)×(2,2),得到的表格将会编号。下面的 C# 代码演示了该过程:...

    docs.aspose.com/slides/zh/cpp/manage-cells/
  2. ChartDataPoint | Aspose.Words for Java

    Allows to specify formatting of a single data point on the chart in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Emphasize the...

    reference.aspose.com/words/java/com.aspose.word...
  3. About template creation in Aspose word report -...

    HI Team, I am new for this Aspose word document creation. Could you please help me on creation of Aspose template creation in Aspose word report. Could you please share tutorials and materials related to Aspose word te…...thomas01 October 24, 2025, 2:02pm 1 HI Team, I am new for this...Discourse October 24, 2025, 2:03pm 2 @rose.thomas01 To create templates...

    forum.aspose.com/t/about-template-creation-in-a...
  4. 合并单元格|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.... merge ( 5 , 2 , 2 , 3 ); //Input data into C6...worksheet . getCells (). get ( 5 , 2 ). setValue ( "This is a test...

    docs.aspose.com/cells/zh/java/merge-cells/
  5. Conversion from HTML to PDF is failing - Free S...

    Hi, I am using Aspose.pdf to convert HTML to PDF. For some HTML files it is failing to convert. I am attaching one of them including its CSS and IMAGES. Could you please let me know where is the issue? The version of th…...Bibeka codewarior March 2, 2014, 2:05pm 2 Hi Bibeka, Thanks for...notifier September 19, 2025, 2:45pm 3 The issues you have found...

    forum.aspose.com/t/conversion-from-html-to-pdf-...
  6. 在 Java 中为 PowerPoint 图表添加动画|Aspose.Slides 文档

    使用 Aspose.Slides 在 Java 中创建惊艳的动画图表。通过 PPT 和 PPTX 文件中的动态视觉效果提升演示文稿——立即开始。... BySeries , 2 , EffectType . Appear , EffectSubtype...EffectChartMajorGrou.ByCategory, 2, EffectType.Appear, EffectSubtype...

    docs.aspose.com/slides/zh/java/animated-charts/
  7. RenderedDocument code - Free Support Forum - as...

    Dear Tahir, Can the RenderedDocument.zip also be shared with me. I’m trying to accomplish something very similar and would to understand if these Renderedxxx classes are usefull to me. Could they maybe be made available on Github. Many thanks Patrick...manzoor January 29, 2019, 2:50pm 2 @PatrickVB Thanks for your...for the support. Crane April 2, 2025, 10:24am 4 Sorry, this file...

    forum.aspose.com/t/rendereddocument-code/190778
  8. ChartSeries.smooth property | Aspose.Words for ...

    ChartSeries.smooth property. Allows to specify whether the line connecting the points on the chart shall be smoothed using Catmull-Rom splines.... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Emphasize the chart's...

    reference.aspose.com/words/python-net/aspose.wo...
  9. Create or Update PowerPoint Presentation Charts...

    Learn how to create and customize charts in PowerPoint and OpenDocument presentations using Aspose.Slides for Python via .NET. It covers adding, formatting, and editing charts in presentations with practical code examples in Python....( worksheet_index , 0 , 2 , "Series 2" ), chart . type ) # Add...( worksheet_index , 2 , 0 , "Category 2" )) chart . chart_data...

    docs.aspose.com/slides/python-net/create-chart/
  10. Working with Masters|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....addMaster ( templateFileName , 2 ); // Add master with stencil...PinY. diagram . addShape ( 2 . 0 , 2 . 0 , masterName , 0 ); diagram...

    docs.aspose.com/diagram/java/working-with-masters/