home *** CD-ROM | disk | FTP | other *** search
/ Chip: 25 Years Anniversary / CHIP_25Jahre_Jubilaeum.iso / downloads / 401065 / WPO11 / Data1.cab / _A5B40E1AA0974FEC9628C40CAA573FC1 < prev    next >
Text File  |  2003-03-07  |  22KB  |  1,978 lines

  1. Corel Presentations VBA Macros Help
  2.  
  3. Click the Help Topics button to return to the list of topics.
  4.  
  5. Using ActiveX Components
  6.  
  7. An ActiveX component (*.OCX) enables you to add a great amount of power and flexibility to your VBA macro. Basically an ActiveX component is a special type of DLL (dynamic link library). Originally ActiveX components where created to replace Visual Basic controls, however they have exceeded this purpose. Visual Basic for Applications is an ActiveX container, meaning that you can include ActiveX components in your VBA macro. The components which are located on the toolbar are part of the Microsoft 2.0 Object library. These components are meant for VBA programming. You can add additional components to your VBA project. However, some components may work and others may not. Not all ActiveX components are meant for the VBA environment. It is recommended that you became familiar with a individual component before you add it to your VBA macro. 
  8.  
  9. If you are trying to add a new Active X control to your VBA Toolbox and are receiving errors stating that the control is not licensed or that the control just does not work properly, this is not a bug. 
  10.  
  11. Active X controls cover a wide range of applications and uses such as those listed below: 
  12.  
  13. * Many Windows applications write Active X controls for their own use and therefore are not supported or even expected to be used by others. Many of the controls that are included with Corel WordPerfect Office are of this nature and cannot be used with Visual Basic for Applications. 
  14. * Some Active X controls installed to your system may have been included with other development applications such as Visual C++, Visual Basic, Delphi etc, and they may have license requirements that only allow them to run in their own development environment. Therefore they will not work with Visual Basic for Applications. 
  15. In conclusion, only those Active X controls available with Microsoft Forms 2.0 that are shipped as part of Microsoft Visual Basic for Applications 6.0 are supported. Any others you have on your system may be used with Visual Basic for Applications, but may not be actually intended to be used with Visual Basic for Applications, and therefore will not work. Also even if they do work you may not have rights to distribute them to your VBA Macro users. So in general, if you are using custom controls be very careful that the control you are using is meant to be using in VBA and that you have the proper licensing rights to use it.
  16.  
  17. To add an ActiveX component to your VBA Form
  18.  
  19. 1. From the VBA Editor, select Insert, User Form. 
  20.  
  21. 2. Select Tools, Additional Controls
  22.  
  23. 3. Select the desired component. 
  24.  
  25. Using a Windows Metafile
  26.  
  27. If you are creating a Windows Metafile (*.wmf) in CorelDRAW, then you must include the header that appears when you save the file. If you neglect to include the header file, you will not be able to view the image in Visual Basic for Applications. It is strongly recommended that you include the header. 
  28.  
  29. Corel Presentations PerfectScript Class Members
  30.  
  31.  
  32.  
  33. PerfectScript Macro Commands List
  34.  
  35.  
  36.  
  37. A
  38.  
  39.     AboutDlg
  40.  
  41.     AcquireImage
  42.  
  43.     AcquireImageDlg
  44.  
  45.     AcquireImageSelect
  46.  
  47.     ActivateBoxField
  48.  
  49.     AddArc
  50.  
  51.     AddBackground
  52.  
  53.     AddBackgroundDlg
  54.  
  55.     AddLayout
  56.  
  57.     AddLayoutDlg
  58.  
  59.     AddPolyCurve
  60.  
  61.     AddPolyLine
  62.  
  63.     AddPolyLineWithEndCaps 
  64.  
  65.     AddRoundedRect
  66.  
  67.     AddShape 
  68.  
  69.     AddSlide
  70.  
  71.     AddSlideDlg
  72.  
  73.     AddTextBox
  74.  
  75.     AirBrush
  76.  
  77.     AlignCenterLeftRight
  78.  
  79.     AlignObjectsBottom
  80.  
  81.     AlignObjectsCenter
  82.  
  83.     AlignObjectsLeft
  84.  
  85.     AlignObjectsRight
  86.  
  87.     AlignObjectsTop
  88.  
  89.     AlignObjectsTopBottom
  90.  
  91.     AlignTextBottom
  92.  
  93.     AlignTextMiddle
  94.  
  95.     AlignTextTop
  96.  
  97.     ApplicationMaximize
  98.  
  99.     ApplicationMinimize
  100.  
  101.     ApplicationMove
  102.  
  103.     ApplicationRestore
  104.  
  105.     ApplicationSize
  106.  
  107.     AssignBackgroundDlg
  108.  
  109.     AssignLayoutBackground
  110.  
  111.  
  112.  
  113. B
  114.  
  115.     BackgroundGallery
  116.  
  117.     BackgroundGetNext
  118.  
  119.     BackgroundGetPrevious
  120.  
  121.     BackgroundInsert
  122.  
  123.     BackgroundNext
  124.  
  125.     BackgroundPrevious
  126.  
  127.     Backspace
  128.  
  129.     BeginAcquireImageArea
  130.  
  131.     BeginAcquireImageFixedSize
  132.  
  133.     BeginAirBrush
  134.  
  135.     BeginBitmap
  136.  
  137.     BeginBulletChart
  138.  
  139.     BeginCircle
  140.  
  141.     BeginClosedCurve
  142.  
  143.     BeginCurve
  144.  
  145.     BeginDataChart
  146.  
  147.     BeginEllipse
  148.  
  149.     BeginEllipticalArc
  150.  
  151.     BeginFloodFill
  152.  
  153.     BeginFreehand
  154.  
  155.     BeginLine
  156.  
  157.     BeginLine2
  158.  
  159.     BeginOrgChart
  160.  
  161.     BeginPaintBrush
  162.  
  163.     BeginPaintDropper
  164.  
  165.     BeginPaintEraser
  166.  
  167.     BeginPolygon
  168.  
  169.     BeginRectangle
  170.  
  171.     BeginRetrieveFigure
  172.  
  173.     BeginRoundedRectangle
  174.  
  175.     BeginSelect
  176.  
  177.     BeginSelectArea
  178.  
  179.     BeginSelectiveReplace
  180.  
  181.     BegOfLine
  182.  
  183.     BitmapBlur
  184.  
  185.     BitmapBrightness
  186.  
  187.     BitmapCancel
  188.  
  189.     BitmapContrast
  190.  
  191.     BitmapCreate
  192.  
  193.     BitmapEmboss
  194.  
  195.     BitmapEqualize
  196.  
  197.     BitmapMosaic
  198.  
  199.     BitmapRain
  200.  
  201.     BitmapReturn
  202.  
  203.     BitmapSaturation
  204.  
  205.     BitmapSharpen
  206.  
  207.     BitmapSmooth
  208.  
  209.     BitmapSpecialEffectsDlg
  210.  
  211.     BitmapSpikeRemoval
  212.  
  213.     BitmapStereogram
  214.  
  215.     BitmapTrace
  216.  
  217.     BitmapTraceContours
  218.  
  219.     BitmapUndo
  220.  
  221.     BitmapWind
  222.  
  223.     BitmapZoom
  224.  
  225.     BlendDlg
  226.  
  227.     BlendObjects
  228.  
  229.     BoxAttributesDlg
  230.  
  231.     BranchZoomInOut
  232.  
  233.     BrushAttributesDlg
  234.  
  235.     BulletChartAttrEnd
  236.  
  237.     BulletChartAttrStart
  238.  
  239.  
  240.  
  241. C
  242.  
  243.     CallCorelWebPage
  244.  
  245.     CapBeginSentence
  246.  
  247.     ChartArea
  248.  
  249.     ChartAttributesDlg
  250.  
  251.     ChartAutoRedraw
  252.  
  253.     ChartBar
  254.  
  255.     ChartBoxAttributesDlg
  256.  
  257.     ChartBoxFields
  258.  
  259.     ChartBoxFieldsDlg
  260.  
  261.     ChartBubbleChart
  262.  
  263.     ChartCancelDrop
  264.  
  265.     ChartClearAll
  266.  
  267.     ChartClearDlg
  268.  
  269.     ChartClearText
  270.  
  271.     ChartClose
  272.  
  273.     ChartCollapseSubordinates
  274.  
  275.     ChartCopy
  276.  
  277.     ChartCopyContents
  278.  
  279.     ChartCreate
  280.  
  281.     ChartCreateBullet
  282.  
  283.     ChartCreateDlg
  284.  
  285.     ChartCreateOrg
  286.  
  287.     ChartCreateOrgDlg
  288.  
  289.     ChartCut
  290.  
  291.     ChartDataAxisDlg
  292.  
  293.     ChartDataColWidthDlg
  294.  
  295.     ChartDataExcludeDlg
  296.  
  297.     ChartDataFillDlg
  298.  
  299.     ChartDataFormatDlg
  300.  
  301.     ChartDataFormulasDlg
  302.  
  303.     ChartDataFrameDlg
  304.  
  305.     ChartDataGridTickDlg
  306.  
  307.     ChartDataIncludeDlg
  308.  
  309.     ChartDataLabelsDlg
  310.  
  311.     ChartDataLayoutDlg
  312.  
  313.     ChartDataLegendDlg
  314.  
  315.     ChartDataPerspectiveDlg
  316.  
  317.     ChartDataRecalc
  318.  
  319.     ChartDataSeriesDlg
  320.  
  321.     ChartDataSortDlg
  322.  
  323.     ChartDataStatisticsDlg
  324.  
  325.     ChartDataSubtitleDlg
  326.  
  327.     ChartDataTitlesDlg
  328.  
  329.     ChartDataY1AxisDlg
  330.  
  331.     ChartDataY2AxisDlg
  332.  
  333.     ChartDeleteDlg
  334.  
  335.     ChartDrop
  336.  
  337.     ChartDropCopy
  338.  
  339.     ChartDropTarget
  340.  
  341.     ChartEdit
  342.  
  343.     ChartEditBox
  344.  
  345.     ChartEditCellDlg
  346.  
  347.     ChartExpandSubordinates
  348.  
  349.     ChartFillAttributesDlg
  350.  
  351.     ChartFontAttributesDlg
  352.  
  353.     ChartFontDlg
  354.  
  355.     ChartGallery
  356.  
  357.     ChartGalleryDlg
  358.  
  359.     ChartGetAttrs
  360.  
  361.     ChartGotoCell2
  362.  
  363.     ChartGotoCellDlg
  364.  
  365.     ChartHiLo
  366.  
  367.     ChartInsertCoworker
  368.  
  369.     ChartInsertDataDlg
  370.  
  371.     ChartInsertManager
  372.  
  373.     ChartInsertNode
  374.  
  375.     ChartInsertStaff
  376.  
  377.     ChartInsertSubordinate
  378.  
  379.     ChartLine
  380.  
  381.     ChartLineAttributesDlg
  382.  
  383.     ChartMoveContents
  384.  
  385.     ChartOpenFileDlg
  386.  
  387.     ChartOrDataWindowNext
  388.  
  389.     ChartPaste
  390.  
  391.     ChartPasteBranch
  392.  
  393.     ChartPasteTranspose
  394.  
  395.     ChartPie
  396.  
  397.     ChartPromoteBox
  398.  
  399.     ChartPutAttrs
  400.  
  401.     ChartRadar
  402.  
  403.     ChartRenameBoxField
  404.  
  405.     ChartResetTextLocation
  406.  
  407.     ChartSaveAsDlg
  408.  
  409.     ChartScatter
  410.  
  411.     ChartSelectAll
  412.  
  413.     ChartSelectBox
  414.  
  415.     ChartSelectBranch
  416.  
  417.     ChartSelectFrameBase
  418.  
  419.     ChartSelectGTA
  420.  
  421.     ChartSelectLevels
  422.  
  423.     ChartSelectLevelsDlg
  424.  
  425.     ChartSelectLines
  426.  
  427.     ChartSelectNext
  428.  
  429.     ChartSelectPieText
  430.  
  431.     ChartSelectPieWedge
  432.  
  433.     ChartSelectPrev
  434.  
  435.     ChartSelectSeries
  436.  
  437.     ChartSelectText
  438.  
  439.     ChartSetAbove
  440.  
  441.     ChartSetAxisTitleHorz
  442.  
  443.     ChartSetAxisTitleVert
  444.  
  445.     ChartSetBack
  446.  
  447.     ChartSetBelow
  448.  
  449.     ChartSetBottom
  450.  
  451.     ChartSetCenter
  452.  
  453.     ChartSetCreateSize
  454.  
  455.     ChartSetFront
  456.  
  457.     ChartSetHide
  458.  
  459.     ChartSetHorz
  460.  
  461.     ChartSetInside
  462.  
  463.     ChartSetLabels
  464.  
  465.     ChartSetLeft
  466.  
  467.     ChartSetLegend
  468.  
  469.     ChartSetLinear
  470.  
  471.     ChartSetLog
  472.  
  473.     ChartSetOutside
  474.  
  475.     ChartSetRight
  476.  
  477.     ChartSetSpacing
  478.  
  479.     ChartSetSpacingDlg
  480.  
  481.     ChartSetStagger
  482.  
  483.     ChartSetTitleLeft
  484.  
  485.     ChartSetTitleRight
  486.  
  487.     ChartSetTop
  488.  
  489.     ChartSetUnStagger
  490.  
  491.     ChartSetVert
  492.  
  493.     ChartSetY1
  494.  
  495.     ChartSetY2
  496.  
  497.     ChartSubtitleToggle
  498.  
  499.     ChartSurface
  500.  
  501.     ChartTextUserPos
  502.  
  503.     ChartTitlesDisplay
  504.  
  505.     ChartTitleToggle
  506.  
  507.     ChartToggle3D
  508.  
  509.     ChartToggleHorzVert
  510.  
  511.     ChartToggleTable
  512.  
  513.     ChartUnselectAll
  514.  
  515.     ChartViewDatasheet
  516.  
  517.     ChartViewOrgOutline
  518.  
  519.     ChartZeroBaseline
  520.  
  521.     ClearBackground
  522.  
  523.     ClearBitmap
  524.  
  525.     ClearDrawing
  526.  
  527.     ClearLayout
  528.  
  529.     ClearMasterDlg
  530.  
  531.     ClearPresentation
  532.  
  533.     ClearPresentationDlg
  534.  
  535.     ClearSlide
  536.  
  537.     ClipArtBrowser
  538.  
  539.     ClipboardCopy
  540.  
  541.     ClipboardCut
  542.  
  543.     ClipboardPaste
  544.  
  545.     CombineObjects
  546.  
  547.     ConnectorsDlg
  548.  
  549.     ContourText
  550.  
  551.     ContourTextAttributesDlg
  552.  
  553.     ConvertToBitmap
  554.  
  555.     ConvertToPolygon 
  556.  
  557.     CopyMarquee
  558.  
  559.     CopySelectedSlides
  560.  
  561.     CrosshairCursor
  562.  
  563.     CutMarquee
  564.  
  565.  
  566.  
  567. D
  568.  
  569.     DatasheetBlockMode
  570.  
  571.     DatasheetColWidth
  572.  
  573.     DatasheetDateFmt
  574.  
  575.     DatasheetDelete
  576.  
  577.     DatasheetDown
  578.  
  579.     DatasheetExclude
  580.  
  581.     DatasheetExport
  582.  
  583.     DatasheetFillDates
  584.  
  585.     DatasheetFillNumbers
  586.  
  587.     DatasheetFormula
  588.  
  589.     DatasheetGoto
  590.  
  591.     DatasheetHome
  592.  
  593.     DatasheetImport
  594.  
  595.     DatasheetImportOptions
  596.  
  597.     DatasheetImportText
  598.  
  599.     DatasheetInclude
  600.  
  601.     DatasheetInput
  602.  
  603.     DatasheetInsert
  604.  
  605.     DatasheetLeft
  606.  
  607.     DatasheetNumericFmt
  608.  
  609.     DatasheetOneColWidth
  610.  
  611.     DatasheetPgDn
  612.  
  613.     DatasheetPgLeft
  614.  
  615.     DatasheetPgRight
  616.  
  617.     DatasheetPgUp
  618.  
  619.     DatasheetRight
  620.  
  621.     DatasheetUp
  622.  
  623.     DateCode
  624.  
  625.     DateFormat
  626.  
  627.     DateFormatDlg
  628.  
  629.     DateText
  630.  
  631.     DefineBulletsDlg
  632.  
  633.     DefineSubTitleDlg
  634.  
  635.     DefineTitleDlg
  636.  
  637.     Delete
  638.  
  639.     DeleteAlignBars
  640.  
  641.     DeleteAlignmentBar
  642.  
  643.     DeleteBackground
  644.  
  645.     DeleteKeyboard
  646.  
  647.     DeleteLayout
  648.  
  649.     DeleteMenu
  650.  
  651.     DeleteObjects
  652.  
  653.     DeleteSelectedSlides
  654.  
  655.     DeleteToBegOfWord
  656.  
  657.     DeleteToEndOfWord
  658.  
  659.     DeleteWord
  660.  
  661.     DelToDocBottom
  662.  
  663.     DelToEndOfLine
  664.  
  665.     DisplaySettingsDlg
  666.  
  667.     DocPrevious
  668.  
  669.     DocumentBottom
  670.  
  671.     DocumentFormSettings
  672.  
  673.     DocumentMaximize
  674.  
  675.     DocumentMinimize
  676.  
  677.     DocumentMove
  678.  
  679.     DocumentNext
  680.  
  681.     DocumentPageColor
  682.  
  683.     DocumentRestore
  684.  
  685.     DocumentSize
  686.  
  687.     DocumentTop
  688.  
  689.     DoubleSmartQuote
  690.  
  691.     DraftMode
  692.  
  693.     DrawingSizeDlg
  694.  
  695.     DrawingSizeSettings
  696.  
  697.  
  698.  
  699. E
  700.  
  701.     EditBackground
  702.  
  703.     EditLayouts
  704.  
  705.     EditOleObject
  706.  
  707.     EditSelectedBitmap
  708.  
  709.     EditSlides
  710.  
  711.     EndOfLine
  712.  
  713.     EndOfSentenceSpacing
  714.  
  715.     EnvBackgroundTitle
  716.  
  717.     EnvCapBeginSentence
  718.  
  719.     EnvChartDataWin
  720.  
  721.     EnvChartDisplay
  722.  
  723.     EnvChartType
  724.  
  725.     EnvColorPalette
  726.  
  727.     EnvCurrentBackgroundNumber
  728.  
  729.     EnvCurrentFilename
  730.  
  731.     EnvCurrentLayoutNumber
  732.  
  733.     EnvCurrentMode
  734.  
  735.     EnvCurrentSlideNumber
  736.  
  737.     EnvCurrentTool
  738.  
  739.     EnvDoubleSmartQuoteClose
  740.  
  741.     EnvDoubleSmartQuoteOpen
  742.  
  743.     EnvDoubleSmartQuoteState
  744.  
  745.     EnvEndOfSentenceSpacing
  746.  
  747.     EnvFormInfo
  748.  
  749.     EnvGetCurrentPrinter
  750.  
  751.     EnvGetMarqueeHeight
  752.  
  753.     EnvGetMarqueeWidth
  754.  
  755.     EnvGetMarqueeXPos
  756.  
  757.     EnvGetMarqueeYPos
  758.  
  759.     EnvGetObjectHeight
  760.  
  761.     EnvGetObjectWidth
  762.  
  763.     EnvGetObjectXPos
  764.  
  765.     EnvGetObjectYPos
  766.  
  767.     EnvGetPointerPositionY
  768.  
  769.     EnvGetPointerPositionX
  770.  
  771.     EnvIrregularCap
  772.  
  773.     EnvIsCommandValid
  774.  
  775.     EnvIsSlideSkipped
  776.  
  777.     EnvLayoutTitle
  778.  
  779.     EnvLeftChar
  780.  
  781.     EnvNextFontFace
  782.  
  783.     EnvNumberOfBackgrounds
  784.  
  785.     EnvNumberOfDocuments
  786.  
  787.     EnvNumberOfLayouts
  788.  
  789.     EnvNumberOfSlides
  790.  
  791.     EnvOpenDocuments
  792.  
  793.     EnvPaths
  794.  
  795.     EnvQuickCorrect
  796.  
  797.     EnvRightChar
  798.  
  799.     EnvSelectedText
  800.  
  801.     EnvSingleSmartQuoteClose
  802.  
  803.     EnvSingleSmartQuoteOpen
  804.  
  805.     EnvSingleSmartQuoteState
  806.  
  807.     EnvSingleSpaceInSentence
  808.  
  809.     EnvSlideStringData
  810.  
  811.     EnvSlideTitle
  812.  
  813.     EnvSpeakerNotes
  814.  
  815.     EnvSpeedLinkNumericData
  816.  
  817.     EnvSpeedLinkSelect
  818.  
  819.     EnvSpeedLinkStringData
  820.  
  821.     EnvTemplate
  822.  
  823.     EnvTextChartType
  824.  
  825.     EnvUseRegQuotesWithNumbers
  826.  
  827.     EraseMarquee
  828.  
  829.     ExportBMP
  830.  
  831.     ExportCAL
  832.  
  833.     ExportCGM
  834.  
  835.     ExportCPT
  836.  
  837.     ExportCPT7
  838.  
  839.     ExportEMF
  840.  
  841.     ExportEPS
  842.  
  843.     ExportGIF
  844.  
  845.     ExportIMG
  846.  
  847.     ExportJPG
  848.  
  849.     ExportMAC
  850.  
  851.     ExportPCX
  852.  
  853.     ExportPNG
  854.  
  855.     ExportSCT
  856.  
  857.     ExportTGA
  858.  
  859.     ExportTIFF
  860.  
  861.     ExportWMF
  862.  
  863.     ExportWVL
  864.  
  865.  
  866.  
  867. F
  868.  
  869.     FigureReturn
  870.  
  871.     FigureReturnAll
  872.  
  873.     File1Open
  874.  
  875.     File2Open
  876.  
  877.     File3Open
  878.  
  879.     File4Open
  880.  
  881.     File5Open
  882.  
  883.     File6Open
  884.  
  885.     File7Open
  886.  
  887.     File8Open
  888.  
  889.     File9Open
  890.  
  891.     FileClose
  892.  
  893.     FileExit
  894.  
  895.     FileNewDlg
  896.  
  897.     FileOpen
  898.  
  899.     FileOpenDlg
  900.  
  901.     FileRetrieve
  902.  
  903.     FileSave
  904.  
  905.     FileSaveAs
  906.  
  907.     FileSaveAsDlg
  908.  
  909.     FillAttributes
  910.  
  911.     FillAttributesDlg
  912.  
  913.     FindReplaceTextDlg
  914.  
  915.     FloodFill
  916.  
  917.     FontSizeDec
  918.  
  919.     FontSizeInc
  920.  
  921.  
  922.  
  923. G
  924.  
  925.     GetAttrDlg
  926.  
  927.     GetAttributes
  928.  
  929.     GlyphEdit 
  930.  
  931.     GoToKeysDlg
  932.  
  933.     GotoPositionDlg
  934.  
  935.     Grammatik
  936.  
  937.     GrayScale
  938.  
  939.     GroupObjects
  940.  
  941.  
  942.  
  943. H
  944.  
  945.     HardReturn
  946.  
  947.     HelpAssistant
  948.  
  949.     HelpHowDoI
  950.  
  951.     HelpIndex
  952.  
  953.     HelpKeyboard
  954.  
  955.     HelpMacros
  956.  
  957.     HelpPerfectExpertDlg
  958.  
  959.     HelpTransition
  960.  
  961.     HelpWhatIs
  962.  
  963.  
  964.  
  965. I
  966.  
  967.     ImportOrgOutline
  968.  
  969.     InhibitInput
  970.  
  971.     InsertClipartDlg
  972.  
  973.     InsertEquation
  974.  
  975.     InsertFileDlg
  976.  
  977.     InsertMemoObject
  978.  
  979.     InsertMovie
  980.  
  981.     InsertMovieObject
  982.  
  983.     InsertQuattroTable
  984.  
  985.     InsertTextart
  986.  
  987.     InternetPublisher
  988.  
  989.     InvertColors
  990.  
  991.     IrregularCap
  992.  
  993.  
  994.  
  995. J
  996.  
  997.     JustifyAuto
  998.  
  999.     JustifyCenter
  1000.  
  1001.     JustifyLeft
  1002.  
  1003.     JustifyRight
  1004.  
  1005.  
  1006.  
  1007. K
  1008.  
  1009.     KerningDlg
  1010.  
  1011.     KeyboardCopy
  1012.  
  1013.     KeyboardCreate
  1014.  
  1015.     KeyboardEdit
  1016.  
  1017.     KeyboardRename
  1018.  
  1019.     KeyboardSelect
  1020.  
  1021.     KeyType
  1022.  
  1023.  
  1024.  
  1025. L
  1026.  
  1027.     LayoutGallery
  1028.  
  1029.     LayoutGetNext
  1030.  
  1031.     LayoutGetPrevious
  1032.  
  1033.     LayoutNext
  1034.  
  1035.     LayoutPrevious
  1036.  
  1037.     LineAttributes
  1038.  
  1039.     LineAttributesDlg
  1040.  
  1041.     LineSpacingDlg
  1042.  
  1043.  
  1044.  
  1045. M
  1046.  
  1047.     MacroFilePlay
  1048.  
  1049.     MacroPause
  1050.  
  1051.     MacroPlayDlg
  1052.  
  1053.     MacroStop
  1054.  
  1055.     Mail
  1056.  
  1057.     MailSystem1
  1058.  
  1059.     MailSystem2
  1060.  
  1061.     MailSystem3
  1062.  
  1063.     MailSystem4
  1064.  
  1065.     MailSystem5
  1066.  
  1067.     MailSystem6
  1068.  
  1069.     MailSystem7
  1070.  
  1071.     MailSystem8
  1072.  
  1073.     MailSystem9
  1074.  
  1075.     MakeRuntime
  1076.  
  1077.     MakeRuntimeDlg
  1078.  
  1079.     MarkAsStaff
  1080.  
  1081.     MasterGalleryDlg
  1082.  
  1083.     MaximizeSpacing
  1084.  
  1085.     MenuCopy
  1086.  
  1087.     MenuCreate
  1088.  
  1089.     MenuEdit
  1090.  
  1091.     MenuRename
  1092.  
  1093.     MenuSelect
  1094.  
  1095.     MirrorObjectsHorizontally
  1096.  
  1097.     MirrorObjectsVertically
  1098.  
  1099.     ModifyFigure
  1100.  
  1101.     ModifyObjects
  1102.  
  1103.     MoveBackward
  1104.  
  1105.     MoveForward
  1106.  
  1107.     MoveSelectedSlides
  1108.  
  1109.     MoveToBack
  1110.  
  1111.     MoveToFront
  1112.  
  1113.     MovieSettings
  1114.  
  1115.  
  1116.  
  1117. N
  1118.  
  1119.     NameLayoutDlg
  1120.  
  1121.     NewDocument
  1122.  
  1123.     NewDrawingCreate
  1124.  
  1125.     NewPresentationCreate
  1126.  
  1127.     NewPresentationDlg
  1128.  
  1129.     NormalText
  1130.  
  1131.  
  1132.  
  1133. O
  1134.  
  1135.     ObjectAnimationDlg
  1136.  
  1137.     ObjectAreaSelect
  1138.  
  1139.     ObjectMove
  1140.  
  1141.     ObjectPointSelect
  1142.  
  1143.     ObjectScale
  1144.  
  1145.     ObjectSetFillBackground
  1146.  
  1147.     ObjectSetFillForeground
  1148.  
  1149.     ObjectSetFillPattern
  1150.  
  1151.     ObjectSetFillState
  1152.  
  1153.     ObjectSetFrameState
  1154.  
  1155.     ObjectSetLineBackground
  1156.  
  1157.     ObjectSetLineForeground
  1158.  
  1159.     ObjectSetLinePattern
  1160.  
  1161.     ObjectSetLineStyle
  1162.  
  1163.     ObjectSetLineWidth
  1164.  
  1165.     Ole20InsertObjectDlg
  1166.  
  1167.     OleBrowseLinksDlg
  1168.  
  1169.     OleChartCloseFile
  1170.  
  1171.     OleChartExit
  1172.  
  1173.     OleChartUpdateFile
  1174.  
  1175.     OleCloseFile
  1176.  
  1177.     OleExit
  1178.  
  1179.     OleInsertFromFile
  1180.  
  1181.     OleInsertObject
  1182.  
  1183.     OlePlayInformation
  1184.  
  1185.     OlePlaySettings
  1186.  
  1187.     OleSaveAsDlg
  1188.  
  1189.     OleUpdateFile
  1190.  
  1191.     OrgChartAlignmentDlg
  1192.  
  1193.     OrgChartBoxSize
  1194.  
  1195.     OrgChartFontAttrsDlg
  1196.  
  1197.     OrgChartFontDlg
  1198.  
  1199.     OrgChartImportOutline
  1200.  
  1201.     OrgChartLayoutDlg
  1202.  
  1203.     OrgChartOrientationDlg
  1204.  
  1205.     OrgChartUndelete
  1206.  
  1207.     OrgChartViewAllBranches
  1208.  
  1209.     OrgChartViewSelectedBranch
  1210.  
  1211.     OrgTextEditExit
  1212.  
  1213.     OutlineNextLevel
  1214.  
  1215.     OutlineObject
  1216.  
  1217.     OutlinePreviousLevel
  1218.  
  1219.     OutlineRevealCodes
  1220.  
  1221.     OverrideSlideDlg
  1222.  
  1223.  
  1224.  
  1225. P
  1226.  
  1227.     PageColorDlg
  1228.  
  1229.     PageFormatDlg
  1230.  
  1231.     PageMode
  1232.  
  1233.     PageSizeInfo
  1234.  
  1235.     PaintBrush
  1236.  
  1237.     PaintDropMarquee
  1238.  
  1239.     PaintDropper
  1240.  
  1241.     PaintEraser
  1242.  
  1243.     PaintEscapeUndo
  1244.  
  1245.     PaintMoveMarquee
  1246.  
  1247.     PasteMarquee
  1248.  
  1249.     PasteObject
  1250.  
  1251.     PasteSpecialOle20Dlg
  1252.  
  1253.     PlaySlideShow
  1254.  
  1255.     PlaySlideShowDlg
  1256.  
  1257.     PlaySlideShowFirst
  1258.  
  1259.     PointerPosition
  1260.  
  1261.     PosterDlg
  1262.  
  1263.     PRActivate
  1264.  
  1265.     PrefCustomDlg
  1266.  
  1267.     PrefEnvironmentDlg
  1268.  
  1269.     PreferenceDateTime
  1270.  
  1271.     PreferenceDateTimeDlg
  1272.  
  1273.     PreferenceEnvGenDlg
  1274.  
  1275.     PreferenceEnvironmentDlg
  1276.  
  1277.     PreferenceEnvLangDlg
  1278.  
  1279.     PreferenceFormSettings
  1280.  
  1281.     PreferenceKeyboardDlg
  1282.  
  1283.     PreferenceLOFDlg
  1284.  
  1285.     PreferenceMenuDlg
  1286.  
  1287.     PreferencePropertyBarDlg
  1288.  
  1289.     PreferencesDlg
  1290.  
  1291.     PreferenceToolbarDlg
  1292.  
  1293.     PreferenceToolPaletteDlg
  1294.  
  1295.     PrefLOFDlg
  1296.  
  1297.     PrintBlackWhite
  1298.  
  1299.     PrintCopies
  1300.  
  1301.     PrintDestination
  1302.  
  1303.     PrintDialog
  1304.  
  1305.     PrintDocTkn
  1306.  
  1307.     PrintDocument
  1308.  
  1309.     PrintImageBinding
  1310.  
  1311.     PrintImageOffset
  1312.  
  1313.     PrintInColor
  1314.  
  1315.     PrintInReverseOrder
  1316.  
  1317.     PrintMode
  1318.  
  1319.     PrintNoBackground
  1320.  
  1321.     PrintRangeFrom
  1322.  
  1323.     PrintRangeTo
  1324.  
  1325.     PrintResolution
  1326.  
  1327.     PrintSelectByName
  1328.  
  1329.     PrintSettings
  1330.  
  1331.     PrintSlideNumber
  1332.  
  1333.     PrintSlidesPerPage
  1334.  
  1335.     PrintSlideTitle
  1336.  
  1337.     PrintSortOrder
  1338.  
  1339.     PrintSourceFilename
  1340.  
  1341.     PrintTextAsGraphics
  1342.  
  1343.     PrintTwoSided
  1344.  
  1345.     PropertyBarEdit
  1346.  
  1347.     PublishToPDF 
  1348.  
  1349.     PutAttributes
  1350.  
  1351.  
  1352.  
  1353. Q
  1354.  
  1355.     Quick3D
  1356.  
  1357.     Quick3DDlg
  1358.  
  1359.     QuickCorrect
  1360.  
  1361.     QuickCorrectAddItem
  1362.  
  1363.     QuickCorrectDeleteItem
  1364.  
  1365.     QuickCorrectDlg
  1366.  
  1367.     QuickCorrectOptions
  1368.  
  1369.     QuickWarp
  1370.  
  1371.     QuickWarpDlg
  1372.  
  1373.  
  1374.  
  1375. R
  1376.  
  1377.     RealizeFontChanges
  1378.  
  1379.     Redo
  1380.  
  1381.     RedrawChart
  1382.  
  1383.     RefreshScreen
  1384.  
  1385.     ReplaceMasters
  1386.  
  1387.     ReplaceWithClipart
  1388.  
  1389.     ResampleBitmapCmd
  1390.  
  1391.     ResetColorTable
  1392.  
  1393.     RetrieveChartStyle
  1394.  
  1395.     RetrieveFigure
  1396.  
  1397.     RetrieveFigureDlg
  1398.  
  1399.     RetrieveOutline
  1400.  
  1401.     RetrieveStyleDlg
  1402.  
  1403.     RevealCodes
  1404.  
  1405.     RotateObject
  1406.  
  1407.     RotateObjects
  1408.  
  1409.     RotateObjectsAroundAnchor
  1410.  
  1411.     RotateObjectsDlg
  1412.  
  1413.     RulerGridOptionsDlg
  1414.  
  1415.  
  1416.  
  1417. S
  1418.  
  1419.     SaveChartStyle
  1420.  
  1421.     SaveStyleDlg
  1422.  
  1423.     SaveWithEvenBorders
  1424.  
  1425.     ScreenDown
  1426.  
  1427.     SelectAllObjects
  1428.  
  1429.     SelectBegOfLine
  1430.  
  1431.     SelectBox
  1432.  
  1433.     SelectCurrentLevel
  1434.  
  1435.     SelectDocBottom
  1436.  
  1437.     SelectDocTop
  1438.  
  1439.     SelectDown
  1440.  
  1441.     SelectEndOfLine
  1442.  
  1443.     SelectiveReplace
  1444.  
  1445.     SelectLeft
  1446.  
  1447.     SelectLikeObjects
  1448.  
  1449.     SelectOnlineServiceDlg
  1450.  
  1451.     SelectPrinter
  1452.  
  1453.     SelectRight
  1454.  
  1455.     SelectScreenDown
  1456.  
  1457.     SelectScreenUp
  1458.  
  1459.     SelectTextChart
  1460.  
  1461.     SelectUp
  1462.  
  1463.     SelectWordLeft
  1464.  
  1465.     SelectWordRight
  1466.  
  1467.     SendtoGraphicsland
  1468.  
  1469.     SendToWP
  1470.  
  1471.     SeparateObject
  1472.  
  1473.     SetAirbrushDensity
  1474.  
  1475.     SetAxisOptions
  1476.  
  1477.     SetBackgroundName
  1478.  
  1479.     SetBackgroundNameDlg
  1480.  
  1481.     SetBarStyle
  1482.  
  1483.     SetBitmapTransparency
  1484.  
  1485.     SetBorder
  1486.  
  1487.     SetBrushShape
  1488.  
  1489.     SetBrushWidth
  1490.  
  1491.     SetBubbleAnchors
  1492.  
  1493.     SetBulletAttributes
  1494.  
  1495.     SetBulletColor
  1496.  
  1497.     SetBulletDefinition
  1498.  
  1499.     SetBulletEffect
  1500.  
  1501.     SetBulletLayout
  1502.  
  1503.     SetBulletLineSpacing
  1504.  
  1505.     SetBulletSize
  1506.  
  1507.     SetChartAttrsBold
  1508.  
  1509.     SetChartAttrsItalic
  1510.  
  1511.     SetChartAttrsUnderline
  1512.  
  1513.     SetChartFont
  1514.  
  1515.     SetChartTitlePos
  1516.  
  1517.     SetColorAttributes
  1518.  
  1519.     SetConnector
  1520.  
  1521.     SetExplodeDistance
  1522.  
  1523.     SetFontFace
  1524.  
  1525.     SetFontGradient
  1526.  
  1527.     SetFontOutline
  1528.  
  1529.     SetFontPattern
  1530.  
  1531.     SetFrameOptions
  1532.  
  1533.     SetGradient
  1534.  
  1535.     SetGridSnapOptions
  1536.  
  1537.     SetGridTickOptions
  1538.  
  1539.     SetHLOStyle
  1540.  
  1541.     SetLabelOptions
  1542.  
  1543.     SetLayoutSizes
  1544.  
  1545.     SetLayoutTitle
  1546.  
  1547.     SetLegendOptions
  1548.  
  1549.     SetLevelFont
  1550.  
  1551.     SetLevelGradient
  1552.  
  1553.     SetLevelPattern
  1554.  
  1555.     SetLineAttributes
  1556.  
  1557.     SetLineSpacing
  1558.  
  1559.     SetObjectTransition
  1560.  
  1561.     SetOrgAlignment
  1562.  
  1563.     SetOrgChartBox
  1564.  
  1565.     SetOrgChartLayout
  1566.  
  1567.     SetOrgChartTop
  1568.  
  1569.     SetOrgOrientation
  1570.  
  1571.     SetPaintMarquee
  1572.  
  1573.     SetPaletteColor
  1574.  
  1575.     SetPattern
  1576.  
  1577.     SetPerspectiveOptions
  1578.  
  1579.     SetPieLabelOptions
  1580.  
  1581.     SetPieStyle
  1582.  
  1583.     SetProportionalPies
  1584.  
  1585.     SetRadarView
  1586.  
  1587.     SetRangeHighlight
  1588.  
  1589.     SetSeriesOptions
  1590.  
  1591.     SetSlideLinkFile
  1592.  
  1593.     SetSlideNotes
  1594.  
  1595.     SetSlideOptions
  1596.  
  1597.     SetSlideOverride
  1598.  
  1599.     SetSlideSound
  1600.  
  1601.     SetSlideTransition
  1602.  
  1603.     SetSlideTransitionDirectionOnly
  1604.  
  1605.     SetSlideTransitionOnly
  1606.  
  1607.     SetSlideTransitionSpeedOnly
  1608.  
  1609.     SetTableBlend
  1610.  
  1611.     SetTableSurfaceColor
  1612.  
  1613.     SetTableSurfaceOptions
  1614.  
  1615.     SetTemplateAll
  1616.  
  1617.     SetTemplateCurrent
  1618.  
  1619.     SetTextChartBox
  1620.  
  1621.     SetTextFillAttributes
  1622.  
  1623.     SetTextLineAttributes
  1624.  
  1625.     SetTexture2
  1626.  
  1627.     SetTitleString
  1628.  
  1629.     SetViewOptions
  1630.  
  1631.     ShadowAttributes
  1632.  
  1633.     ShadowAttributesDlg
  1634.  
  1635.     ShellFileOpen
  1636.  
  1637.     ShellPlayShow
  1638.  
  1639.     ShowBackground
  1640.  
  1641.     ShowGrid
  1642.  
  1643.     ShowGuides
  1644.  
  1645.     ShowHideSubordinates
  1646.  
  1647.     ShowLayout
  1648.  
  1649.     ShowPropertyBar
  1650.  
  1651.     ShowRuler
  1652.  
  1653.     ShowSlide
  1654.  
  1655.     ShowToolbar
  1656.  
  1657.     ShowToolPalette
  1658.  
  1659.     SilhouetteObject
  1660.  
  1661.     SingleSmartQuote
  1662.  
  1663.     SingleSpaceInSentence
  1664.  
  1665.     SizeObjectsAroundAnchor
  1666.  
  1667.     SizeObjectsByLeftBottomDlg
  1668.  
  1669.     SizeObjectsByLeftTopDlg
  1670.  
  1671.     SizeObjectsByRightBottomDlg
  1672.  
  1673.     SizeObjectsByRightTopDlg
  1674.  
  1675.     SkewObject
  1676.  
  1677.     SkewObjectsAroundAnchor
  1678.  
  1679.     SkewObjectsAtBottomDlg
  1680.  
  1681.     SkewObjectsAtLeftDlg
  1682.  
  1683.     SkewObjectsAtRightDlg
  1684.  
  1685.     SkewObjectsAtTopDlg
  1686.  
  1687.     SkipSelectedSlide
  1688.  
  1689.     SlideAppearanceBackground
  1690.  
  1691.     SlideAppearanceLayout
  1692.  
  1693.     SlideAudienceManager
  1694.  
  1695.     SlideDisplaySequence
  1696.  
  1697.     SlideFirst
  1698.  
  1699.     SlideGetLast
  1700.  
  1701.     SlideGetNext
  1702.  
  1703.     SlideLast
  1704.  
  1705.     SlideLayoutReApply
  1706.  
  1707.     SlideNext
  1708.  
  1709.     SlidePageDown
  1710.  
  1711.     SlidePageUp
  1712.  
  1713.     SlidePrevious
  1714.  
  1715.     SlidePropertiesDlg
  1716.  
  1717.     SlideQuickPlay
  1718.  
  1719.     SlideSelect
  1720.  
  1721.     SlideSetCurrent
  1722.  
  1723.     SlideShowOutline
  1724.  
  1725.     SlideShowSlide
  1726.  
  1727.     SlideShowSort
  1728.  
  1729.     SlideTransitionDlg
  1730.  
  1731.     SlideTransitionsDlg
  1732.  
  1733.     SnapToAlignment
  1734.  
  1735.     SnapToGrid
  1736.  
  1737.     SortSpreadsheetData
  1738.  
  1739.     SoundControlDlg
  1740.  
  1741.     SpaceObjectsHorizontally
  1742.  
  1743.     SpaceObjectsVertically
  1744.  
  1745.     SpeakerNotesDlg
  1746.  
  1747.     SpeedKeyDelete
  1748.  
  1749.     SpeedKeyDlg
  1750.  
  1751.     SpeedKeyProperties
  1752.  
  1753.     SpeedLinkAttributeDlg
  1754.  
  1755.     SpeedLinkDelete
  1756.  
  1757.     SpeedLinkListDlg
  1758.  
  1759.     SpeedLinkProperties
  1760.  
  1761.     Speller
  1762.  
  1763.     StretchObjectsAroundAnchor
  1764.  
  1765.     StretchObjectsByBottomDlg
  1766.  
  1767.     StretchObjectsByLeftDlg
  1768.  
  1769.     StretchObjectsByRightDlg
  1770.  
  1771.     StretchObjectsByTopDlg
  1772.  
  1773.     SummaryInfoDlg
  1774.  
  1775.     SwapFillColors
  1776.  
  1777.     SwitchDocument
  1778.  
  1779.  
  1780.  
  1781. T
  1782.  
  1783.     TableLayoutDlg
  1784.  
  1785.     TemplateChartCreateDlg
  1786.  
  1787.     TextAttributesDlg
  1788.  
  1789.     TextBlock
  1790.  
  1791.     TextBold
  1792.  
  1793.     TextBoxCreate
  1794.  
  1795.     TextChartNext
  1796.  
  1797.     TextChartPrevious
  1798.  
  1799.     TextDown
  1800.  
  1801.     TextEditExit
  1802.  
  1803.     TextFontDlg
  1804.  
  1805.     TextInsertMode
  1806.  
  1807.     TextItalic
  1808.  
  1809.     TextKerning
  1810.  
  1811.     TextLayoutBackTab
  1812.  
  1813.     TextLayoutCenter
  1814.  
  1815.     TextLayoutDoubleIndent
  1816.  
  1817.     TextLayoutFlushRight
  1818.  
  1819.     TextLayoutHangingIndent
  1820.  
  1821.     TextLayoutIndent
  1822.  
  1823.     TextLeft
  1824.  
  1825.     TextLineCreate
  1826.  
  1827.     TextReplace
  1828.  
  1829.     TextRight
  1830.  
  1831.     TextScreenTop
  1832.  
  1833.     TextSearch
  1834.  
  1835.     TextTab
  1836.  
  1837.     TextToCurvesCmd
  1838.  
  1839.     TextUnderline
  1840.  
  1841.     TextUp
  1842.  
  1843.     Thesaurus
  1844.  
  1845.     ToolbarCopy
  1846.  
  1847.     ToolbarCreate
  1848.  
  1849.     ToolbarDelete
  1850.  
  1851.     ToolbarEdit
  1852.  
  1853.     ToolbarRename
  1854.  
  1855.     ToolbarSelect
  1856.  
  1857.     ToolPaletteEdit
  1858.  
  1859.     TransparentColorDlg
  1860.  
  1861.     Type
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867. U
  1868.  
  1869.     UndeleteDlg
  1870.  
  1871.     Undo
  1872.  
  1873.     UnselectAllObjects
  1874.  
  1875.     UseMasterPageColor
  1876.  
  1877.     UseRegQuotesWithNumbers
  1878.  
  1879.  
  1880.  
  1881. V
  1882.  
  1883.     VersionControlDocument
  1884.  
  1885.     VersionControlRetrieve
  1886.  
  1887.     VersionControlSave
  1888.  
  1889.     ViewAutoSelect
  1890.  
  1891.     ViewPrevious
  1892.  
  1893.     ViewSelectedItems
  1894.  
  1895.     ViewToolBarsDlg
  1896.  
  1897.  
  1898.  
  1899. W
  1900.  
  1901.     WebBrowse
  1902.  
  1903.     WebBrowserLaunch
  1904.  
  1905.     WindowsCascade
  1906.  
  1907.     WindowsTile
  1908.  
  1909.     WindowsTileHorizontal
  1910.  
  1911.     WordLeft
  1912.  
  1913.     WordPerfectCharactersDlg
  1914.  
  1915.     WordRight
  1916.  
  1917.     WorkInProgressDlg
  1918.  
  1919.  
  1920.  
  1921. X
  1922.  
  1923. No commands
  1924.  
  1925.  
  1926.  
  1927. Y
  1928.  
  1929. No commands
  1930.  
  1931.  
  1932.  
  1933. Z
  1934.  
  1935.     ZoomArea
  1936.  
  1937.     ZoomDlg
  1938.  
  1939.     ZoomIn
  1940.  
  1941.     ZoomOther
  1942.  
  1943.     ZoomOut
  1944.  
  1945.     ZoomPercent100
  1946.  
  1947.     ZoomPercent150
  1948.  
  1949.     ZoomPercent200
  1950.  
  1951.     ZoomPercent50
  1952.  
  1953.     ZoomPercent75
  1954.  
  1955.     ZoomToBox
  1956.  
  1957.     ZoomToDrawingArea
  1958.  
  1959.     ZoomToObjects
  1960.  
  1961.     ZoomToPage
  1962.  
  1963.     ZoomToSlideShowSize
  1964.  
  1965.  
  1966.  
  1967. Calling product commands outside of the intended scope
  1968.  
  1969. It is not recommended to call a PerfectScript member until you are familiar with what its function. You will produce a run time error if you call a method outside of the context it was meant to be used. For example, you must have text in focus before you can select the 'Thesaurus' menu option. If you call the 'Thesaurus' method when the menu option is disabled, you will be using the product command outside of the intended scope and a run time error will occur. It is recommended that you become familiar with the a specific task before you automate it.
  1970.  
  1971.  
  1972.  
  1973.  
  1974.  
  1975.  
  1976.