Specify text and position on plane where text starts. More...
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) |
Specify text and position on plane where text starts.
| String com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.GetData | ( | ) |
The text content.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem.
| 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.
| IPoint com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.GetStart | ( | ) |
Position where text starts.
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.SetData | ( | String | data | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.SetFontSize | ( | IFontSize | fontSize | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem.
| void com.UniPRT.Sdk.LabelMaker.Interface.ITextItem.SetStart | ( | IPoint | start | ) |
Implemented in com.UniPRT.Sdk.LabelMaker.Abstract.ATextItem.