Interface OdfTableProperties
-
public interface OdfTableProperties
-
-
Field Summary
Fields Modifier and Type Field Description static OdfStyleProperty
Align
static OdfStyleProperty
BackgroundColor
static OdfStyleProperty
BorderModel
static OdfStyleProperty
BreakAfter
static OdfStyleProperty
BreakBefore
static OdfStyleProperty
Display
static OdfStyleProperty
KeepWithNext
static OdfStyleProperty
Margin
static OdfStyleProperty
MarginBottom
static OdfStyleProperty
MarginLeft
static OdfStyleProperty
MarginRight
static OdfStyleProperty
MarginTop
static OdfStyleProperty
MayBreakBetweenRows
static OdfStyleProperty
PageNumber
static OdfStyleProperty
RelWidth
static OdfStyleProperty
Shadow
static OdfStyleProperty
Width
static OdfStyleProperty
WritingMode
-
-
-
Field Detail
-
BackgroundColor
static final OdfStyleProperty BackgroundColor
-
BreakAfter
static final OdfStyleProperty BreakAfter
-
BreakBefore
static final OdfStyleProperty BreakBefore
-
KeepWithNext
static final OdfStyleProperty KeepWithNext
-
Margin
static final OdfStyleProperty Margin
-
MarginBottom
static final OdfStyleProperty MarginBottom
-
MarginLeft
static final OdfStyleProperty MarginLeft
-
MarginRight
static final OdfStyleProperty MarginRight
-
MarginTop
static final OdfStyleProperty MarginTop
-
MayBreakBetweenRows
static final OdfStyleProperty MayBreakBetweenRows
-
PageNumber
static final OdfStyleProperty PageNumber
-
RelWidth
static final OdfStyleProperty RelWidth
-
Shadow
static final OdfStyleProperty Shadow
-
Width
static final OdfStyleProperty Width
-
WritingMode
static final OdfStyleProperty WritingMode
-
Align
static final OdfStyleProperty Align
-
BorderModel
static final OdfStyleProperty BorderModel
-
Display
static final OdfStyleProperty Display
-
-