CorelScript.CreateTextString
Function CreateTextString(Top As Long, Left As Long, Bottom As Long, Right As Long, Text As String) As Long
Description
Member of CorelScript
The CreateTextString method creates a text string.
• |
|
Text must be created by using this method before any of the text-manipulation
functions can be called.
|
Parameter
|
Description
|
Top
|
Specifies the y-coordinate of the upper-left corner of the bounding box of the text, in tenths of a micron and relative to the center of the page
|
Left
|
Specifies the x-coordinate of the upper-left corner of the bounding box of the text, in tenths of a micron and relative to the center of the page
|
Bottom
|
Specifies the y-coordinate of the lower-right corner of the bounding box of the text, in tenths of a micron and relative to the center of the page
|
Right
|
Specifies the x-coordinate of the lower-right corner of the bounding box of the text, in tenths of a micron and relative to the center of the page
|
Text
|
Specifies the text. The maximum string length is 255 characters.
|
Copyright 2013 Corel Corporation. All rights reserved.