Replace the Clipboard contents with the selected text or graphic.
EditCut
Syntax
EditCut()
Description
Replace the Clipboard contents with the selected text or graphic, and delete the selection from the current document.
EditPaste
Syntax
EditPaste([ClipboardFormat As String], [FormatId As Integer], [LinkType As _EditPaste_LinkType_enum])
Description
Paste the Clipboard contents into the current document at the insertion point.
Parameters
ClipboardFormat: string (optional) The registered Clipboard format. If the information you wish to paste is in a registered Clipboard format, this parameter is required and the FormatId parameter is ignored. Several different formats are supported. The options displayed in the Paste Special dialog box will depend on the contents in the Clipboard.
FormatId: numeric (optional) The predefined Clipboard format ID number. If the information you wish to paste is in a Clipboard predefined format, this parameter is required and the ClipboardFormat parameter is ignored. Predefined Clipboard format ID numbers include:
5 = ANSI text.
6 = Old IBM PC character set.
7 = Device Independent Bitmap (DIB).
8 = Bitmap.
9 = Metafilepict.
LinkType: enumeration (optional) DDE!
OLE!
EditPasteSimple
Syntax
EditPasteSimple()
Description
Paste the Clipboard contents without text attributes (unless beginning and ending attribute codes are included in the pasted selection).
EndCenterOrAlignment
Syntax
EndCenterOrAlignment()
Description
Insert an [END Cntr/Align] code, which turns off Center, Flush Right, and alignment tabs at the insertion point for the current line only.
EndnoteCreate
Syntax
EndnoteCreate()
Description
Open a new endnote window, in order to create an endnote. Follow with methods that insert text and codes. End with SubstructureExit().
EndnoteEdit
Syntax
EndnoteEdit([EndnoteNumber As String])
Description
Open a specific endnote window, in order to edit the endnote.
Parameters
EndnoteNumber - Letters, arabic numbers, or roman numerals.
EndnoteEditDlg
Syntax
EndnoteEditDlg()
Description
Display the Edit Endnote dialog box.
EndnoteFootnoteConvert
Syntax
EndnoteFootnoteConvert(Action As _EndnoteFootnoteConvert_Action_enum)
Description
Convert footnotes to endnotes or endnotes to footnotes in the current document.
Parameters
Action: enumeration EndnoteToFootnote!
FootnoteToEndnote!
EndnoteFootnoteNext
Syntax
EndnoteFootnoteNext()
Description
Go to the next endnote/footnote.
EndnoteFootnotePrev
Syntax
EndnoteFootnotePrev()
Description
Go to the previous endnote/footnote.
EndnoteMinimum
Syntax
EndnoteMinimum([Size As Integer]) As Integer
Description
Specify the amount of endnote text to keep together.
Parameters
Size: measurement If less than 1, precede the decimal with 0. Default: 0.5".
EndnoteNewNumber
Syntax
EndnoteNewNumber(EndnoteNumber As String)
Description
Insert an [Endnote Num Set] code to begin new numbering for subsequent endnotes.
Parameters
EndnoteNumber: string The new starting number or character.
EndnoteNumberDecrement
Syntax
EndnoteNumberDecrement()
Description
Decrease the current endnote number by one.
EndnoteNumberDisplay
Syntax
EndnoteNumberDisplay()
Description
Display the current endnote number.
EndnoteNumberIncrement
Syntax
EndnoteNumberIncrement()
Description
Increase the current endnote number by one.
EndnoteNumberMethod
Syntax
EndnoteNumberMethod(NumberingMethod As _EndnoteNumberMethod_NumberingMethod_enum, [Characters As String])
Description
Specify an endnote numbering method.
Parameters
NumberingMethod: enumeration Characters!
LowerLetters!
LowerRoman!
Numbers!
UpperLetters!
UpperRoman!
Characters: string (optional) Use when the first parameter is Characters!.
EndnoteOptions
Syntax
EndnoteOptions([NumberingMethod As _EndnoteOptions_NumberingMethod_enum], [Characters As String], [BetweenSpacing As Integer], [MinimumHeight As Integer])
Description
Specify endnote options beginning at the insertion point.
Characters: string (optional) Use up to five characters when the numbering method is Characters!.
BetweenSpacing: measurement (optional) The space between endnotes.
MinimumHeight: measurement (optional) How much of an endnote to keep together on a page.
EndnoteOptionsDlg
Syntax
EndnoteOptionsDlg()
Description
Display the Endnote Options dialog box.
EndnotePlacement
Syntax
EndnotePlacement([Restart As _EndnotePlacement_Restart_enum])
Description
Mark where to generate an endnote list, and specify whether to reset numbering for subsequent endnotes. This method applies to endnotes before the Endnote Placement code, or after the last Endnote Placement code.
Parameters
Restart: enumeration (optional) No!
Yes!
EndnotePlacementDlg
Syntax
EndnotePlacementDlg()
Description
Display the Endnote Placement dialog box.
EndnoteSetNumberDlg
Syntax
EndnoteSetNumberDlg()
Description
Display the Endnote Number dialog box.
EndnotesSpaceBetween
Syntax
EndnotesSpaceBetween([Width As Integer]) As Integer
Description
Specify the distance between endnotes.
Parameters
Width: measurement
EndnoteToFootnoteShippingMacro
Syntax
EndnoteToFootnoteShippingMacro()
Description
Play the shipping macro ENDFOOT.WCM to convert endnotes to footnotes in the current document or selected text. ENDFOOT.WCM must already be installed.
EndOfSentenceSpacing
Syntax
EndOfSentenceSpacing(Type As _EndOfSentenceSpacing_Type_enum)
Description
Specify the number of spaces at the end of a sentence.
Parameters
Type: enumeration DoubleToSingle!
None!
SingleToDouble!
EnterKey
Syntax
EnterKey()
Description
Perform an Enter function.
EnvelopeAddressPositionUpdate
Syntax
EnvelopeAddressPositionUpdate()
Description
Update the envelope address positions.
EnvelopeCreate
Syntax
EnvelopeCreate([Name As String], [MergeEnvelope As _EnvelopeCreate_MergeEnvelope_enum])
Description
Creates an envelope.
Parameters
Name: string The name of the envelope.
MergeEnvelope: enumeration CreateMrgEnvelope!
EditMrgEnvelope!
EnvelopeDlg
Syntax
EnvelopeDlg()
Description
Display the Envelope dialog box.
EnvelopePositionsDlg
Syntax
EnvelopePositionsDlg()
Description
Modify the position of the return and mailing address.
EnvelopeSavePaperSize
Syntax
EnvelopeSavePaperSize()
Description
Save the size of the envelope paper.
EquationBaseFontDlg
Syntax
EquationBaseFontDlg()
Description
Display the Equation Font dialog box.
EquationCreate
Syntax
EquationCreate()
Description
Create an equation box and open the Equation Editor.
EquationPalette
Syntax
EquationPalette([State As _EquationPalette_State_enum])
Description
Display the Equation Palette in the Equation Editor.
Parameters
State: enumeration (optional) Off!
On!
EquationPaletteToggle
Syntax
EquationPaletteToggle()
Description
Toggle the Equation Editor palette on and off.
EquationRetrieveDlg
Syntax
EquationRetrieveDlg()
Description
Display the Retrieve Equation Text dialog box.
EquationZoomDlg
Syntax
EquationZoomDlg()
Description
Display the Zoom Equation Display dialog box.
ExecScrapBook
Syntax
ExecScrapBook()
Description
Run the Scrapbook program. You can then drag images from the Scrapbook and drop them into your document.
ExitWordPerfect
Syntax
ExitWordPerfect()
Description
Exit WordPerfect.
ExpandAllAbbrevShippingMacro
Syntax
ExpandAllAbbrevShippingMacro()
Description
Play the shipping macro EXPNDALL.WCM to expand all abbreviations in the current document. EXPNDALL.WCM must be installed.