Package com.grapecity.documents.excel
Interface ILabelOption
public interface ILabelOption
Barcode lable option
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether to show label text when the barcode has label.booleanA value that represents the label position when the label is shown.
-
Method Details
-
getShowLabel
boolean getShowLabel()A value that represents the label position when the label is shown. -
getLabelPosition
String getLabelPosition()Specifies whether to show label text when the barcode has label.
-