Sort Score
Result 10 results
Languages All
Labels All
Results 41 - 50 of 338,177 for

cell

(0.04 sec)
  1. Update a Paragraph|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....Introduction In PowerPoint table cells, you can add and change text...adjust the alignment within the cells. Use the following method to...

    docs.aspose.cloud/slides/update-a-paragraph-in-...
  2. Get Paragraphs|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....Introduction In PowerPoint table cells, you can add and change text...adjust the alignment within the cells. Use the following methods to...

    docs.aspose.cloud/slides/get-paragraphs-from-a-...
  3. TableCell|Aspose Words Cloud Docs

    TableCell...a dTO container with a table cell element. This class is inherited...a dTO container with a table cell. A single InsertAfter property...

    docs.aspose.cloud/words/spec/tablecell/
  4. Set a Chart Data Source|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....specifying the address of the first cell of the data range. Let’s say...workbook cells B2:B5. In this case, “B2” is the first cell of the...

    docs.aspose.cloud/slides/set-a-chart-data-source/
  5. Working with Tables in a Word document online|D...

    Insert, edit, delete Tables in a Word document programmatically via Cloud API....made up of rows, columns, and cells. Rows run horizontally, columns...columns run vertically, and cells are the intersections of rows...

    docs.aspose.cloud/words/tables/
  6. Excel Spreadsheet Programming API to speed up s...

    API support to build cross-platform applications having the ability to generate, modify, convert, render, and print spreadsheets. It allows developers to manage worksheets, rows, columns & Cells, create spreadsheet contents and styles from scratch, import data onto the worksheets from different data sources, add common and complex mathematical, financial, and text formulas, create & manipulate pivot tables, charts, hyperlinks, comments, drawing objects and much more....Cells Android Android REST SDK for...the cloud. Get Started Aspose.Cells Cloud SDK for Android Overview...

    products.aspose.cloud/cells/android/
  7. Add Tables to PDF via Cloud PHP SDK

    Add tables to PDFs using PHP and Aspose.PDF Cloud SDK. Structure and display tabular content programmatically....++ ) { $cell = new \Aspose\PDF\Model\Cell (); $cell -> setDefaultCellTextSt...); if ( $rowIndex == 0 ) { $cell -> setBackgroundColor ([ "a"...

    products.aspose.cloud/pdf/php/table/add/
  8. Replace Tables in PDF via Cloud PHP SDK

    Replace table content in PDFs using PHP and Aspose.PDF Cloud SDK. Update data while preserving layout....++ ) { $cell = new \Aspose\PDF\Model\Cell (); $cell -> setDefaultCellTextSt...); if ( $rowIndex == 0 ) { $cell -> setBackgroundColor ([ "a"...

    products.aspose.cloud/pdf/php/table/replace/
  9. Create a Table Row|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....text for row cells: Cell 1 , Cell 2 , Cell 3 , Cell 4 . Set the...

    docs.aspose.cloud/slides/create-a-table-row/
  10. Add Tables to PDF via Cloud Python SDK

    Insert tables into PDFs using Python with Aspose.PDF Cloud SDK. Add structured data dynamically....ApiClient , PdfApi , Table , Row , Cell , FontStyles , GraphInfo , TextRect...range ( 0 , num_of_rows ): row_cells = [] for col_index in range...

    products.aspose.cloud/pdf/python/table/add/