public interface GeneralProperties
Modifier and Type | Field and Description |
---|---|
static int |
ALIGN_HORIZONTAL_CENTER
The horizontal alignment will be centered.
|
static int |
ALIGN_HORIZONTAL_DEFAULT
The horizontal alignment will be the system default, i.e.
|
static int |
ALIGN_HORIZONTAL_JUSTIFIED
The horizontal alignment will be justified.
|
static int |
ALIGN_HORIZONTAL_LEFT
The horizontal alignment will be left aligned.
|
static int |
ALIGN_HORIZONTAL_RIGHT
The horizontal alignment will be right.
|
Modifier and Type | Method and Description |
---|---|
int |
getCanGrowCount()
Returns the value of the property 'can grow count'.
|
FormulaField |
getCanGrowFormula()
Returns the formula of the property 'can grow'.
|
int |
getHorAlign()
Returns the value of the property 'horizontal alignment'.
|
FormulaField |
getHorAlignFormula()
Returns the formula for the property 'horizontal alignment'.
|
FormulaField |
getKeepTogetherFormula()
Returns the formula for the property 'keep together'.
|
FormulaField |
getSuppressFormula()
Returns the formula for the property 'suppress'.
|
FormulaField |
getSuppressIfDuplicatedFormula()
Returns the formula for the property 'suppress if duplicated'.
|
java.lang.String |
getToolTipsText()
Returns the value of the property 'tool tips text'.
|
FormulaField |
getToolTipsTextFormula()
Returns the formula of the property 'tool tips text'.
|
boolean |
isCanGrow()
Returns the value of the property 'can grow'.
|
boolean |
isKeepTogether()
Returns the value of the property 'keep together'.
|
boolean |
isSuppress()
Returns the value of the property 'suppress'.
|
boolean |
isSuppressIfDuplicated()
Returns the value of the property 'suppress if duplicated'.
|
void |
setCanGrow(boolean canGrow)
Sets the value of the property 'can grow'.
|
void |
setCanGrowCount(int newValue)
Sets the value of the property 'can grow count'.
|
void |
setCanGrowFormula(FormulaField newFormula)
Sets the formula for the property 'can grow'.
|
void |
setHorAlign(int value)
Sets the value of the property 'horizontal alignment'.
|
void |
setHorAlignFormula(FormulaField newFormula)
Sets the formula for the property 'horizontal alignment'.
|
void |
setKeepTogether(boolean newValue)
Sets the value of the property 'keep together'.
|
void |
setKeepTogetherFormula(FormulaField newFormula)
Sets the formula for the property 'keep together'.
|
void |
setSuppress(boolean newValue)
Sets the value of the property 'suppress'.
|
void |
setSuppressFormula(FormulaField newFormula)
Sets the formula for the property 'suppress'.
|
void |
setSuppressIfDuplicated(boolean newValue)
Sets the value of the property 'suppress if duplicated'.
|
void |
setSuppressIfDuplicatedFormula(FormulaField newFormula)
Sets the formula for the property 'suppress if duplicated'.
|
void |
setToolTipsText(java.lang.String newValue)
Sets the value of the property 'tool tips text'.
|
void |
setToolTipsTextFormula(FormulaField newFormula)
Sets the formula for the property 'tool tips text'.
|
static final int ALIGN_HORIZONTAL_DEFAULT
static final int ALIGN_HORIZONTAL_LEFT
static final int ALIGN_HORIZONTAL_CENTER
static final int ALIGN_HORIZONTAL_RIGHT
static final int ALIGN_HORIZONTAL_JUSTIFIED
void setSuppressIfDuplicated(boolean newValue)
newValue
- The new value of the property 'suppress if duplicated'.boolean isSuppressIfDuplicated()
void setSuppressIfDuplicatedFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'suppress if duplicated'.FormulaField getSuppressIfDuplicatedFormula()
int getCanGrowCount()
void setCanGrowCount(int newValue)
newValue
- The new value of the property 'can grow count'.FormulaField getHorAlignFormula()
void setHorAlignFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'horizontal alignment'.
The result of the formula should be in range from 0 to 4.ALIGN_HORIZONTAL_DEFAULT
,
ALIGN_HORIZONTAL_LEFT
,
ALIGN_HORIZONTAL_CENTER
,
ALIGN_HORIZONTAL_RIGHT
,
ALIGN_HORIZONTAL_JUSTIFIED
void setHorAlign(int value)
value
- The new value of the property 'horizontal alignment'.ALIGN_HORIZONTAL_DEFAULT
,
ALIGN_HORIZONTAL_LEFT
,
ALIGN_HORIZONTAL_CENTER
,
ALIGN_HORIZONTAL_RIGHT
,
ALIGN_HORIZONTAL_JUSTIFIED
int getHorAlign()
ALIGN_HORIZONTAL_DEFAULT
,
ALIGN_HORIZONTAL_LEFT
,
ALIGN_HORIZONTAL_CENTER
,
ALIGN_HORIZONTAL_RIGHT
,
ALIGN_HORIZONTAL_JUSTIFIED
boolean isCanGrow()
void setCanGrow(boolean canGrow)
canGrow
- The new value of the property 'can grow'FormulaField getCanGrowFormula()
void setCanGrowFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'can grow'.boolean isKeepTogether()
void setKeepTogether(boolean newValue)
newValue
- The new value of the property 'keep together'.FormulaField getKeepTogetherFormula()
void setKeepTogetherFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'keep together'.void setSuppress(boolean newValue)
newValue
- The new value of the property 'suppress'.boolean isSuppress()
void setSuppressFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'suppress'.FormulaField getSuppressFormula()
setSuppress(boolean)
,
setSuppressFormula(com.inet.report.FormulaField)
java.lang.String getToolTipsText()
void setToolTipsText(java.lang.String newValue)
newValue
- The new value of the property 'tool tips text'.FormulaField getToolTipsTextFormula()
void setToolTipsTextFormula(FormulaField newFormula)
newFormula
- The new formula for the property 'tool tips text'.Copyright © 1999-2020 by i-net software GmbH