Sort Score
Result 10 results
Languages All
Labels All
Results 3,321 - 3,330 of 152,086 for

2

(0.12 sec)
  1. 表格样式错误 - Free Support Forum - aspose.com

    占位符替换此表格以后,内容右侧为什么积压了,都已经设置样式,wps中查看单个单元格,也是居中的 we为什么会出现这种情况...Discourse April 27, 2025, 10:21am 2 @JOOL 请提供更多信息,例如您使用的代码示例和具体的样式设置,以便我们更好地理解问题。...getRowFormat().setHeightRule(2); builder.getRowFormat().setHeight((double)0...

    forum.aspose.com/t/topic/311956
  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. GradientStop.remove method | Aspose.Words for N...

    GradientStop.remove method. Removes the gradient stop from the parent [GradientStopCollection](../../gradientstopcollection/).... at ( 2 ); gradientStops . remove ( gradientStop...gradientStops . count ). toEqual ( 2 ); //expect(gradientStops.at(0)...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. Create Polygon In Mesh|Documentation

    Aspose.3D for Java allows creating a polygon in a mesh....createPolygon(new int[] { 0, 1, 2 }); //The new overloads doesn't...mesh . createPolygon ( 0 , 1 , 2 ); //Or You can create a polygon...

    docs.aspose.com/3d/java/create-polygon-in-mesh/
  5. 创建、访问和复制命名范围(C++)|Documentation

    学习如何使用 Aspose.Cells 在 Excel 文件中创建、访问和复制命名范围(C++)。...1)、Range(0, 2)、Range(1, 0)、Range(1, 1)、Range(1, 2)、Range(2, 0)、Range(2...0)、Range(2, 1)、Range(2, 2)、Range(3, 0)、Range(3, 1)、Range(3, 2)。 使用以下属性来识别范围中的单元格:...

    docs.aspose.com/cells/zh/cpp/create-access-and-...
  6. <<restartNum>> stops working inside table - Fre...

    template List with numbering restart <<foreach [ManagerTestClass m in Managers]>><<[m.getName()]>> (<<[m.getContracts().sum(c => (int)c.getPrice())]>>) | 1. <<restartNum>><<foreach [ContractTestClass c in m.getContract…...Family words-java zaze8736 August 2, 2025, 12:09am 1 template List...| 1. A Company (1200000) | | 2. B Ltd. (750000) | | 3. C & D...

    forum.aspose.com/t/restartnum-stops-working-ins...
  7. Aspose::Words::Drawing::Charts::ChartDataLabel:...

    Aspose::Words::Drawing::Charts::ChartDataLabel::get_TopMode method. Gets or sets the interpretation mode of the Top property value: whether it sets the location of the data label from the top edge of the chart of from the position specified by its Position property in C++....titleAreaHeight ) / 2 ; const double doughnutCenterX = chartWidth / 2.0 ; const...doughnutCenterY - yMargin - labelHeight / 2 ; // Because the data points start...

    reference.aspose.com/words/cpp/aspose.words.dra...
  8. XAxis.xlsx

    Sheet1 Cats Dogs Fishes 1 7 7 8 3 6 5 7 2.5 5 4 3 3.5 4 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs 1 3 2.5 3.5 7 5 4 3 Fishes 1 3 2.5 3.5 8 7 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs 1 3 2.5 3.5 7 5 4 3 Fishes 1 3......1 7 7 8 3 6 5 7 2.5 5 4 3 3.5 4 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs...1 3 2.5 3.5 7 5 4 3 Fishes 1 3 2.5 3.5 8 7 3 2 Cats 1 3 2.5 3...

    docs.aspose.com/cells/fr/java/x-axis-vs-categor...
  9. XAxis.xlsx

    Sheet1 Cats Dogs Fishes 1 7 7 8 3 6 5 7 2.5 5 4 3 3.5 4 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs 1 3 2.5 3.5 7 5 4 3 Fishes 1 3 2.5 3.5 8 7 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs 1 3 2.5 3.5 7 5 4 3 Fishes 1 3......1 7 7 8 3 6 5 7 2.5 5 4 3 3.5 4 3 2 Cats 1 3 2.5 3.5 7 6 5 4 Dogs...1 3 2.5 3.5 7 5 4 3 Fishes 1 3 2.5 3.5 8 7 3 2 Cats 1 3 2.5 3...

    docs.aspose.com/cells/ru/java/x-axis-vs-categor...
  10. 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/