Public Member Functions | |
Text () | |
Text (ITextItem text) | |
String | ToString () |
Returns the string that can be sent to printer. More... | |
String | toString () |
![]() | |
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 | GetFontSizePgl (IFontSize fontSize, FontSizeUnitsEnum fontUnits, IRuler ruler) |
Additional Inherited Members | |
![]() | |
AText () | |
AText (ITextItem text) | |
com.UniPRT.Sdk.LabelMaker.PGL.Text.Text | ( | ) |
com.UniPRT.Sdk.LabelMaker.PGL.Text.Text | ( | ITextItem | text | ) |
|
private |
References com.UniPRT.Sdk.LabelMaker.PglLib.PGL.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.PGL.Text.toString().
String com.UniPRT.Sdk.LabelMaker.PGL.Text.ToString | ( | ) |
Returns the string that can be sent to printer.
Implements com.UniPRT.Sdk.LabelMaker.Interface.IText.
References com.UniPRT.Sdk.LabelMaker.PGL.Text.toString().
String com.UniPRT.Sdk.LabelMaker.PGL.Text.toString | ( | ) |
Reimplemented from com.UniPRT.Sdk.LabelMaker.Abstract.AText.
References com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Bold, com.UniPRT.Sdk.LabelMaker.Abstract.AText.fontStyle, com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetFontName(), com.UniPRT.Sdk.LabelMaker.PGL.Text.GetFontSizePgl(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetFontSizeUnits(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetFontStyle(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetRuler(), com.UniPRT.Sdk.LabelMaker.Abstract.AText.GetText(), com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.GetValue(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetX(), com.UniPRT.Sdk.LabelMaker.Interface.IPair< T >.GetY(), com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.IsSet(), com.UniPRT.Sdk.LabelMaker.Enum.FontStyleEnum.Italic, com.UniPRT.Sdk.LabelMaker.Enum.FontSizeUnitsEnum.Percent, com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetBold(), com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetItalic(), com.UniPRT.Sdk.LabelMaker.PglLib.Font.SetName(), com.UniPRT.Sdk.LabelMaker.PglLib.Alphanumeric.SetUsingPoints(), com.UniPRT.Sdk.LabelMaker.PrintPlane.ToDots(), and com.UniPRT.Sdk.LabelMaker.PglLib.Font.toString().
Referenced by com.UniPRT.Sdk.LabelMaker.PGL.Text.ToString().