Package com.grapecity.documents.excel
Interface ILabelOptions
public interface ILabelOptions
Indicates the cell label options.
-
Method Summary
Modifier and TypeMethodDescriptionGets the cell label position.getFont()Returns an instance ofIFontwhich 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.voidsetAlignment(LabelAlignment alignment) Sets the cell label position.voidsetForeColor(Color color) Sets the color of the watermark in the range.voidSets the margin of the watermark in the range.voidsetVisibility(LabelVisibility visibility) Sets the cell label visibility.
-
Method Details
-
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 ofIFontwhich 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.
-