Sort Score
Result 10 results
Languages All
Labels All
Results 1,781 - 1,790 of 19,504 for

rows

(1.47 sec)
  1. Cell | Aspose.Words for Java

    Represents a table cell in Java....Cell can only be a child of a Row . Cell can contain block-level...appendChild(table); // Tables contain rows, which contain cells, which...

    reference.aspose.com/words/java/com.aspose.word...
  2. Aspose::Words::Tables::Row::get_RowFormat metho...

    Aspose::Words::Tables::Row::get_RowFormat method. Provides access to the formatting properties of the row in C++....Aspose::Words::Tables::Row::get_RowFormat method Contents [ Hide ] Row::get_RowFormat...formatting properties of the row. System :: SharedPtr < Aspose...

    reference.aspose.com/words/cpp/aspose.words.tab...
  3. Extract Table Data from PDF|Aspose.PDF for Andr...

    Learn how to extract tabular from PDF using Aspose.PDF for Android via Java....and handle list of absorbed rows and list of absorbed cells....list of rows for ( com . aspose . pdf . AbsorbedRow row : table...

    docs.aspose.com/pdf/androidjava/extract-data-fr...
  4. Totals is not recovering correctly - Free Suppo...

    Hi, We are using table with multiple Totals One of them as Total Row. The others are user created and they are part of the table. We use the mechanism table.ShowTotals = false; and after manipulating the data (includi…...Totals One of them as Total Row . The others are user created...(including adding/deleting/changing rows) we do table.ShowTotals = true;...

    forum.aspose.com/t/totals-is-not-recovering-cor...
  5. 搜索

    搜索...A:Y"; } // 獲取行數和列數 int rows = sheet.Cells.MaxDataRow; int...}; // 遍歷行 for (int i = 0; i < rows; i++) { List<object> lists =...

    blog.aspose.com/zh-hant/cells/convert-excel-to-...
  6. TableStyle | Aspose.Words for Java

    Represents a table style in Java....indicating whether text in a table row is allowed to split across a...getRowStripe() Gets a number of rows to include in the banding when...

    reference.aspose.com/words/java/com.aspose.word...
  7. Convert JSON Format to DOC via C++ | products.a...

    C++ API t0 Parse JSON to DOC without using Microsoft Word...you can also set the size of rows and columns by loading JSON...need to set the same row height for all rows in the worksheet, you...

    products.aspose.com/total/cpp/conversion/json-t...
  8. Appendix B. Technical FAQ in Java|Aspose.Words ...

    Learn the LINQ Reporting Engine FAQ to build a report in Java....then the item represents its row. Otherwise, if the enumeration...enumeration represents child rows of a DataTable row, then the item represents...

    docs.aspose.com/words/java/appendix-b-technical...
  9. 数据筛选|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++ API添加数据筛选器。...the cells range of the heading row worksheet . autoFilter . range...head > < title > Filter Blank Rows Example </ title > </ head >...

    docs.aspose.com/cells/zh/javascript-cpp/data-fi...
  10. Problem retrieving vertical and horizontal bord...

    Hello, We are trying to retrieve the border properties (horizontal and vertical) from the table style for odd banded columns, even banded columns, odd banded Rows, etc. However, Aspose thRows an exception: “The requeste…...even banded columns, odd banded rows, etc. However, Aspose throws...get(ConditionalStyleType.EVEN_ROW_BANDING) .getBorders() .getHorizontal();...

    forum.aspose.com/t/problem-retrieving-vertical-...