PRIM_PDF.AutoTable - Overflow Property
The action to take when content overflows cell width
Member of PRIM_PDF.AutoTable (PRIM_PDF.AutoTable)
Data Type - Enumeration
Details
The Overflow property specifies the action to take when content overflows cell width.
Allowed Values
Enum Value | Description |
|---|---|
LineBreak | Break into new line (Default) |
Ellipsize | Truncate and show ellipsis to indicate content is longer than that displayed |
Visible | Content overflows and is visible |
Hidden | Hide (truncate) content that overflows |