Public Member Functions | |
| IRuler | GetRuler () |
| The ruler used for placement. If not set, the default ruler setting is used. More... | |
| void | SetRuler (IRuler ruler) |
| IPoint | GetStart () |
| Starting position of line. More... | |
| void | SetStart (IPoint start) |
| IPoint | GetEnd () |
| Ending position of line. More... | |
| void | SetEnd (IPoint end) |
| float | GetLineThickness () |
| Thickness of line based on the ruler units in use. More... | |
| void | SetLineThickness (float lineThickness) |
| String | ToString () |
| Returns the string that can be sent to printer. More... | |
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetEnd | ( | ) |
Ending position of line.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| float com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetLineThickness | ( | ) |
Thickness of line based on the ruler units in use.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| IRuler com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetRuler | ( | ) |
The ruler used for placement. If not set, the default ruler setting is used.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetStart | ( | ) |
Starting position of line.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetEnd | ( | IPoint | end | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetLineThickness | ( | float | lineThickness | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetRuler | ( | IRuler | ruler | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetStart | ( | IPoint | start | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.
| String com.UniPRT.Sdk.LabelMaker.Interface.ILine.ToString | ( | ) |
Returns the string that can be sent to printer.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.