Public 成员函数 | |
| initialize (cls) | |
| IPrintResolution | printer_resolution (cls) |
| set_printer_resolution (cls, IPrintResolution printer_resolution) | |
| 打印分辨率用于所有创建的对象,除非设置了不同的分辨率。 | |
| IRuler | ruler (cls) |
| set_ruler (cls, IRuler ruler) | |
| 设置用于缩放和定位的默认尺规。 | |
| AlignEnum | alignment (cls) |
| set_alignment (cls, AlignEnum alignment) | |
| 设置对象的默认对齐方式。 | |
| RotateEnum | rotation (cls) |
| set_rotation (cls, RotateEnum rotation) | |
| 设置对象的默认旋转。 | |
| ICellSquare | cell_size (cls) |
| set_cell_size (cls, ICellSquare cell_size) | |
| 2D 条码的单元/模块大小(如果未指定大小)。 | |
| ICellRect | cell_size_rect (cls) |
| set_cell_size_rect (cls, ICellRect cell_size_rect) | |
| 2D 条码的单元/模块大小(如果未指定大小)。 | |
Protected 属性 | |
| _printer_resolution | |
| _ruler | |
| _cell_size | |
| _cell_size_rect | |
| _alignment | |
| _rotation | |
静态 Protected 属性 | |
| Optional | _printer_resolution = None |
| Optional | _ruler = None |
| AlignEnum | _alignment = AlignEnum.LEFT |
| RotateEnum | _rotation = RotateEnum.NONE |
| Optional | _cell_size = None |
| Optional | _cell_size_rect = None |
| AlignEnum LabelMaker.Interfaces.Defaults.Defaults.alignment | ( | cls | ) |
| ICellSquare LabelMaker.Interfaces.Defaults.Defaults.cell_size | ( | cls | ) |
| ICellRect LabelMaker.Interfaces.Defaults.Defaults.cell_size_rect | ( | cls | ) |
| LabelMaker.Interfaces.Defaults.Defaults.initialize | ( | cls | ) |
| IPrintResolution LabelMaker.Interfaces.Defaults.Defaults.printer_resolution | ( | cls | ) |
| RotateEnum LabelMaker.Interfaces.Defaults.Defaults.rotation | ( | cls | ) |
| IRuler LabelMaker.Interfaces.Defaults.Defaults.ruler | ( | cls | ) |
| LabelMaker.Interfaces.Defaults.Defaults.set_alignment | ( | cls, | |
| AlignEnum | alignment ) |
设置对象的默认对齐方式。
| LabelMaker.Interfaces.Defaults.Defaults.set_cell_size | ( | cls, | |
| ICellSquare | cell_size ) |
2D 条码的单元/模块大小(如果未指定大小)。
| LabelMaker.Interfaces.Defaults.Defaults.set_cell_size_rect | ( | cls, | |
| ICellRect | cell_size_rect ) |
2D 条码的单元/模块大小(如果未指定大小)。
| LabelMaker.Interfaces.Defaults.Defaults.set_printer_resolution | ( | cls, | |
| IPrintResolution | printer_resolution ) |
打印分辨率用于所有创建的对象,除非设置了不同的分辨率。
当使用除点之外的单位时,对象在平面内的放置取决于印表机分辨率。
| LabelMaker.Interfaces.Defaults.Defaults.set_rotation | ( | cls, | |
| RotateEnum | rotation ) |
设置对象的默认旋转。
| LabelMaker.Interfaces.Defaults.Defaults.set_ruler | ( | cls, | |
| IRuler | ruler ) |
设置用于缩放和定位的默认尺规。
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |
|
staticprotected |
|
protected |