Sort Score
Result 10 results
Languages All
Labels All
Results 6,741 - 6,750 of 150,032 for

2

(0.59 sec)
  1. Manage Rows and Columns in PowerPoint Tables on...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Android via Java and speed up presentation editing and data updates....Adds some text to the row 1 cell 2 table . get_Item ( 1 , 0 ). getTextFrame...getTextFrame (). setText ( "Row 1 Cell 2" ); // Clones Row 1 at end of...

    docs.aspose.com/slides/androidjava/manage-rows-...
  2. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for Java and speed up presentation editing and data updates....Adds some text to the row 1 cell 2 table . get_Item ( 1 , 0 ). getTextFrame...getTextFrame (). setText ( "Row 1 Cell 2" ); // Clones Row 1 at end of...

    docs.aspose.com/slides/java/manage-rows-and-col...
  3. 数学文本|Aspose.Slides 文档

    使用 Aspose.Slides 在 C# 中处理数学文本:创建和编辑方程式、分数、根式、上下标、格式,并渲染 PPT 和 PPTX 的结果。... SetSuperscript ( "2" ) . Join ( "=" ) . Join ( new...MathematicalText ( "a" ). SetSuperscript ( "2" )) . Join ( "+" ) . Join ( new...

    docs.aspose.com/slides/zh/net/examples/elements...
  4. Manage Rows and Columns in PowerPoint Tables Us...

    Manage table rows and columns in PowerPoint with Aspose.Slides for PHP via Java and speed up presentation editing and data updates....Adds some text to the row 1 cell 2 $table -> get_Item ( 1 , 0 ) ->...getTextFrame () -> setText ( "Row 1 Cell 2" ); # Clones Row 1 at end of table...

    docs.aspose.com/slides/php-java/manage-rows-and...
  5. 服务器字体匹配问题 - Free Support Forum - aspose.com

    222222222222222.png (9.6 KB) 我现在linux服务器上配置了字体替换规则,然后java代码里没有任何设置,我的运行条件是:服务器上只有IPAexMincho和IPAexGothic这2中字体,我现在客户端用MS ゴシック做了一个excel模板,当我用SvgSaveOptions svgSaveOptions = new SvgSaveOptions(); svgSaveOptions.setSheetIn…...cells-java jishangyang April 27, 2025, 2:20am 1 222222222222222.png (9...John.He April 27, 2025, 6:31am 2 @jishangyang Aspose.Cells API...

    forum.aspose.com/t/topic/311950
  6. FieldNextIf | Aspose.Words for Java

    Implements the NEXTIF field in Java....setRightExpression("2 + 3"); fieldNextIf.setComparisonOperato("=");...Assert.assertEquals(" NEXTIF 5 = \"2 + 3\"", fieldNextIf.getFieldCode());...

    reference.aspose.com/words/java/com.aspose.word...
  7. 23167010.xlsx

    Sheet1 Fruit Quantity Price Apple 3 2 Orange 4 1 14.0300 14.0300 false...Fruit Quantity Price Apple 3 2 Orange 4 1 14.0300 14.0300 false...

    docs.aspose.com/cells/de/cpp/create-pivot-table...
  8. 23167010.xlsx

    Sheet1 Fruit Quantity Price Apple 3 2 Orange 4 1 14.0300 14.0300 false...Fruit Quantity Price Apple 3 2 Orange 4 1 14.0300 14.0300 false...

    docs.aspose.com/cells/es/cpp/create-pivot-table...
  9. Create or Add Table In PDF using Python|Aspose....

    Aspose.PDF for Python via .NET is a library used to create, read, and edit PDF Tables. Check other advanced functions in this topic...."Column (" + str ( row_count ) + ", 2)" ) row . cells . add ( "Column...( "Test 2 1" ) cell = row2 . cells . add ( "Test 2 2" ) cell...

    docs.aspose.com/pdf/python-net/add-table-in-exi...
  10. 使用 C++ 在演示文稿中管理图表数据标签|Aspose.Slides 文档

    了解如何使用 Aspose.Slides for C++ 在 PowerPoint 演示文稿中添加和格式化图表数据标签,以创建更具吸引力的幻灯片。...( defaultWorksheetInde , 0 , 2 , ObjectExt :: Box < System ::...:: String > ( u "Series 2" )), chart -> get_Type ()); // 获取第一条图表系列...

    docs.aspose.com/slides/zh/cpp/chart-data-label/