Uses of Enum Class
ch.rabanti.nanoxlsx4j.ImportOptions.ColumnType
Packages that use ImportOptions.ColumnType
-
Uses of ImportOptions.ColumnType in ch.rabanti.nanoxlsx4j
Methods in ch.rabanti.nanoxlsx4j that return ImportOptions.ColumnTypeModifier and TypeMethodDescriptionstatic ImportOptions.ColumnTypeReturns the enum constant of this class with the specified name.static ImportOptions.ColumnType[]ImportOptions.ColumnType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ch.rabanti.nanoxlsx4j that return types with arguments of type ImportOptions.ColumnTypeModifier and TypeMethodDescriptionImportOptions.getEnforcedColumnTypes()gets the type enforcing rules during import for particular columnsMethods in ch.rabanti.nanoxlsx4j with parameters of type ImportOptions.ColumnTypeModifier and TypeMethodDescriptionvoidImportOptions.addEnforcedColumn(int columnNumber, ImportOptions.ColumnType type) Adds a type enforcing rule to the passed column number (zero-based)voidImportOptions.addEnforcedColumn(String columnAddress, ImportOptions.ColumnType type) Adds a type enforcing rule to the passed column address