Represents a picture placed on the label using TSPL.
More...
|
| | __init__ (self, IPoint start, str image_name) |
| | Initialize with position and image name.
|
| |
| | __str__ (self) |
| | Convert this object into a TSPL command string.
|
| |
Represents a picture placed on the label using TSPL.
This class defines a TSPL picture object that can be positioned on a label and converted into a TSPL command string.
◆ __init__()
| LabelMaker.TSPL.TsplPicture.TsplPicture.__init__ |
( |
| self, |
|
|
IPoint | start, |
|
|
str | image_name ) |
Initialize with position and image name.
- Parameters
-
| start | IPoint object indicating the position. |
| image_name | The name of the image to be printed. |
◆ __str__()
| LabelMaker.TSPL.TsplPicture.TsplPicture.__str__ |
( |
| self | ) |
|
Convert this object into a TSPL command string.
- Returns
- The TSPL command string representing this picture.
◆ ImageName
| LabelMaker.TSPL.TsplPicture.TsplPicture.ImageName = image_name |
◆ Ruler
◆ Start
| LabelMaker.TSPL.TsplPicture.TsplPicture.Start = start |
The documentation for this class was generated from the following file:
- /Users/bob_huang/Documents/Project/UniPRTSDK_python/LabelMaker/TSPL/TsplPicture.py