UniPRT SDK v1.0.0.0
 
Loading...
Searching...
No Matches
<ITextItem> Protocol Reference

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

#include <ITextItem.h>

Inheritance diagram for <ITextItem>:
ATextItem TextItem

Properties

id< IPointstart
 Position where text starts.
 
NSString * data
 The text content.
 
id< IFontSizefontSize
 Horizontal/Vertical font size. 0 for default no scaling/resizing. 0-100% scaling or size in points (1/72 inch) or ruler.
 

Detailed Description

Specify text and position on plane where text starts.

Property Documentation

◆ data

- (NSString*) data
readwritenonatomicstrong

The text content.

◆ fontSize

- (id<IFontSize>) fontSize
readwritenonatomicstrong

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.

◆ start

- (id<IPoint>) start
readwritenonatomicstrong

Position where text starts.


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