Table Layout
Table layout affects the table size calculation and table placement on a report.
Layout |
Description |
TABLE_FIT_CONTENT |
Calculate the column width to fit the largest cell in each column |
TABLE_FIT_PAGE |
Resize a table to fit the width of a page |
TABLE_EQUAL_WIDTH |
Assign the same width to each column |
TABLE_FIT_CONTENT_1PP |
Same as TABLE_FIT_CONTENT, but only put one table region on each page |
TABLE_FIT_CONTENT_PAGE |
Same as TABLE_FIT_CONTENT, but resize the table segments to fit the width of a page after table has been broken up into regions. |
Type
integer
Example
layout = StyleConstant.TABLE_FIT_CONTENT_PAGE;
| << Point Shapes | © 1996-2013 InetSoft Technology Corporation (v11.5) | TextBox Shapes >> |