UniPRT SDK  v1.0.0.0
UniPRT.Sdk.LabelMaker.Interfaces.AText Class Reference
Inheritance diagram for UniPRT.Sdk.LabelMaker.Interfaces.AText:
UniPRT.Sdk.LabelMaker.Interfaces.IText UniPRT.Sdk.LabelMaker.Interfaces.ITextSettings UniPRT.Sdk.LabelMaker.Interfaces.IFont UniPRT.Sdk.LabelMaker.Interfaces.IFontStyle UniPRT.Sdk.LabelMaker.Interfaces.IFontSizeUnits UniPRT.Sdk.LabelMaker.Interfaces.IAlignment UniPRT.Sdk.LabelMaker.Interfaces.IRotation UniPRT.Sdk.LabelMaker.PGL.Text UniPRT.Sdk.LabelMaker.TSPL.Text

Public Member Functions

override string ToString ()
 Returns the string that can be sent to printer.
 

Protected Member Functions

 AText (ITextItem text)
 

Properties

virtual AlignEnum Alignment = AlignEnum.Default [get, set]
 
virtual string FontName = null [get, set]
 
virtual FontSizeUnitsEnum FontSizeUnits = FontSizeUnitsEnum.Points [get, set]
 
virtual FontStyleEnum FontStyle = FontStyleEnum.Normal [get, set]
 
virtual RotateEnum Rotation = RotateEnum.None [get, set]
 
virtual IRuler Ruler = null [get, set]
 
virtual List< ITextItemText [get, set]