Display the Text Attributes dialog box, which is used to specify colors, pattern, and outline width for text.
TextBlock
Syntax
TextBlock()
Description
Toggle the text tool between select and insert mode. Not recordable.
TextBold
Syntax
TextBold([Set As _TextBold_Set_enum])
Description
Turn Bold on or off in the Text Editor.
Parameters
Set: enumeration (optional) Off
On
Toggle
TextBoxCreate
Syntax
TextBoxCreate()
Description
Create a new text area.
TextChartNext
Syntax
TextChartNext()
Description
Move the insertion point down one level in a bulleted list.
TextChartPrevious
Syntax
TextChartPrevious()
Description
Move the insertion point up one level in a bulleted list.
TextDown
Syntax
TextDown()
Description
Move the insertion point down one line in a text area.
TextEditExit
Syntax
TextEditExit()
Description
Close the Text Editor.
TextFontDlg
Syntax
TextFontDlg()
Description
Display the Font dialog box, which is used to change the current font.
TextInsertMode
Syntax
TextInsertMode()
Description
Toggle the text tool between typeover mode and insert mode.
TextItalic
Syntax
TextItalic([Set As _TextItalic_Set_enum])
Description
Turn italics on or off.
Parameters
Set: enumeration (optional) Off
On
Toggle
TextKerning
Syntax
TextKerning(Distance As Integer)
Description
Specify how far to advance text to the right or left.
Parameters
Distance: measurement The distance to advance text, in WordPerfect units (1200ths of an inch). Use positive values for right advance, negative values for left advance.
TextLayoutBackTab
Syntax
TextLayoutBackTab()
Description
Move the selected text or the current line of text one tab stop to the left.
TextLayoutCenter
Syntax
TextLayoutCenter()
Description
Center the selected text or the current line of text.
TextLayoutDoubleIndent
Syntax
TextLayoutDoubleIndent()
Description
Move the left and right margins of the current paragraph inward one tab stop.
TextLayoutFlushRight
Syntax
TextLayoutFlushRight()
Description
Align the selected text or the current line of text at the right margin.
TextLayoutHangingIndent
Syntax
TextLayoutHangingIndent()
Description
Move all but the first line of the current paragraph one tab stop to the right.
TextLayoutIndent
Syntax
TextLayoutIndent()
Description
Move the left margin of the current paragraph one tab stop to the right.
TextLeft
Syntax
TextLeft()
Description
Move the insertion point one character to the left.
TextLineCreate
Syntax
TextLineCreate()
Description
Create a new text line.
TextReplace
Syntax
TextReplace([SearchString As String], [SearchDirection As _TextReplace_SearchDirection_enum], [SearchBeep As _TextReplace_SearchBeep_enum], [ReplaceString As String], [ReplaceType As _TextReplace_ReplaceType_enum])
Description
Search for and replace specified text.
Parameters
SearchString: string (optional) The text to search for.
SearchDirection: enumeration (optional) Search forward or backward.
Backward
Forward
SearchBeep: enumeration (optional) Beep when a word is not found. When recording this parameter, the Search Failure setting in the Environment dialog box determines the value.
Off
On
ReplaceString: string (optional) The text to replace the text in the SearchString parameter.
ReplaceType: enumeration (optional) Replace all occurrences or one occurrence of the character string specified in the SearchString parameter.
Global
ReplaceOne
TextRight
Syntax
TextRight()
Description
Move the insertion point one character to the right.
TextScreenTop
Syntax
TextScreenTop()
Description
Move the insertion point to the top of the current text window.
TextSearch
Syntax
TextSearch([SearchString As String], [SearchDirection As _TextSearch_SearchDirection_enum], [SearchBeep As _TextSearch_SearchBeep_enum])
Description
Locate the specified text in the current text area.
Parameters
SearchString: string (optional) The text string to search for.
SearchDirection: enumeration (optional) Search forward or backward through the text.
Backward
Forward
SearchBeep: enumeration (optional) Beep when a word is not found. When recording this parameter, the Search Failure setting in the Environment dialog box determines the value.
Off
On
TextTab
Syntax
TextTab()
Description
Insert a tab at the insertion point in a text area.
TextToCurvesCmd
Syntax
TextToCurvesCmd()
Description
Explode the selected text into lines and curves, so the text becomes a graphic object.
TextUnderline
Syntax
TextUnderline([Set As _TextUnderline_Set_enum])
Description
Turn underlining on or off.
Parameters
Set: enumeration (optional) Off
On
Toggle
TextUp
Syntax
TextUp()
Description
Move the insertion point up one line in a text area.
Thesaurus
Syntax
Thesaurus()
Description
Open the Thesaurus, which displays synonyms and antonyms for a specified word. You must call this method when you have focus on text you want to edit. If there is no text in focus, then a run time error will result.
Note - When you are working in Corel Presentation's interface, the Thesaurus menu option is disabled, until you select 'Edit Text'. You should only call this method when the 'Thesaurus' menu option is enabled.
ToolbarCopy
Syntax
ToolbarCopy([ToolbarName As String], [DestName As String])
Description
Copy a selected toolbar.
Parameters
ToolbarName: string (optional) The name of the toolbar to copy.
DestName: string (optional) The new name for the copy.
ToolbarCreate
Syntax
ToolbarCreate([ToolbarName As String])
Description
Create a new toolbar.
Parameters
ToolbarName: string (optional) The name for the new toolbar.
ToolbarDelete
Syntax
ToolbarDelete([ToolbarName As String])
Description
Delete a specified toolbar.
Parameters
ToolbarName: string (optional) The name of the toolbar to delete.
ToolbarEdit
Syntax
ToolbarEdit([ToolbarName As String])
Description
Display the Toolbar Editor dialog box, which is used to add, move, or delete buttons on the current toolbar.
Parameters
ToolbarName: string (optional) The name of the toolbar to edit.
ToolbarRename
Syntax
ToolbarRename([ToolbarName As String], [NewName As String])
Description
Rename a specified toolbar.
Parameters
ToolbarName: string (optional) The original name of the toolbar.
NewName: string (optional) The new name for the toolbar.
ToolbarSelect
Syntax
ToolbarSelect([ToolbarName As String])
Description
Specify a toolbar to display. If no parameter is specified, the default toolbar is displayed.
Parameters
ToolbarName: string (optional) The name of the toolbar to display.
ToolPaletteEdit
Syntax
ToolPaletteEdit([ToolPaletteName As String])
Description
Display the Tool Palette editor dialog box.
Parameters
ToolPaletteName: string (optional) The name of the tool palette to edit.