public final class RowPaddingStrategies extends Object
RowPaddingStrategy variants.| Modifier and Type | Field and Description |
|---|---|
static RowPaddingStrategy |
FIRST_ROW_FILL_BEGINNING
Indicates padding at the beginning of the first row.
|
static RowPaddingStrategy |
FIRST_ROW_FILL_END
Indicates padding at the end of the first row.
|
static RowPaddingStrategy |
LAST_ROW_CENTRE_BEGINNING
Indicates last row should be centred, with optional extra empty cell put at the beginning.
|
static RowPaddingStrategy |
LAST_ROW_CENTRE_END
Indicates last row should be centred, with optional extra empty cell put at the end.
|
static RowPaddingStrategy |
LAST_ROW_FILL_BEGINNING
Indicates padding at the beginning of the last row.
|
static RowPaddingStrategy |
LAST_ROW_FILL_END
Indicates padding at the end of the last row.
|
static RowPaddingStrategy |
NO_PADDING
Indicates no padding at all (no empty cells generated).
|
public static final RowPaddingStrategy NO_PADDING
public static final RowPaddingStrategy LAST_ROW_FILL_END
public static final RowPaddingStrategy LAST_ROW_FILL_BEGINNING
public static final RowPaddingStrategy LAST_ROW_CENTRE_BEGINNING
public static final RowPaddingStrategy LAST_ROW_CENTRE_END
public static final RowPaddingStrategy FIRST_ROW_FILL_END
public static final RowPaddingStrategy FIRST_ROW_FILL_BEGINNING
Copyright © 2023 Miki. All rights reserved.