UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.IText Interface Reference
Inheritance diagram for 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 Member Functions

List< ITextItemGetText ()
 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...
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.ITextSettings
IRuler GetRuler ()
 Ruler to use for text positioning and font size if using ruler for font scaling/resizing. More...
 
void SetRuler (IRuler ruler)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IFont
String GetFontName ()
 The name of the font to use. More...
 
void SetFontName (String fontName)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IFontStyle
FontStyleEnum GetFontStyle ()
 
void SetFontStyle (FontStyleEnum fontStyle)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IFontSizeUnits
FontSizeUnitsEnum GetFontSizeUnits ()
 Character sizing select between using font points or other sizing unit. More...
 
void SetFontSizeUnits (FontSizeUnitsEnum fontSizeUnits)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IAlignment
AlignEnum GetAlignment ()
 
void SetAlignment (AlignEnum alignment)
 
- Public Member Functions inherited from com.UniPRT.Sdk.LabelMaker.Interface.IRotation
RotateEnum GetRotation ()
 
void SetRotation (RotateEnum rotation)
 

Member Function Documentation

◆ GetText()

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.

◆ SetText()

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

◆ ToString()

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.


The documentation for this interface was generated from the following file: