Public Member Functions | |
Text () | |
Text (ITextItem text) | |
String | ToString () |
Returns the string that can be sent to printer. More... | |
String | toString () |
Reference_Point | GetReferencePoint () |
void | SetReferencePoint (Reference_Point referencePoint) |
boolean | IsReverse () |
void | SetReverse (boolean reverse) |
![]() | |
List< ITextItem > | GetText () |
List of text items that use the same text settings. More... | |
void | SetText (List< ITextItem > textItems) |
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) |
Private Member Functions | |
IFontSize | GetFontSizeTspl (IFontSize fontSize, FontSizeUnitsEnum fontUnits, IRuler ruler) |
Private Attributes | |
Reference_Point | referencePoint = Reference_Point.LeftDown |
boolean | reverse = false |
Additional Inherited Members | |
![]() | |
AText () | |
AText (ITextItem text) | |
com.UniPRT.Sdk.LabelMaker.TSPL.Text.Text | ( | ) |
com.UniPRT.Sdk.LabelMaker.TSPL.Text.Text | ( | ITextItem | text | ) |
|
private |
References com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.ALPHA_EXPANSION_MAX, com.UniPRT.Sdk.LabelMaker.Defaults.GetRuler(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.ruler, com.UniPRT.Sdk.LabelMaker.Abstract.APair< T >.SetX(), com.UniPRT.Sdk.LabelMaker.Abstract.APair< T >.SetY(), and com.UniPRT.Sdk.LabelMaker.PrintPlane.ToPoints().
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString().
Reference_Point com.UniPRT.Sdk.LabelMaker.TSPL.Text.GetReferencePoint | ( | ) |
References com.UniPRT.Sdk.LabelMaker.TSPL.Text.referencePoint.
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString().
boolean com.UniPRT.Sdk.LabelMaker.TSPL.Text.IsReverse | ( | ) |
References com.UniPRT.Sdk.LabelMaker.TSPL.Text.reverse.
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString().
void com.UniPRT.Sdk.LabelMaker.TSPL.Text.SetReferencePoint | ( | Reference_Point | referencePoint | ) |
void com.UniPRT.Sdk.LabelMaker.TSPL.Text.SetReverse | ( | boolean | reverse | ) |
References com.UniPRT.Sdk.LabelMaker.TSPL.Text.reverse.
String com.UniPRT.Sdk.LabelMaker.TSPL.Text.ToString | ( | ) |
Returns the string that can be sent to printer.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IText.
References com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString().
String com.UniPRT.Sdk.LabelMaker.TSPL.Text.toString | ( | ) |
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.AText.
References com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Bold, com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetFontName(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.GetFontSizeTspl(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetFontSizeUnits(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.GetReferencePoint(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetText(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.TSPL.Text.IsReverse(), com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.IsSet(), com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Italic, com.UniPRT.Sdk.LabelMaker.TsplLib.TSPL.Reference_Point.LeftTop, com.UniPRT.Sdk.LabelMaker.Enum.FontSizeUnitsEnum.Percent, com.UniPRT.Sdk.LabelMaker.TsplLib.Font.SetName(), com.UniPRT.Sdk.LabelMaker.TsplLib.Alphanumeric.SetUsingPoints(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.TsplLib.Font.toString().
Referenced by com.UniPRT.Sdk.LabelMaker.TSPL.Text.ToString().
|
private |
|
private |