FormattedTextObject Class (Typed) |
Namespace: XSharp.VO.SDK
The FormattedTextObject type exposes the following members.
Name | Description | |
---|---|---|
FormattedTextObject |
Construct a FormattedTextObject object.
|
Name | Description | |
---|---|---|
BoundingBox | (Inherited from TextObject.) | |
Color | (Inherited from TextObject.) | |
DisplayText | (Inherited from TextObject.) | |
Font | (Inherited from TextObject.) | |
Origin | (Inherited from DrawObject.) | |
RasterOperation | (Inherited from DrawObject.) | |
Size | (Inherited from DrawObject.) | |
TabSize |
A numeric value representing the tab size—in characters—for a FormattedTextObject object. The default tab size is 8.
|
Name | Description | |
---|---|---|
Destroy | (Inherited from TextObject.) | |
Draw | (Inherited from DrawObject.) | |
Handle | (Inherited from DrawObject.) | |
HitTest | (Inherited from DrawObject.) |
1oFT := FormattedTextObject{Point{10,10},"Hello" + Chr(10) + "World"} 2?oFT