PDFFlowTableStringCellOverflowMode¶
Namespace: O2S.Components.PDF4NET.FlowDocument
Specifies the overflow options for single line string cells.
Inheritance Object → ValueType → Enum → PDFFlowTableStringCellOverflowMode
Implements
Fields¶
| Name | Value | Description |
|---|---|---|
| NoOverflow | 0 | Content is cut at cell bounds. |
| AbsoluteOverflow | 1 | Content overflows in the adjacent cells overriding their content. |