public interface ILabelOptions
| Modifier and Type | Method and Description |
|---|---|
LabelAlignment |
getAlignment()
Gets the cell label position.
|
IFont |
getFont()
Returns an instance of
IFont which may be used to get and set font properties of the watermark represented by this IRange. |
Color |
getForeColor()
Gets the color of the watermark in the range.
|
Margin |
getMargin()
Gets the margin of the watermark in the range.
|
LabelVisibility |
getVisibility()
Gets the cell label visibility.
|
void |
setAlignment(LabelAlignment alignment)
Sets the cell label position.
|
void |
setForeColor(Color color)
Sets the color of the watermark in the range.
|
void |
setMargin(Margin margin)
Sets the margin of the watermark in the range.
|
void |
setVisibility(LabelVisibility visibility)
Sets the cell label visibility.
|
LabelAlignment getAlignment()
void setAlignment(LabelAlignment alignment)
LabelVisibility getVisibility()
void setVisibility(LabelVisibility visibility)
Color getForeColor()
void setForeColor(Color color)
IFont getFont()
IFont which may be used to get and set font properties of the watermark represented by this IRange.Margin getMargin()
void setMargin(Margin margin)