Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 148,027 for

2

(0.07 sec)
  1. Apache POI和Aspose.Cells中的冻结窗格|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.... freezePanes ( 0 , 2 , 0 , 2 ); // Freezing Columns worksheet2...worksheet2 . freezePanes ( 2 , 0 , 2 , 0 ); // Freezing Rows Apache...

    docs.aspose.com/cells/zh/java/freeze-panes-in-a...
  2. Manage Table Cells in Presentations with Python...

    Effortlessly manage table cells in PowerPoint and OpenDocument with Aspose.Slides for Python via .NET. Master accessing, modifying, and styling cells quickly for seamless slide automation....part of merged cell with RowSpan=2 and ColSpan=3 starting from Cell...merge 2 pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the...

    docs.aspose.com/slides/python-net/manage-cells/
  3. Set Print Area|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.... Value = 2 ; sheet1 . Cells [ 0 , 2 ]. Value = 3 ; sheet1...Value = 2.1 ; sheet2 . Cells [ 0 , 4 ]. Value = 2.2 ; sheet2...

    docs.aspose.com/cells/net/set-print-area/
  4. 3D Chart|Aspose.Slides Documentation

    Set rotationX, rotationY, and depthpercents for 3D chart in PowerPoint presentation in C# or .NET...defaultWorksheetInde , 0 , 2 , "Series 2" ), chart . Type ); // Add...defaultWorksheetInde , 2 , 0 , "Caetegoty 2" )); chart . ChartData...

    docs.aspose.com/slides/net/3d-chart/
  5. seriesFiltered.xlsx

    Sheet1 1 2 3 4 5 120 370 100 900 1000 50 150 200 250 300 25 45 70 100 200 180 220 465 800 1200 200 300 400 500 700 400 500 465 800 300 TestSeries1 1 2 3 4 5 120 370 100 900 1000 TestSeries2 1 2 3 4......Sheet1 1 2 3 4 5 120 370 100 900 1000 50 150 200 250 300 25 45...TestSeries1 1 2 3 4 5 120 370 100 900 1000 TestSeries2 1 2 3 4 5 50...

    docs.aspose.com/cells/cpp/filtering-charts-in-e...
  6. 4. 装饰的符号和复合结构|乳胶手册

    本文讨论了许多使用AMSMATH软件包生成各种中型数学结构的命令。...displayStyle ,1- \ textStyle ,2- \ scriptStyle ,3- \ scriptsscriptstyle...newcommand \ frac [ 2 ] { \ genfrac{}{}{}{}{ # 1}{ # 2}} 2 \ newcommand...

    docs.aspose.com/tex/zh/java/latex-math-decorati...
  7. TxtLeadingSpacesOptions | Aspose.Words for Java

    Specifies available options for leading space handling during import from LoadFormat.TEXT file in Java....textDoc = " Line 1 \n" + " Line 2 \n" + " Line 3 "; // Create a...assertEquals(6.3d, paragraphs.get(2).getParagraphFormat().getFirstLineIndent());...

    reference.aspose.com/words/java/com.aspose.word...
  8. Manage Cells|Aspose.Slides for Node.js via .NET...

    Table cells in PowerPoint presentations in JavaScript...merge 2 pairs of cells (1, 1) x (2, 1) and (1, 2) x (2, 2), the...} } // Merges cells (1, 1) x (2, 1) tbl . mergeCells ( tbl . get_Item...

    docs.aspose.com/slides/nodejs-java/manage-cells/
  9. DocumentBuilder.DeleteRow | Aspose.Words for .NET

    Effortlessly remove rows from tables with the DocumentBuilder DeleteRow method. Streamline your document editing and enhance your workflow!... Write ( "Row 1, cell 2." ); builder . EndRow (); builder...InsertCell (); builder . Write ( "Row 2, cell 1." ); builder . InsertCell...

    reference.aspose.com/words/net/aspose.words/doc...
  10. 管理单元格|Aspose.Slides for Python 文档

    Python中的PowerPoint演示文稿中的表格单元格...( "单元格 01 是合并单元格的一部分,RowSpan=2 和 ColSpan=3,起始于单元格 45." . format...如果我们合并两个单元格对 (1, 1) x (2, 1) 和 (1, 2) x (2, 2),则结果表格将被编号。以下Python代码演示了此过程:...

    docs.aspose.com/slides/zh/python-net/manage-cells/