The following tables list the members exposed by BarCodeCellType.
Name | Description | |
---|---|---|
BarCodeCellType Constructor | Overloaded. |
Name | Description | |
---|---|---|
AcceptsCheckDigit | Gets or sets whether to accept the check digit in the input. | |
AdjustSize | Gets or sets whether the barcode adjusts its size according to the BarSize property. | |
AutoStretch | Gets or sets whether the barcode automatically resizes itself when the cell size changes. | |
BarAdjust | Gets or sets the width of the adjust bar for fine tuning the placement. | |
BarCodePadding | Gets or sets the left and right padding of the barcode. | |
BarSize | Gets or sets the height and width of the barcode. | |
DisplayCheckDigit | Gets or sets whether the check digit is visible. | |
DisplayMode | Gets or sets how the barcode is displayed in the cell. | |
FixedLength | Gets or sets the number of the fixed digits of the value of the barcode. Only can be set if barcode type is PostNet,ITF,or Code39. If bar type is PostNet, the value must be 5 or 10 or 12. | |
IsFormulaValue | Determines whether the editor contains a formula. | |
Message | Gets or sets whether to show the message string with the barcode. | |
MessagePosition | Gets or sets the display position message associated with the barcode. | |
MessageValue | Gets or sets the message string. | |
MinimumHeight | Gets or sets the minimum height of the entire barcode. | |
ModuleSize | Gets or sets the size of the barcode module. | |
Resolution | Gets or sets the resolution (in dots-per-inch) of the output image of the barcode. | |
Rotation | Gets or sets the rotation angle of the barcode. | |
SubEditor | Gets or sets the subeditor. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
Type | Gets or sets the bar type in the barcode. | |
Unit | Gets or sets the measurement unit of the barcode. |
Name | Description | |
---|---|---|
ExtraRendererSettings | Gets the conditional formatting settings. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
CanBeOverflown | Overridden. Determines whether data from another cell can overflow into this cell (whether this cell can be overflowed into). | |
CancelEditing | Overridden. Cancels the editing of a cell. | |
CanOverflow | Overridden. Determines whether a cell can overflow its data into an adjacent cell. | |
Clone | Overridden. Clones this cell type object. | |
CreateBitmap | Overloaded. Creates the bitmap image of the barcode. | |
CreateMetafile | Overloaded. Creates the image metafile from the barcode. | |
Deserialize | Loads the object from XML. | |
GetEditorControl | Overloaded. Overridden. Returns the barcode editor control (BarCodeValueEditor). | |
GetEditorValue | Overridden. Returns the text entered by the user in the editor control. | |
GetErrorIconBound | Gets a rectangle to draw the error icon in. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
GetPreferredSize | Overloaded. Overridden. Gets the preferred (maximum required) size of the cell for the editor control. | |
GetReservedCursor | Overridden. Gets the cursor reserved for this cell type. | |
IsPropertySupported | Gets whether the cell type supports the named property. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsReservedKey | Overridden. Determines whether the specified key has special meaning to the editor control. | |
IsReservedLocation | Overridden. Determines whether the specified cursor location has special meaning to the editor control. | |
IsValid | Overridden. Determines whether the specified value is valid. | |
PaintCell | Overloaded. Overridden. Creates an image of the barcode and draws it inside the cell. | |
Serialize | Saves the object to XML. | |
SetEditorValue | Overridden. Sets the value to the editor when it appears. | |
ShowSubEditor | Overridden. Shows the subeditor control associated with the cell. | |
StartEditing | Overridden. Starts the editing of a cell. | |
StopEditing | Overridden. Stops the editing of a cell. |
Name | Description | |
---|---|---|
FireEditorValueChanged | Fires the EditorValueChanged event if there are any delegates attached. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheBeginning | Gets whether the caret is in the beginning. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheEnd | Gets whether the caret is at the end. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheFirstLine | Gets whether the caret is in the first line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
IsCaretInTheLastLine | Gets whether the caret is in the last line. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
PaintEnhancedConditionalFormat | Paints the enhanced conditional format. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |
Name | Description | |
---|---|---|
EditingCanceled | Occurs when editing (the editor control) has been canceled by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditingStopped | Occurs when editing in the the editor control has been stopped by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) | |
EditorValueChanged | Occurs when the value in the editor control has been changed by the user. (Inherited from FarPoint.Win.Spread.CellType.BaseCellType) |