接口 ILabelOptions
public interface ILabelOptions
Indicates the cell label options.
-
方法概要
修饰符和类型方法说明Gets the cell label position.getFont()
Returns an instance ofIFont
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
setAlignment
(LabelAlignment alignment) Sets the cell label position.void
setForeColor
(Color color) Sets the color of the watermark in the range.void
Sets the margin of the watermark in the range.void
setVisibility
(LabelVisibility visibility) Sets the cell label visibility.
-
方法详细资料
-
getAlignment
LabelAlignment getAlignment()Gets the cell label position. -
setAlignment
Sets the cell label position. -
getVisibility
LabelVisibility getVisibility()Gets the cell label visibility. -
setVisibility
Sets the cell label visibility. -
getForeColor
Color getForeColor()Gets the color of the watermark in the range. -
setForeColor
Sets the color of the watermark in the range. -
getFont
IFont getFont()Returns an instance ofIFont
which may be used to get and set font properties of the watermark represented by this IRange. -
getMargin
Margin getMargin()Gets the margin of the watermark in the range. -
setMargin
Sets the margin of the watermark in the range.
-