Interface OdfTableRowProperties
-
public interface OdfTableRowProperties
-
-
Field Summary
Fields Modifier and Type Field Description static OdfStyleProperty
BackgroundColor
static OdfStyleProperty
BreakAfter
static OdfStyleProperty
BreakBefore
static OdfStyleProperty
KeepTogether
static OdfStyleProperty
MinRowHeight
static OdfStyleProperty
RowHeight
static OdfStyleProperty
UseOptimalRowHeight
-
-
-
Field Detail
-
BackgroundColor
static final OdfStyleProperty BackgroundColor
-
BreakAfter
static final OdfStyleProperty BreakAfter
-
BreakBefore
static final OdfStyleProperty BreakBefore
-
KeepTogether
static final OdfStyleProperty KeepTogether
-
MinRowHeight
static final OdfStyleProperty MinRowHeight
-
RowHeight
static final OdfStyleProperty RowHeight
-
UseOptimalRowHeight
static final OdfStyleProperty UseOptimalRowHeight
-
-