Public Member Functions | |
List< ITextItem > | GetText () |
List of text items that use the same text settings. More... | |
void | SetText (List< ITextItem > textItems) |
String | ToString () |
Returns the string that can be sent to printer. More... | |
![]() | |
IRuler | GetRuler () |
Ruler to use for text positioning and font size if using ruler for font scaling/resizing. More... | |
void | SetRuler (IRuler ruler) |
![]() | |
String | GetFontName () |
The name of the font to use. More... | |
void | SetFontName (String fontName) |
![]() | |
FontStyleEnum | GetFontStyle () |
void | SetFontStyle (FontStyleEnum fontStyle) |
![]() | |
FontSizeUnitsEnum | GetFontSizeUnits () |
Character sizing select between using font points or other sizing unit. More... | |
void | SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits) |
![]() | |
AlignEnum | GetAlignment () |
void | SetAlignment (AlignEnum alignment) |
![]() | |
RotateEnum | GetRotation () |
void | SetRotation (RotateEnum rotation) |
List<ITextItem> com.UniPRT.Sdk.LabelMaker.Interface.IText.GetText | ( | ) |
List of text items that use the same text settings.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.
void com.UniPRT.Sdk.LabelMaker.Interface.IText.SetText | ( | List< ITextItem > | textItems | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.AText.
String com.UniPRT.Sdk.LabelMaker.Interface.IText.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.TSPL.Text, and com.UniPRT.Sdk.LabelMaker.PGL.Text.