com.stimulsoft.report.barCodes
Interface IStiBarCode

All Superinterfaces:
IStiBackColor, IStiForeColor
All Known Implementing Classes:
StiBarCode

public interface IStiBarCode
extends IStiBackColor, IStiForeColor


Method Summary
 boolean getAutoScale()
           
 java.lang.String GetBarCodeString()
           
 StiBarCodeTypeService getBarCodeType()
           
 boolean getShowLabelText()
           
 void setAutoScale(boolean value)
           
 void setBarCodeType(StiBarCodeTypeService value)
           
 void setShowLabelText(boolean value)
           
 
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiBackColor
getBackColor, setBackColor
 
Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiForeColor
getForeColor, setForeColor
 

Method Detail

GetBarCodeString

java.lang.String GetBarCodeString()

getAutoScale

boolean getAutoScale()

setAutoScale

void setAutoScale(boolean value)

getShowLabelText

boolean getShowLabelText()

setShowLabelText

void setShowLabelText(boolean value)

getBarCodeType

StiBarCodeTypeService getBarCodeType()

setBarCodeType

void setBarCodeType(StiBarCodeTypeService value)