Sort Score
Result 10 results
Languages All
Labels All
Results 7,181 - 7,190 of 153,377 for

2

(0.14 sec)
  1. HTML content gets stripped when using setHtmlSt...

    Hello Aspose Support Team, We are facing an issue while using setHtmlString on Excel cells, where part of the text gets unexpectedly stripped. Issue Description For certain column indexes, we convert plain text to HTML…...Discourse December 30, 2025, 1:03pm 2 @KarthikMunjam Are you using Aspose...amjad.sahi December 30, 2025, 2:35pm 6 @KarthikMunjam , Could...

    forum.aspose.com/t/html-content-gets-stripped-w...
  2. Support for TOCOL function in version 24.2.0.0 ...

    Hi, In my application, I am writing some value in my workbook and then using CalculateFormula() to recalculate the workbook because the written value can impact the values in other cells. But I am noticing the cells tha…...2.0.0 Aspose.Cells Product Family...COUNTA(‘DR-EL_Values’!$B:$B)-2),OFFSET(‘DR-EL_Values’!$A$3,0...

    forum.aspose.com/t/support-for-tocol-function-i...
  3. How to solve the memory leak problem when save ...

    Please see the demo atthachment, i am building a preview online website with Aspose.Cell 24.1.0, sometimes there is a memory leak problem with a small excel file(file also in demo attachment). So could you provide a dem…...2 KB) amjad.sahi July 26, 2024, 9:56am 2 @davidxiao2008...CELLSNET-56313 for this issue. 2, how to interrupt the request...

    forum.aspose.com/t/how-to-solve-the-memory-leak...
  4. 其他管理Tex选项| Java的Aspose.TeX

    Java的Aspose.TeX API解决方案的转换功能,让我们设置发动机启动的初始相互作用模式。这是一些代码示例。... 2 ... 3 // Set the interaction mode...conversion options instance. 2 ... 3 // Set the job name. 4 options...

    docs.aspose.com/tex/zh/java/other-options/
  5. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET and speed up presentation editing and data updates...."Row 1 Cell 1" # Add text to row 2, column 1. table . rows [ 1 ][...text_frame . text = "Row 1 Cell 2" # Clone row 1 at the end of the...

    docs.aspose.com/slides/python-net/manage-rows-a...
  6. FieldTC | Aspose.Words for Java

    Implements the TC field in Java....insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...insertTocEntry(builder, "TC field 2", "A", "2"); Assert.assertEquals("...

    reference.aspose.com/words/java/com.aspose.word...
  7. ChartType enumeration | Aspose.Words for Node.js

    Aspose.Words.Drawing.Charts.ChartType enumeration. Specifies type of a chart....= [ "Category 1" , "Category 2" , "Category 3" ]; // Insert two...series . add ( "Series 2" , categories , [ 64.2 , 79.5 , 94.0 ]);...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. ChartAxisType | Aspose.Words for Java

    Specifies type of chart axis in Java....categories = {"Category 1", "Category 2", "Category 3"}; // Insert two...getSeries().add("Series 2", categories, new double[]{64.2, 79.5, 94.0});...

    reference.aspose.com/words/java/com.aspose.word...
  9. ChartSeriesGroup | Aspose.Words for Java

    Represents properties of a chart series group that is the properties of chart series of the same type associated with the same axes in Java....String[] { "Category 1", "Category 2", "Category 3" }; series.add("Series...double[] { 2.0, 3.0, 4.0 }); series.add("Series 2 of primary...

    reference.aspose.com/words/java/com.aspose.word...
  10. Aspose.Page for Python – 常见问题

    全面的常见问题解答,涵盖 Aspose.Page 纯 Python 库的安装、许可、支持的格式、转换、渲染、编辑、性能和故障排除。...page as ap 2 license = ap. License () 3 license...Copy 1 import aspose.page as ap 2 3 doc = ap. Document ( ' sample...

    docs.aspose.com/page/zh/python-net/faq/