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'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow. |
FormulaField |
getCanGrowFormula()
Returns the formula of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container. |
int |
getHorAlign()
Returns the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified. |
FormulaField |
getHorAlignFormula()
Returns the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified. |
FormulaField |
getKeepTogetherFormula()
Returns the formula for the property 'keep together'.
If this property is enabled, the element will not printed over more than one page. |
FormulaField |
getSuppressFormula()
Returns the formula for the property 'suppress'.
|
FormulaField |
getSuppressIfDuplicatedFormula()
Returns the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed. |
java.lang.String |
getToolTipsText()
Returns the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element. |
FormulaField |
getToolTipsTextFormula()
Returns the formula of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element. |
boolean |
isCanGrow()
Returns the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container. |
boolean |
isKeepTogether()
Returns the value of the property 'keep together'.
If this property is enabled, the element will not printed over more than one page. |
boolean |
isSuppress()
Returns the value of the property 'suppress'.
Set this property if you do not want the section to print, but you do not want to keep the section content available for drill down. |
boolean |
isSuppressIfDuplicated()
Returns the value of the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed. |
void |
setCanGrow(boolean canGrow)
Sets the value of the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container. |
void |
setCanGrowCount(int newValue)
Sets the value of the property 'can grow count'.
This property gives the maximum numbers of lines that a Text or a FieldElement can grow. |
void |
setCanGrowFormula(FormulaField newFormula)
Sets the formula for the property 'can grow'.
If this property is enabled, elements with dynamic state will be expanded vertically if its content is larger than its container. |
void |
setHorAlign(int value)
Sets the value of the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified. |
void |
setHorAlignFormula(FormulaField newFormula)
Sets the formula for the property 'horizontal alignment'.
Possible alignments are default, left, center, right or justified. |
void |
setKeepTogether(boolean newValue)
Sets the value of the property 'keep together'.
If this property is enabled, the element will not printed over more than one page. |
void |
setKeepTogetherFormula(FormulaField newFormula)
Sets the formula for the property 'keep together'.
If this property is enabled, the element will not printed over more than one page. |
void |
setSuppress(boolean newValue)
Sets the value of the property 'suppress'.
Set this property if you do not want the section to print, but you dont't want to keep the section content available for drill down. |
void |
setSuppressFormula(FormulaField newFormula)
Sets the formula for the property 'suppress'.
Use this property to change the visibility of the element when printing dynamically. |
void |
setSuppressIfDuplicated(boolean newValue)
Sets the value of the property 'suppress if duplicated'.
If this property is enabled values of the field that are duplicated will not be printed. |
void |
setSuppressIfDuplicatedFormula(FormulaField newFormula)
Sets the formula for the property 'suppress if duplicated'.
If this property is enabled, values of the field that are duplicated will not be printed. |
void |
setToolTipsText(java.lang.String newValue)
Sets the value of the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element. |
void |
setToolTipsTextFormula(FormulaField newFormula)
Sets the formula for the property 'tool tips text'.
The 'tool tips text' specifies a text which appear after short time slice when you move your mouse on the element. |
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-2024 by i-net software GmbH