Package io.github.dornol.excelkit.excel
Class ColumnStyleConfig.DefaultStyleConfig<T>
java.lang.Object
io.github.dornol.excelkit.excel.ColumnStyleConfig<T,ColumnStyleConfig.DefaultStyleConfig<T>>
io.github.dornol.excelkit.excel.ColumnStyleConfig.DefaultStyleConfig<T>
- Type Parameters:
T- the row data type
- Enclosing class:
ColumnStyleConfig<T,SELF extends ColumnStyleConfig<T, SELF>>
public static class ColumnStyleConfig.DefaultStyleConfig<T>
extends ColumnStyleConfig<T,ColumnStyleConfig.DefaultStyleConfig<T>>
Concrete subclass for defining default column styles at the writer level.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.github.dornol.excelkit.excel.ColumnStyleConfig
ColumnStyleConfig.DefaultStyleConfig<T> -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.github.dornol.excelkit.excel.ColumnStyleConfig
alignment, backgroundColor, backgroundColor, bold, border, borderBottom, borderLeft, borderRight, borderTop, cellColor, comment, commentSize, dropdown, fontColor, fontColor, fontName, fontSize, format, group, headerComment, headerComment, headerFontColor, headerFontColor, hidden, hidden, indentation, locked, maxWidth, minWidth, nullValue, outline, rotation, strikethrough, strikethrough, type, underline, underline, validation, verticalAlignment, width, wrapText, wrapText
-
Constructor Details
-
DefaultStyleConfig
public DefaultStyleConfig()Creates a new default style configuration.
-