UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.ILine Interface Reference
Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.ILine:
com.UniPRT.Sdk.LabelMaker.Abstract.ALine com.UniPRT.Sdk.LabelMaker.PGL.Line com.UniPRT.Sdk.LabelMaker.TSPL.Line

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...
 

Member Function Documentation

◆ GetEnd()

IPoint com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetEnd ( )

Ending position of line.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.

◆ GetLineThickness()

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.

◆ GetRuler()

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.

◆ GetStart()

IPoint com.UniPRT.Sdk.LabelMaker.Interface.ILine.GetStart ( )

Starting position of line.

Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ALine.

◆ SetEnd()

void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetEnd ( IPoint  end)

◆ SetLineThickness()

void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetLineThickness ( float  lineThickness)

◆ SetRuler()

void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetRuler ( IRuler  ruler)

◆ SetStart()

void com.UniPRT.Sdk.LabelMaker.Interface.ILine.SetStart ( IPoint  start)

◆ ToString()

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.


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