|
||||||||||
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 IStiCanShrink
getCanShrink
in class StiComponent
public void setCanShrink(boolean value)
setCanShrink
in interface IStiCanShrink
setCanShrink
in class StiComponent
public boolean getCanGrow()
StiComponent
getCanGrow
in interface IStiCanGrow
getCanGrow
in class StiComponent
public void setCanGrow(boolean value)
setCanGrow
in interface IStiCanGrow
setCanGrow
in class StiComponent
public int getToolboxPosition()
getToolboxPosition
in class StiComponent
public java.lang.String getLocalizedCategory()
getLocalizedCategory
in class StiBase
public java.lang.String getLocalizedName()
getLocalizedName
in class StiBase
public boolean isExportAsImage(StiExportFormat format)
isExportAsImage
in interface IStiExportImageExtended
isExportAsImage
in class StiComponent
public final StiAngle getAngle()
getAngle
in interface IStiEnumAngle
public final void setAngle(StiAngle value)
setAngle
in interface IStiEnumAngle
public final StiBorder getBorder()
getBorder
in interface IStiBorder
public final void setBorder(StiBorder value)
setBorder
in interface IStiBorder
public final StiColor getForeColor()
getForeColor
in interface IStiForeColor
public final void setForeColor(StiColor value)
setForeColor
in interface IStiForeColor
public final StiColor getBackColor()
getBackColor
in interface IStiBackColor
public final void setBackColor(StiColor value)
setBackColor
in interface IStiBackColor
public boolean getAutoScale()
getAutoScale
in interface IStiBarCode
public void setAutoScale(boolean value)
setAutoScale
in interface IStiBarCode
public boolean getShowLabelText()
getShowLabelText
in interface IStiBarCode
public void setShowLabelText(boolean value)
setShowLabelText
in interface IStiBarCode
public boolean getShowQuietZones()
public void setShowQuietZones(boolean value)
public final StiBarCodeTypeService getBarCodeType()
getBarCodeType
in interface IStiBarCode
public final void setBarCodeType(StiBarCodeTypeService value)
setBarCodeType
in interface IStiBarCode
public final java.lang.String GetBarCodeString()
GetBarCodeString
in interface IStiBarCode
public StiFont getFont()
public void setFont(StiFont value)
public final StiHorAlignment getHorAlignment()
getHorAlignment
in interface IStiHorAlignment
public final void setHorAlignment(StiHorAlignment value)
setHorAlignment
in interface IStiHorAlignment
public final StiVertAlignment getVertAlignment()
getVertAlignment
in interface IStiVertAlignment
public final void setVertAlignment(StiVertAlignment value)
setVertAlignment
in interface IStiVertAlignment
public 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 IStiJsonReportObject
SaveToJsonObject
in class StiComponent
JSONException
public void LoadFromJsonObject(JSONObject jObject) throws JSONException
LoadFromJsonObject
in interface IStiJsonReportObject
LoadFromJsonObject
in class StiComponent
JSONException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |