Sort Score
Result 10 results
Languages All
Labels All
Results 3,761 - 3,770 of 155,281 for

2

(0.23 sec)
  1. ChartLegend.legendEntries property | Aspose.Wor...

    ChartLegend.legendEntries property. Returns a collection of legend entries for all series and trendlines of the parent chart...."AW Category 1" , "AW Category 2" ]; let series1 = series . add...categories , [ 1 , 2 ]); series . add ( "Series 2" , categories ...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  2. PdfSaveOptions.SaveFormat | Aspose.Words for .NET

    Discover the PdfSaveOptions SaveFormat property to easily save documents in PDF format. Simplify your file management with efficient saving options....serve as TOC entries of levels 1, 2, and then 3. builder . ParagraphFormat...builder . Writeln ( "Heading 1.2" ); builder . ParagraphFormat...

    reference.aspose.com/words/net/aspose.words.sav...
  3. Aspose::Words::Drawing::Charts::ChartLegendEntr...

    Aspose::Words::Drawing::Charts::ChartLegendEntry::get_IsHidden method. Gets or sets a value indicating whether this entry is hidden in the chart legend. The default value is false in C++....Category 1" , u "AW Category 2" }); System :: SharedPtr < Aspose...double > ({ 1 , 2 })); series -> Add ( u "Series 2" , categories...

    reference.aspose.com/words/cpp/aspose.words.dra...
  4. Regarding delete images in client side - Free S...

    Is there any chance to delete the images in client level....Discourse December 1, 2025, 4:14pm 2 @sarathepiq { “overall”: “Based...requirements. sarathepiq December 2, 2025, 5:22am 4 The sheet contains...

    forum.aspose.com/t/regarding-delete-images-in-c...
  5. ChartLegend | Aspose.Words for Java

    Represents chart legend properties in Java....assertEquals("Series 2", chart.getSeries().get(1).getName());...assertEquals("Series 3", chart.getSeries().get(2).getName()); // Move the chart's...

    reference.aspose.com/words/java/com.aspose.word...
  6. 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...
  7. 合并单元格|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/
  8. 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-...
  9. 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...
  10. 如何优化 SVG – C# 示例

    您将学习如何优化 SVG 并减小 SVG 文件的大小。... Svg ; 2 using System. IO ; 3 using Aspose...PathOptimizationOpti . FloatPrecision = 2; 12 // Optimize document 13 SVGOptimizer...

    docs.aspose.com/svg/zh/net/how-to-optimize-svg/