Sort Score
Result 10 results
Languages All
Labels All
Results 1,761 - 1,770 of 20,326 for

2 of

(0.06 sec)
  1. 67338476.xlsx

    Sheet1 China England USA Canada Color Pink Pink Green Green 0 Red Green Red Pink 3 Blue Blue Blue Blue 2 Green Green Red Blue 1 Green Green Blue Green 3 Pink Green Pink Blue 2 Blue Red Blue Green 1......Red Pink 3 Blue Blue Blue Blue 2 Green Green Red Blue 1 Green Green...Green 3 Pink Green Pink Blue 2 Blue Red Blue Green 1 Blue Red...

    docs.aspose.com/cells/zh/python-net/updating-sl...
  2. 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...
  3. Positioning Tables|Aspose.Words for JasperReports

    Aspose Words for JasperReports will never use positioning tables by default.... Or you can set it to 2 ( SMART ) if you need to use adaptive...AWExporterParameter . USE_POSITIONING_TABLES , 2 ); exporter . exportReport ();...

    docs.aspose.com/words/jasperreports/positioning...
  4. FieldBuilder Class | Aspose.Words for .NET

    Discover the Aspose.Words.Fields.FieldBuilder class to effortlessly create fields using code tokens and switches. Enhance your document automation today!...\\f Arial \\s 25 \\u " )); // 2 - Nested field: // Use a field...leftExpression . AddArgument ( 2 ); leftExpression . AddArgument...

    reference.aspose.com/words/net/aspose.words.fie...
  5. FieldBuilder class | Aspose.Words for Python

    aspose.words.fields.FieldBuilder class. Builds a field from field code tokens (arguments and switches)... get_field_code ()) # 2 - Nested field: # Use a field...left_expression . add_argument ( argument = 2 ) left_expression . add_argument...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Drawing::Charts::ChartSeriesGrou...

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection class. Represents a collection Of ChartSeriesGroup objects in C++....u "Category 1" , u "Category 2" , u "Category 3" }); series ->...double > ({ 2 , 3 , 4 })); series -> Add ( u "Series 2 of primary...

    reference.aspose.com/words/cpp/aspose.words.dra...
  7. Pdf for java 怎么获得单元格的rowspan? - Free Support Fo...

    我的使用环境如下: 1、使用的组件名称:pdf 2、使用的开发语言:JAVA 3、使用的组件版本号:25.5 问题如下: java版本pdf25.5中表格的单元格只有colspan的方法?没有rowspan,怎么获得单元格的rowspan?我们现在需要做的是解析这个表格,并获得当前表格中每个单元格的位置以及colspan和rowspan,DEMO示例见附件。 https://c.wss.pet/f/hcg7bs9uv38 复…...中文技术支持 Angela_xu June 26, 2025, 2:17pm 1 我的使用环境如下: 1、使用的组件名称:pdf...Professionalize.Discourse June 26, 2025, 2:17pm 2 @Angela_xu Cause In Aspose...

    forum.aspose.com/t/pdf-for-java-rowspan/314492
  8. How to Create Dynamic Chart with Dropdownlist w...

    Learn how to create a dynamic chart that updates based on a drop-down list selection using Aspose.Cells for C++. Our step-by-step guide will demonstrate how to integrate a drop-down list into your chart for flexible data visualization....allMonths ; j ++ ) { int _row = i + 2 ; int _column = j + 1 ; sheet..._column ). PutValue ( 50 * ( i % 2 ) + 20 * ( j % 3 ) + 10 * ( i...

    docs.aspose.com/cells/cpp/create-dynamic-chart-...
  9. NodeCollection.IndexOf | Aspose.Words for .NET

    Discover the NodeCollection IndexOf method to efficiently find the zero-based index Of any specified node in your collections.... Rows [ 2 ]; Assert . That ( table . IndexOf...IndexOf ( row ), Is . EqualTo ( 2 )); Cell cell = row . LastCell...

    reference.aspose.com/words/net/aspose.words/nod...
  10. CSS fonts | Aspose.Font API Solution

    HTML CSS has next properties like font-family, font-weight, font-size, font-style, CSS font, font-stretch, font-synthesis, etc. Lern more about them here!...Value for text 1 Value for text 2 Value for text 3 font-family:...monospace; Syntax: Copy 1 // text 1 2 . text1 { 3 font-family : Lobster...

    docs.aspose.com/font/net/what-is-font/css-fonts/