[]
Enumerates the possible handling of a RenderTable cell's content when the cell is split between pages.
public enum CellSplitBehaviorEnum
Name | Description |
---|---|
Copy | The content of a cell should be copied each time the cell is split. |
Cut | The content of a cell should be printed just once, and cut if the cell is split and not all content fits. |
Split | The content of a cell should be split if the cell is split. |