public interface BorderProperties
Modifier and Type | Field and Description |
---|---|
static int |
LINE_STYLE_DASHED
Line has dashed line style.
|
static int |
LINE_STYLE_DOTTED
Line has dotted line style.
|
static int |
LINE_STYLE_DOUBLE
Line has double line style.
|
static int |
LINE_STYLE_SINGLE
Line has single line style.
|
static int |
NO_LINE
Line has no style, not visible.
|
Modifier and Type | Method and Description |
---|---|
int |
getBackColor()
Returns the value of the property 'back color'.
|
FormulaField |
getBackColorFormula()
Returns the formula for the property 'back color'.
|
int |
getBottomLineStyle()
Returns the value of the property 'bottom line style'.
|
FormulaField |
getBottomLineStyleFormula()
Returns the formula of the property 'bottom line style'.
|
FormulaField |
getCloseBorderOnPageBreakFormula()
Returns the formula for the property 'close border on page break'.
|
FormulaField |
getDropShadowFormula()
Returns the formula for the property 'drop shadow'.
|
int |
getForeColor()
Returns the value of the property 'fore color'.
|
FormulaField |
getForeColorFormula()
Returns the formula of the property 'fore color'.
|
int |
getLeftLineStyle()
Returns the value of the property 'left line style'.
|
FormulaField |
getLeftLineStyleFormula()
Returns the formula for the property 'left line style'.
|
int |
getRightLineStyle()
Returns the value of the property 'right line style'.
|
FormulaField |
getRightLineStyleFormula()
Returns the formula for the property 'right line style'.
|
FormulaField |
getTightHorizontalFormula()
Returns the formula for the property 'tight horizontal'.
|
int |
getTopLineStyle()
Returns the value of the property 'top line style'.
|
FormulaField |
getTopLineStyleFormula()
Returns the formula of the property 'top line style'.
|
boolean |
isCloseBorderOnPageBreak()
Returns the value of the property 'close border on page break'.
|
boolean |
isDropShadow()
Returns the value of the property 'drop shadow'.
|
boolean |
isTightHorizontal()
Returns the value of the property 'tight horizontal'.
|
void |
setBackColor(int backColor)
Sets the value of the property 'back color'.
|
void |
setBackColorFormula(FormulaField newFormula)
Sets the formula for the property 'back color'.
|
void |
setBottomLineStyle(int newValue)
Sets the value of the property 'bottom line style'.
|
void |
setBottomLineStyleFormula(FormulaField newFormula)
Sets the formula for the property 'bottom line style'.
|
void |
setCloseBorderOnPageBreak(boolean newValue)
Sets the value of the property 'close border on page break'.
|
void |
setCloseBorderOnPageBreakFormula(FormulaField newFormula)
Sets the formula for the property 'close border on page break'.
|
void |
setDropShadow(boolean newValue)
Sets the value of the property 'drop shadow'.
|
void |
setDropShadowFormula(FormulaField newFormula)
Sets the formula for the property 'drop shadow'.
|
void |
setForeColor(int newValue)
Sets the value of the property 'fore color'.
|
void |
setForeColorFormula(FormulaField newFormula)
Sets the formula of the property 'fore color'.
|
void |
setLeftLineStyle(int newValue)
Sets the value of the property 'left line style'.
|
void |
setLeftLineStyleFormula(FormulaField newFormula)
Sets the formula for the property 'left line style'.
|
void |
setRightLineStyle(int newValue)
Sets the value of the property 'right line style'.
|
void |
setRightLineStyleFormula(FormulaField newFormula)
Sets the formula for the property 'right line style'.
|
void |
setTightHorizontal(boolean newValue)
Sets the value of the property 'tight horizontal'.
|
void |
setTightHorizontalFormula(FormulaField newFormula)
Sets the formula for the property 'tight horizontal'.
|
void |
setTopLineStyle(int newValue)
Sets the value of the property 'top line style'.
|
void |
setTopLineStyleFormula(FormulaField newFormula)
Sets the formula for the property 'top line style'.
|
static final int NO_LINE
static final int LINE_STYLE_SINGLE
static final int LINE_STYLE_DOUBLE
static final int LINE_STYLE_DASHED
static final int LINE_STYLE_DOTTED
void setCloseBorderOnPageBreak(boolean newValue)
newValue
- The new value of the property 'close border on page break'.boolean isCloseBorderOnPageBreak()
void setCloseBorderOnPageBreakFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'close border on page break'.FormulaField getCloseBorderOnPageBreakFormula()
void setDropShadow(boolean newValue)
newValue
- true
- shadow will be displayed, false
- no shadow.boolean isDropShadow()
false
.void setDropShadowFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'drop shadow'.FormulaField getDropShadowFormula()
void setBackColor(int backColor)
backColor
- the new value of the property 'backColor'.RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
int getBackColor()
RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
void setBackColorFormula(FormulaField newFormula)
newFormula
- The new fromula for the property 'back color'.RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
FormulaField getBackColorFormula()
RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
void setForeColor(int newValue)
newValue
- the new Value for the property 'fore color'.RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
int getForeColor()
RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
void setForeColorFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'fore color'.RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
FormulaField getForeColorFormula()
RDC.COLOR_AQUA
,
RDC.COLOR_BLACK
,
RDC.COLOR_BLUE
,
RDC.COLOR_FUCHSIA
,
RDC.COLOR_GRAY
,
RDC.COLOR_GREEN
,
RDC.COLOR_LIME
,
RDC.COLOR_MAROON
,
RDC.COLOR_NO_COLOR
,
RDC.COLOR_OLIVE
,
RDC.COLOR_PURPLE
,
RDC.COLOR_RED
,
RDC.COLOR_SILVER
,
RDC.COLOR_TEAL
,
RDC.COLOR_WHITE
,
RDC.COLOR_YELLOW
int getBottomLineStyle()
NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setBottomLineStyle(int newValue)
newValue
- The new value of the property 'bottom line style'.java.lang.IllegalArgumentException
- if newValue is no valid line styleNO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
FormulaField getBottomLineStyleFormula()
NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setBottomLineStyleFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'bottom line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
int getTopLineStyle()
NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setTopLineStyle(int newValue)
newValue
- The new value of the property 'top line style'.java.lang.IllegalArgumentException
- if newValue is no valid line styleNO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
FormulaField getTopLineStyleFormula()
FormulaField
The formula of the property 'top line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setTopLineStyleFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'top line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setLeftLineStyle(int newValue)
newValue
- The new value of the property 'left line style'java.lang.IllegalArgumentException
- if newValue is no valid line styleNO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
int getLeftLineStyle()
NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setLeftLineStyleFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'left line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
FormulaField getLeftLineStyleFormula()
FormulaField
The formula for the property 'left line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setRightLineStyle(int newValue)
newValue
- The new value of the property 'right line style'.java.lang.IllegalArgumentException
- if newValue is no valid line styleNO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
int getRightLineStyle()
NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setRightLineStyleFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'right line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
FormulaField getRightLineStyleFormula()
FormulaField
The formula for the property 'right line style'.NO_LINE
,
LINE_STYLE_SINGLE
,
LINE_STYLE_DOUBLE
,
LINE_STYLE_DASHED
,
LINE_STYLE_DOTTED
void setTightHorizontal(boolean newValue)
newValue
- true
if the value should be set, else false
.void setTightHorizontalFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'tight horizontal'.boolean isTightHorizontal()
false
.FormulaField getTightHorizontalFormula()
Copyright © 1999-2020 by i-net software GmbH