UniPRT SDK  v1.0.0.0
com.UniPRT.Sdk.LabelMaker.Interface.ITextItem Interface Reference

Specify text and position on plane where text starts. More...

Inheritance diagram for com.UniPRT.Sdk.LabelMaker.Interface.ITextItem:
com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem com.UniPRT.Sdk.LabelMaker.TextItem

Public Member Functions

IPoint GetStart ()
 Position where text starts. More...
 
void SetStart (IPoint start)
 
IFontSize GetFontSize ()
 Horizontal/Vertical font size. 0 for default no scaling/resizing. 0-100% scaling or size in points (1/72 inch) or ruler. More...
 
void SetFontSize (IFontSize fontSize)
 
String GetData ()
 The text content. More...
 
void SetData (String data)
 

Detailed Description

Specify text and position on plane where text starts.

Member Function Documentation

◆ GetData()

String com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.GetData ( )

The text content.

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

◆ GetFontSize()

IFontSize com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.GetFontSize ( )

Horizontal/Vertical font size. 0 for default no scaling/resizing. 0-100% scaling or size in points (1/72 inch) or ruler.

Size will depend on FontSizeUnitsEnum setting.

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

◆ GetStart()

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

Position where text starts.

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

◆ SetData()

void com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.SetData ( String  data)

◆ SetFontSize()

void com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.SetFontSize ( IFontSize  fontSize)

◆ SetStart()

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

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