UniPRT SDK v1.0.0.0
 
载入中...
搜索中...
未找到
LabelMaker.Interfaces.Defaults.Defaults类 参考

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
 

成员函数说明

◆ alignment()

AlignEnum LabelMaker.Interfaces.Defaults.Defaults.alignment ( cls)

◆ cell_size()

ICellSquare LabelMaker.Interfaces.Defaults.Defaults.cell_size ( cls)

◆ cell_size_rect()

ICellRect LabelMaker.Interfaces.Defaults.Defaults.cell_size_rect ( cls)

◆ initialize()

LabelMaker.Interfaces.Defaults.Defaults.initialize ( cls)

◆ printer_resolution()

IPrintResolution LabelMaker.Interfaces.Defaults.Defaults.printer_resolution ( cls)

◆ rotation()

RotateEnum LabelMaker.Interfaces.Defaults.Defaults.rotation ( cls)

◆ ruler()

IRuler LabelMaker.Interfaces.Defaults.Defaults.ruler ( cls)

◆ set_alignment()

LabelMaker.Interfaces.Defaults.Defaults.set_alignment ( cls,
AlignEnum alignment )

设置对象的默认对齐方式。

◆ set_cell_size()

LabelMaker.Interfaces.Defaults.Defaults.set_cell_size ( cls,
ICellSquare cell_size )

2D 条码的单元/模块大小(如果未指定大小)。

◆ set_cell_size_rect()

LabelMaker.Interfaces.Defaults.Defaults.set_cell_size_rect ( cls,
ICellRect cell_size_rect )

2D 条码的单元/模块大小(如果未指定大小)。

◆ set_printer_resolution()

LabelMaker.Interfaces.Defaults.Defaults.set_printer_resolution ( cls,
IPrintResolution printer_resolution )

打印分辨率用于所有创建的对象,除非设置了不同的分辨率。

当使用除点之外的单位时,对象在平面内的放置取决于印表机分辨率。

◆ set_rotation()

LabelMaker.Interfaces.Defaults.Defaults.set_rotation ( cls,
RotateEnum rotation )

设置对象的默认旋转。

◆ set_ruler()

LabelMaker.Interfaces.Defaults.Defaults.set_ruler ( cls,
IRuler ruler )

设置用于缩放和定位的默认尺规。

类成员变量说明

◆ _alignment [1/2]

AlignEnum LabelMaker.Interfaces.Defaults.Defaults._alignment = AlignEnum.LEFT
staticprotected

◆ _alignment [2/2]

LabelMaker.Interfaces.Defaults.Defaults._alignment
protected

◆ _cell_size [1/2]

Optional LabelMaker.Interfaces.Defaults.Defaults._cell_size = None
staticprotected

◆ _cell_size [2/2]

LabelMaker.Interfaces.Defaults.Defaults._cell_size
protected

◆ _cell_size_rect [1/2]

Optional LabelMaker.Interfaces.Defaults.Defaults._cell_size_rect = None
staticprotected

◆ _cell_size_rect [2/2]

LabelMaker.Interfaces.Defaults.Defaults._cell_size_rect
protected

◆ _printer_resolution [1/2]

Optional LabelMaker.Interfaces.Defaults.Defaults._printer_resolution = None
staticprotected

◆ _printer_resolution [2/2]

LabelMaker.Interfaces.Defaults.Defaults._printer_resolution
protected

◆ _rotation [1/2]

RotateEnum LabelMaker.Interfaces.Defaults.Defaults._rotation = RotateEnum.NONE
staticprotected

◆ _rotation [2/2]

LabelMaker.Interfaces.Defaults.Defaults._rotation
protected

◆ _ruler [1/2]

Optional LabelMaker.Interfaces.Defaults.Defaults._ruler = None
staticprotected

◆ _ruler [2/2]

LabelMaker.Interfaces.Defaults.Defaults._ruler
protected

该类的文档由以下文件生成: