|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
com.stimulsoft.report.StiBase
com.stimulsoft.report.components.StiComponent
com.stimulsoft.report.barCodes.StiBarCode
public class StiBarCode
| Field Summary |
|---|
| Fields inherited from class com.stimulsoft.report.components.StiComponent |
|---|
canGrow, canShrink, componentPlacement, conditions, currentPointer, expressions, interaction, isRendered, page, parent, parentBookmark, parentPointer, top, width |
| Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
|---|
REFERENCE_EMPTY, REFERENCE_REPORT |
| Constructor Summary | |
|---|---|
StiBarCode()
Creates a new component of the type StiBarCode. |
|
StiBarCode(StiRectangle rect)
Creates a new component of the type StiBarCode. |
|
| Method Summary | |
|---|---|
StiAngle |
getAngle()
Gets or sets angle of a bar code rotation. |
boolean |
getAutoScale()
Gets or sets value which indicates how bar code will scale its size. |
StiColor |
getBackColor()
Gets or sets background color of bar code. |
java.lang.String |
GetBarCodeString()
|
StiBarCodeTypeService |
getBarCodeType()
Gets or sets type of the bar code. |
StiBorder |
getBorder()
Gets or sets frame of the component. |
boolean |
getCanGrow()
gets or sets a value which indicates that this object can grow. |
boolean |
getCanShrink()
gets or sets value which indicates that this object can shrink. |
StiBarCodeExpression |
getCode()
Gets or sets the expression to fill a code of bar code. |
java.lang.String |
getCodeValue()
Gets or sets the component bar code. |
StiRectangle |
getDefaultClientRectangle()
Gets or sets the default client area of a component. |
StiFont |
getFont()
Gets or sets font of bar code. |
StiColor |
getForeColor()
Gets or sets bar code color. |
StiGetBarCodeEvent |
getGetBarCodeEvent()
Occurs when getting the code of bar code. |
StiHorAlignment |
getHorAlignment()
Gets or sets the horizontal alignment of an barcode. |
java.lang.String |
getLocalizedCategory()
Gets a localized name of the component category. |
java.lang.String |
getLocalizedName()
Gets a localized component name. |
boolean |
getShowLabelText()
Gets or sets value which indicates will this bar code show label text or no. |
boolean |
getShowQuietZones()
Gets or sets value which indicates will this bar code show quiet zones or no. |
int |
getToolboxPosition()
Gets value to sort a position in the toolbox. |
StiVertAlignment |
getVertAlignment()
Gets or sets the vertical alignment of an barcode. |
void |
invokeEvents()
Invokes all events for this components. |
void |
InvokeGetBarCode(StiComponent sender,
StiValueEventArgs e)
Raises the GetBarCode event. |
boolean |
isExportAsImage(StiExportFormat format)
|
void |
LoadFromJsonObject(JSONObject jObject)
|
JSONObject |
SaveToJsonObject(StiJsonSaveMode mode)
|
void |
setAngle(StiAngle value)
|
void |
setAutoScale(boolean value)
|
void |
setBackColor(StiColor value)
|
void |
setBarCodeType(StiBarCodeTypeService value)
|
void |
setBorder(StiBorder value)
|
void |
setCanGrow(boolean value)
|
void |
setCanShrink(boolean value)
|
void |
setCode(StiBarCodeExpression value)
|
void |
setCodeValue(java.lang.String value)
|
void |
setFont(StiFont value)
|
void |
setForeColor(StiColor value)
|
void |
setGetBarCodeEvent(StiGetBarCodeEvent value)
|
void |
setHorAlignment(StiHorAlignment value)
|
void |
setShowLabelText(boolean value)
|
void |
setShowQuietZones(boolean value)
|
void |
setVertAlignment(StiVertAlignment value)
|
| Methods inherited from class com.stimulsoft.report.StiBase |
|---|
getName, getServiceName |
| Methods inherited from class com.stimulsoft.base.services.StiService |
|---|
getProperties, getServiceEnabled, getServiceInfo, isPropertyPresent, MemberwiseClone, properties, setProperties, setServiceEnabled |
| Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
|---|
cleanReference, getReference, setReference |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImageExtended |
|---|
getImage |
| Methods inherited from interface com.stimulsoft.report.components.interfaces.IStiExportImage |
|---|
getImage |
| Constructor Detail |
|---|
public StiBarCode()
public StiBarCode(StiRectangle rect)
rect - The rectangle describes size and position of the component.| Method Detail |
|---|
public boolean getCanShrink()
StiComponent
getCanShrink in interface IStiCanShrinkgetCanShrink in class StiComponentpublic void setCanShrink(boolean value)
setCanShrink in interface IStiCanShrinksetCanShrink in class StiComponentpublic boolean getCanGrow()
StiComponent
getCanGrow in interface IStiCanGrowgetCanGrow in class StiComponentpublic void setCanGrow(boolean value)
setCanGrow in interface IStiCanGrowsetCanGrow in class StiComponentpublic int getToolboxPosition()
getToolboxPosition in class StiComponentpublic java.lang.String getLocalizedCategory()
getLocalizedCategory in class StiBasepublic java.lang.String getLocalizedName()
getLocalizedName in class StiBasepublic boolean isExportAsImage(StiExportFormat format)
isExportAsImage in interface IStiExportImageExtendedisExportAsImage in class StiComponentpublic final StiAngle getAngle()
getAngle in interface IStiEnumAnglepublic final void setAngle(StiAngle value)
setAngle in interface IStiEnumAnglepublic final StiBorder getBorder()
getBorder in interface IStiBorderpublic final void setBorder(StiBorder value)
setBorder in interface IStiBorderpublic final StiColor getForeColor()
getForeColor in interface IStiForeColorpublic final void setForeColor(StiColor value)
setForeColor in interface IStiForeColorpublic final StiColor getBackColor()
getBackColor in interface IStiBackColorpublic final void setBackColor(StiColor value)
setBackColor in interface IStiBackColorpublic boolean getAutoScale()
getAutoScale in interface IStiBarCodepublic void setAutoScale(boolean value)
setAutoScale in interface IStiBarCodepublic boolean getShowLabelText()
getShowLabelText in interface IStiBarCodepublic void setShowLabelText(boolean value)
setShowLabelText in interface IStiBarCodepublic boolean getShowQuietZones()
public void setShowQuietZones(boolean value)
public final StiBarCodeTypeService getBarCodeType()
getBarCodeType in interface IStiBarCodepublic final void setBarCodeType(StiBarCodeTypeService value)
setBarCodeType in interface IStiBarCodepublic final java.lang.String GetBarCodeString()
GetBarCodeString in interface IStiBarCodepublic StiFont getFont()
public void setFont(StiFont value)
public final StiHorAlignment getHorAlignment()
getHorAlignment in interface IStiHorAlignmentpublic final void setHorAlignment(StiHorAlignment value)
setHorAlignment in interface IStiHorAlignmentpublic final StiVertAlignment getVertAlignment()
getVertAlignment in interface IStiVertAlignmentpublic final void setVertAlignment(StiVertAlignment value)
setVertAlignment in interface IStiVertAlignmentpublic final java.lang.String getCodeValue()
public final void setCodeValue(java.lang.String value)
public StiBarCodeExpression getCode()
public void setCode(StiBarCodeExpression value)
public void invokeEvents()
invokeEvents in class StiComponent
public final void InvokeGetBarCode(StiComponent sender,
StiValueEventArgs e)
public final StiGetBarCodeEvent getGetBarCodeEvent()
public final void setGetBarCodeEvent(StiGetBarCodeEvent value)
public StiRectangle getDefaultClientRectangle()
getDefaultClientRectangle in class StiComponent
public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
throws JSONException
SaveToJsonObject in interface IStiJsonReportObjectSaveToJsonObject in class StiComponentJSONException
public void LoadFromJsonObject(JSONObject jObject)
throws JSONException
LoadFromJsonObject in interface IStiJsonReportObjectLoadFromJsonObject in class StiComponentJSONException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||