Interface ILabelOptions
public interface ILabelOptions
Indicates the cell label options.
-
Method Summary
Gets the cell label position.
Returns an instance of IFont
which may be used to get and set font properties of the watermark represented by this IRange.
Gets the color of the watermark in the range.
Gets the margin of the watermark in the range.
Gets the cell label visibility.
void
Sets the cell label position.
void
Sets the color of the watermark in the range.
void
Sets the margin of the watermark in the range.
void
Sets the cell label visibility.
-
Method Details
-
getAlignment
Gets the cell label position.
-
setAlignment
Sets the cell label position.
-
getVisibility
Gets the cell label visibility.
-
setVisibility
Sets the cell label visibility.
-
getForeColor
Gets the color of the watermark in the range.
-
setForeColor
void setForeColor(Color color)
Sets the color of the watermark in the range.
-
getFont
Returns an instance of IFont
which may be used to get and set font properties of the watermark represented by this IRange.
-
getMargin
Gets the margin of the watermark in the range.
-
setMargin
Sets the margin of the watermark in the range.