Interface OdfTableProperties
-
public interface OdfTableProperties
-
-
Field Summary
Fields Modifier and Type Field Description static OdfStylePropertyAlignstatic OdfStylePropertyBackgroundColorstatic OdfStylePropertyBorderModelstatic OdfStylePropertyBreakAfterstatic OdfStylePropertyBreakBeforestatic OdfStylePropertyDisplaystatic OdfStylePropertyKeepWithNextstatic OdfStylePropertyMarginstatic OdfStylePropertyMarginBottomstatic OdfStylePropertyMarginLeftstatic OdfStylePropertyMarginRightstatic OdfStylePropertyMarginTopstatic OdfStylePropertyMayBreakBetweenRowsstatic OdfStylePropertyPageNumberstatic OdfStylePropertyRelWidthstatic OdfStylePropertyShadowstatic OdfStylePropertyWidthstatic OdfStylePropertyWritingMode
-
-
-
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
-
-