The TextItem type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TextItem | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| CharSpacing |
Gets or sets the additional inter-character gap.
| |
| CounterStep |
Gets or sets the step for the counter. The counter will increase (positive) or decrease (negative) by this number on every printed label.
| |
| CounterUseLeadingZeros |
Gets or sets whether leading zeros are printed or suppressed when using counters.
| |
| DataField |
Gets or sets the name of the field from the data source that contains the values to bind to this item.
(Inherited from Item.) | |
| Dpi |
Gets or sets the item resolution, in dots per inch.
(Inherited from Item.) | |
| Font |
Gets the Font object for the text.
| |
| ForeColor |
Gets or sets the foreground color of the text.
| |
| Height |
Gets or sets the height of the text item.
| |
| LineSpacing |
Gets or sets the space between text lines.
| |
| Mask |
Gets or sets the input Mask for the text.
| |
| MaskIncrement |
Gets or sets the mask increment. The increment is the value to be added to the text on each label to be printed.
| |
| Name |
Gets or sets the programmatic identifier or name assigned to the item.
(Inherited from Item.) | |
| Rotate |
Gets or sets the rotation for the text item.
| |
| Text |
Gets or sets the text.
| |
| TextAlignment |
Gets or sets the alignment of the text.
| |
| TextDirection |
Gets or sets the direction of the text.
| |
| TextEncoding |
Gets or sets the code page for text encoding. NOTE: It's used on EPL-based printers only.
| |
| TextLines |
Gets or sets the number of text lines.
| |
| UnitType |
Gets or sets the Unit of Measurement for the item.
(Inherited from Item.) | |
| Width |
Gets or sets the width of the text item.
| |
| X |
Gets or sets the x-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.) | |
| Y |
Gets or sets the y-coordinate of the upper-left corner of the item relative to the upper-left corner of its container.
(Inherited from Item.) |