UniPRT SDK  v1.0.0.0
ITextItem Interface Reference

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

Inheritance diagram for ITextItem:
ATextItem 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)
 

Detailed Description

Specify text and position on plane where text starts.

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.

Implemented in ATextItem.