|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BorderProperties
Interface for elements that support properties like line style for borders, fore- and back color
of the element.
This class is part of the RDC.
| Field Summary | |
|---|---|
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. |
| Method Summary | |
|---|---|
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'. |
| Field Detail |
|---|
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
| Method Detail |
|---|
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_YELLOWint 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_YELLOWvoid 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_YELLOWFormulaField 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_YELLOWvoid 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_YELLOWint 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_YELLOWvoid 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_YELLOWFormulaField 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_YELLOWint getBottomLineStyle()
NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDFormulaField getBottomLineStyleFormula()
NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDint getTopLineStyle()
NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDFormulaField getTopLineStyleFormula()
FormulaField The formula of the property 'top line style'.NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDvoid 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_DOTTEDint getLeftLineStyle()
NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDFormulaField getLeftLineStyleFormula()
FormulaField The formula for the property 'left line style'.NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDint getRightLineStyle()
NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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_DOTTEDFormulaField getRightLineStyleFormula()
FormulaField The formula for the property 'right line style'.NO_LINE,
LINE_STYLE_SINGLE,
LINE_STYLE_DOUBLE,
LINE_STYLE_DASHED,
LINE_STYLE_DOTTEDvoid 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()
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||