public final class FixedWidthColumn extends Object
Constructor and Description |
---|
FixedWidthColumn(int width)
Initializes a new instance of the
FixedWidthColumn class. |
Modifier and Type | Method and Description |
---|---|
Function<String,Object> |
getLoadConverter()
Gets the converter for converting value from file to
ExcelCell value when loading from Fixed-Width Text file. |
Function<Object,String> |
getSaveConverter()
Gets the converter for converting
ExcelCell value to text when saving to Fixed-Width Text file. |
int |
getWidth()
Gets a value that represents column width.
|
void |
setLoadConverter(Function<String,Object> converter)
Sets the converter for converting value from file to
ExcelCell value when loading from Fixed-Width Text file. |
void |
setSaveConverter(Function<Object,String> converter)
Sets the converter for converting
ExcelCell value to text when saving to Fixed-Width Text file. |
void |
setWidth(int value)
Sets a value that represents column width.
|
public FixedWidthColumn(int width)
FixedWidthColumn
class.width
- The column width.public Function<String,Object> getLoadConverter()
ExcelCell
value when loading from Fixed-Width Text file.public Function<Object,String> getSaveConverter()
ExcelCell
value to text when saving to Fixed-Width Text file.public int getWidth()
public void setLoadConverter(Function<String,Object> converter)
ExcelCell
value when loading from Fixed-Width Text file.public void setSaveConverter(Function<Object,String> converter)
ExcelCell
value to text when saving to Fixed-Width Text file.public void setWidth(int value)
© GemBox d.o.o. — All rights reserved.