| Modifier and Type | Class and Description |
|---|---|
class |
CWC_AbsoluteEven
Calculates the width of table columns using an absolute table width evenly distributed over all columns.
|
class |
CWC_FixedWidth
Calculates the width of table columns using a fixed width for each column.
|
class |
CWC_LongestLine
Calculates the width of table columns using the longest line in a column.
|
class |
CWC_LongestWord
Calculates the width of table columns using the longest word in a column.
|
class |
CWC_LongestWordMax
Calculates the width of table columns using the longest word in a column with maximum column width settings.
|
class |
CWC_LongestWordMin
Calculates the width of table columns using the longest word in a column with minimum column width settings.
|
| Modifier and Type | Method and Description |
|---|---|
default AT_ColumnWidthCalculator |
AT_Renderer.getCWC()
Returns the column width calculator for the rendered.
|
| Modifier and Type | Method and Description |
|---|---|
AT_Renderer |
AT_Renderer.setCWC(AT_ColumnWidthCalculator cwc)
Sets the column width calculator for the rendered.
|
Copyright © 2014–2017. All rights reserved.