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