UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IText接口 参考
类 com.UniPRT.Sdk.LabelMaker.Interface.IText 继承关系图:
com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings com.UniPRT.Sdk.LabelMaker.Interface.IFont com.UniPRT.Sdk.LabelMaker.Interface.IFontStyle com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits com.UniPRT.Sdk.LabelMaker.Interface.IAlignment com.UniPRT.Sdk.LabelMaker.Interface.IRotation com.UniPRT.Sdk.LabelMaker.Abstract.AText com.UniPRT.Sdk.LabelMaker.PGL.Text com.UniPRT.Sdk.LabelMaker.TSPL.Text

Public 成员函数

List< ITextItemGetText ()
 使用相同文本设置的文本项目列表。 更多...
 
void SetText (List< ITextItem > textItems)
 
String ToString ()
 返回可发送到印表机的字符串。 更多...
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings
IRuler GetRuler ()
 如果使用标尺进行字体缩放/调整大小,用于文本定位和字体大小的标尺。 更多...
 
void SetRuler (IRuler ruler)
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFont
String GetFontName ()
 要使用的字体名称。 更多...
 
void SetFontName (String fontName)
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFontStyle
FontStyleEnum GetFontStyle ()
 
void SetFontStyle (FontStyleEnum fontStyle)
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits
FontSizeUnitsEnum GetFontSizeUnits ()
 字符大小选择使用字体点数或其他单位。 更多...
 
void SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits)
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IAlignment
AlignEnum GetAlignment ()
 
void SetAlignment (AlignEnum alignment)
 
- Public 成员函数 继承自 com.UniPRT.Sdk.LabelMaker.Interface.IRotation
RotateEnum GetRotation ()
 
void SetRotation (RotateEnum rotation)
 

成员函数说明

◆ GetText()

List<ITextItem> com.UniPRT.Sdk.LabelMaker.Interface.IText.GetText ( )

使用相同文本设置的文本项目列表。

com.UniPRT.Sdk.LabelMaker.Abstract.AText 内被实现.

◆ SetText()

void com.UniPRT.Sdk.LabelMaker.Interface.IText.SetText ( List< ITextItem textItems)

◆ ToString()

String com.UniPRT.Sdk.LabelMaker.Interface.IText.ToString ( )

返回可发送到印表机的字符串。

com.UniPRT.Sdk.LabelMaker.TSPL.Text , 以及 com.UniPRT.Sdk.LabelMaker.PGL.Text 内被实现.


该接口的文档由以下文件生成: