Sort Score
Result 10 results
Languages All
Labels All
Results 4,191 - 4,200 of 149,718 for

2

(0.09 sec)
  1. ChartSeries.name property | Aspose.Words for Py...

    ChartSeries.name property. Gets or sets the name of the series, if name is not set explicitly it is generated using index... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  2. ChartDataLabel.show_legend_key property | Aspos...

    ChartDataLabel.show_legend_key property. Allows to specify if legend key is to be displayed for the data labels on a chart... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

    reference.aspose.com/words/python-net/aspose.wo...
  3. ChartDataLabel.show_value property | Aspose.Wor...

    ChartDataLabel.show_value property. Allows to specify if values are to be displayed in the data labels... assertEqual ( 'Series 2' , chart . series [ 1 ] . name...'Series 3' , chart . series [ 2 ] . name ) # Apply data labels...

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

    Aspose::Words::Drawing::Charts::ChartSeriesGroupCollection::Add method. Adds a new series group of the specified series type to this collection 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...
  5. TotalFloat and FreeFloat - Free Support Forum -...

    Hi, I have encountered an issue where importing XER with TotalFloat or FreeFloat being a decimal for example 32,5 would be read as 0, but when the value is 32 then it would be read, could it be that the value expected i…...Family Herrington May 20, 2025, 2:24pm 1 Hi, I have encountered...Professionalize.Discourse May 20, 2025, 2:24pm 2 @Herrington Could you please...

    forum.aspose.com/t/totalfloat-and-freefloat/312924
  6. 在 PS 文件中处理文本 | Python

    如何在 PS 文件中添加文本是 Aspose.Page API 解决方案解答的一个问题。了解如何在 Python 中使用该功能... BOLD ) 2 document. fillText (str, font...String [] { FONTS_FOLDER }); 2 dr_font = aspose. page . ExternalFontCache...

    docs.aspose.com/page/zh/python-net/ps/working-w...
  7. Section.PrependContent | Aspose.Words for .NET

    Enhance your content with the Section PrependContent method, effortlessly inserting source section text at the start for improved organization and clarity.... Write ( "Section 2" ); builder . InsertBreak ( BreakType...Section section = doc . Sections [ 2 ]; Assert . That ( section . GetText...

    reference.aspose.com/words/net/aspose.words/sec...
  8. Visit public Cell this[int row, int column] of ...

    using Aspose.Cells; namespace TestExcelFormat { internal class Program { static void Main(string[] args) { Workbook wb = new Workbook(@“1.xlsx”); Console.WriteLine(wb.Worksheets[0].Cells.MaxColumn); var cell = w…...Cells[0, 2]; Console.WriteLine(wb.Worksheets[0]...MaxColumn); wb.Save(@“2.xlsx”); } } } unzip 2.xlsx and open sheet1...

    forum.aspose.com/t/visit-public-cell-this-int-r...
  9. ChartShapeType enumeration | Aspose.Words for N...

    Aspose.Words.Drawing.Charts.ChartShapeType enumeration. Specifies the shape type of chart elements....BentConnector2 Bent connector 2. BentConnector3 Bent connector...CurvedConnector2 Curved connector 2. CurvedConnector3 Curved connector...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. java.lang.OutOfMemoryError: Java heap space Iss...

    Anyone I was using the POI HSMF for reading Outlook msg file. But I get an out of memory error reading anything above 10MB. Thinking of using APOSE for Java. Anyone knows if APOSE is the same. Will I be able to read the…...raza December 8, 2011, 3:44am 2 Hi Mohamad, Thank you for your...back. Msariman December 9, 2011, 2:03am 3 Hi, By the way my code...

    forum.aspose.com/t/java-lang-outofmemoryerror-j...