UniPRT SDK  v1.0.0.0
ATextItem Class Referenceabstract
Inheritance diagram for ATextItem:
ITextItem TextItem

Public Member Functions

String GetData ()
 The text content.
 
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...
 
IPoint GetStart ()
 Position where text starts.
 
void SetData (String data)
 
void SetFontSize (IFontSize fontSize)
 
void SetStart (IPoint start)
 

Protected Member Functions

 ATextItem (IPoint start, String data)
 

Member Function Documentation

◆ GetFontSize()

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

Implements ITextItem.