Package | Description |
---|---|
com.gembox.spreadsheet |
Contains classes and enums that constitute GemBox.Spreadsheet object model.
|
Modifier and Type | Method and Description |
---|---|
List<FixedWidthColumn> |
FixedWidthSaveOptions.getColumns()
Gets the List of column definitions for saving data.
|
List<FixedWidthColumn> |
FixedWidthLoadOptions.getColumns()
Gets the list of column definitions for Fixed-Width Text file.
|
Constructor and Description |
---|
FixedWidthLoadOptions(FixedWidthColumn... columns)
Initializes a new instance of the
FixedWidthLoadOptions class. |
FixedWidthSaveOptions(FixedWidthColumn... columns)
Initializes a new instance of the
FixedWidthSaveOptions class. |
Constructor and Description |
---|
FixedWidthLoadOptions(Iterable<FixedWidthColumn> columns)
Initializes a new instance of the
FixedWidthLoadOptions class. |
FixedWidthSaveOptions(Iterable<FixedWidthColumn> columns)
Initializes a new instance of the
FixedWidthSaveOptions class. |
© GemBox d.o.o. — All rights reserved.