public class AbsoluteWidthSizeConstraints extends Object implements SizeConstraints
SizeConstraints.Extent| Constructor and Description |
|---|
AbsoluteWidthSizeConstraints(int width) |
| Modifier and Type | Method and Description |
|---|---|
SizeConstraints.Extent |
width(String[] raw,
int previous,
int tableWidth) |
public SizeConstraints.Extent width(String[] raw, int previous, int tableWidth)
width in interface SizeConstraintsraw - the raw String representation of the cell contents (may be reformatted later, eg wrapped)previous - the whole available width for the tabletableWidth - the number of columns in the tableCopyright © 2023. All rights reserved.