Sort Score
Result 10 results
Languages All
Labels All
Results 4,561 - 4,570 of 153,318 for

2

(0.18 sec)
  1. Aspose::Words::DocumentBuilder::Writeln method ...

    Aspose::Words::DocumentBuilder::Writeln method. Inserts a paragraph break into the document in C++....builder -> Write ( u "Row 1, cell 2." ); builder -> EndRow (); //...); builder -> Write ( u "Row 2, cell 1." ); builder -> InsertCell...

    reference.aspose.com/words/cpp/aspose.words/doc...
  2. ChartDataLabelCollection.showDataLabelsRange pr...

    ChartDataLabelCollection.showDataLabelsRange property. Allows to specify whether values from data labels range to be displayed in the data labels of the entire series...toEqual ( "Series 2" ); expect ( chart . series . at ( 2 ). name ).... at ( 1 ). dataLabels . at ( 2 ); dataLabel . format . fill ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. IChartDataPoint.invert_if_negative property | A...

    IChartDataPoint.invert_if_negative property. Specifies whether the parent element shall inverts its colors if the value is negative.... 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...
  4. ChartMarker.symbol property | Aspose.Words for ...

    ChartMarker.symbol property. Gets or sets chart marker symbol.... 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...
  5. ChartMarker.size property | Aspose.Words for Py...

    ChartMarker.size property. Gets or sets chart marker size... 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...
  6. Working with Linear Extrusion|Documentation

    Aspose.3D for .NET offers LinearExtrusion class, which takes a 2D shape as an input and extends the shape in the 3rd dimension....LinearExtrusion ( profile , 2 ) { Slices = 2 }); // Perform linear...new LinearExtrusion ( profile , 2 ) { Slices = 10 }); // Save 3D...

    docs.aspose.com/3d/net/working-with-linear-extr...
  7. Linux File Conversion & Stamping Issues with As...

    Hi Aspose Team, We are facing an issue on Linux related to file conversion and stamping using Aspose libraries. Environment Details .NET Core: 3.1 OS: Linux (Amazon Linux 2) Aspose Versions: File Conversion → Aspose…...12 and SkiaSharp 2.80.3 Aspose.Total Product Family...Core: 3.1 OS: Linux (Amazon Linux 2) Aspose Versions: File Conversion...

    forum.aspose.com/t/linux-file-conversion-stampi...
  8. Aspose.PDF C++ - exception raised when using Lo...

    Hi, we are testing passing a LoadOptions instance to constructor of Document to open a PDF file; this raises exception: WcOknr8zb0cLZ73q.png (85.5 KB) and a result on console during execution: WxKxcwvE0YakcFBX.png (1…...malokhovetskiy May 22, 2025, 2:01pm 2 @gianfranco.dancelli LoadOptions...

    forum.aspose.com/t/aspose-pdf-c-exception-raise...
  9. TableCollection | Aspose.Words for Java

    Provides typed access to a collection of Table nodes in Java....assertEquals(2, tables.get(1).getRows().getCount());...nested within one parent table // 2 = Table is nested within two parent...

    reference.aspose.com/words/java/com.aspose.word...
  10. 在 Python 中创建或更新 PowerPoint 演示文稿图表|Aspose.Slides...

    了解如何使用 Aspose.Slides for Python via .NET 在 PowerPoint 和 OpenDocument 演示文稿中创建和自定义图表。内容涵盖在演示文稿中添加、格式化和编辑图表,并提供实用的 Python 代码示例。...( worksheet_index , 0 , 2 , "Series 2" ), chart . type ) # 添加新类别。...( worksheet_index , 2 , 0 , "Category 2" )) chart . chart_data...

    docs.aspose.com/slides/zh/python-net/create-chart/