[]
Enumerates the modes of stretching the rows or columns of a RenderTable when filling an empty space below or on the right of the table.
public enum StretchTableEnum
| Name | Description |
|---|---|
| AllColumns | All columns of a table are stretched equally to fill the page. |
| AllVectors | All rows or columns of a table are stretched equally to fill the page. |
| LastColumnOnPage | Only the last column on a page is stretched to fill it. |
| LastVectorOnPage | Only the last row or column on a page is stretched to fill it. |
| None | Rows or columns of a table do no stretch. |