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

  1. EditBackground
  2.  
  3. Syntax
  4.  
  5. EditBackground()
  6.  
  7. Description
  8.  
  9. Open the Background Editor, which allows you to edit the background layer of a slide.
  10.  
  11. EditLayouts
  12.  
  13. Syntax
  14.  
  15. EditLayouts()
  16.  
  17. Description
  18.  
  19. Open the Layout Editor, which allows you to edit the layout layer of a slide.
  20.  
  21. EditOleObject
  22.  
  23. Syntax
  24.  
  25. EditOleObject()
  26.  
  27. Description
  28.  
  29. Modify a selected OLE object.
  30.  
  31. EditSelectedBitmap
  32.  
  33. Syntax
  34.  
  35. EditSelectedBitmap()
  36.  
  37. Description
  38.  
  39. Open the Bitmap Editor to edit a selected bitmap object.
  40.  
  41. EditSlides
  42.  
  43. Syntax
  44.  
  45. EditSlides()
  46.  
  47. Description
  48.  
  49. Return from the Layout Layer or Background Layer to the Slide Layer.
  50.  
  51. EndOfLine
  52.  
  53. Syntax
  54.  
  55. EndOfLine()
  56.  
  57. Description
  58.  
  59. Move the insertion point to the end of the current line of text.
  60.  
  61. EndOfSentenceSpacing
  62.  
  63. Syntax
  64.  
  65. EndOfSentenceSpacing(Type As _EndOfSentenceSpacing_Type_enum)
  66.  
  67. Description
  68.  
  69. Specify an end of sentence correction type in QuickCorrect.
  70.  
  71. Parameters
  72.  
  73. Type: enumeration    The type of spacing at sentence ends.
  74.  
  75. None
  76.  
  77. OneToTwo
  78.  
  79. TwoToOne 
  80.  
  81. EnvSpeedLinkNumericData
  82.  
  83. Syntax
  84.  
  85. EnvSpeedLinkNumericData(SpecifyData As _EnvSpeedLinkNumericData_SpecifyData_enum) As Long
  86.  
  87. Description
  88.  
  89. Query numeric data from the SpeedLink.
  90.  
  91. EnvSpeedLinkSelect
  92.  
  93. Syntax
  94.  
  95. EnvSpeedLinkSelect(SpecifyLink As _EnvSpeedLinkSelect_SpecifyLink_enum) As Long
  96.  
  97. Description
  98.  
  99. Select an object with an SpeedLink and return the SpeedLink type.
  100.  
  101. EnvSpeedLinkStringData
  102.  
  103. Syntax
  104.  
  105. EnvSpeedLinkStringData(SpecifyData As _EnvSpeedLinkStringData_SpecifyData_enum) As String
  106.  
  107. Description
  108.  
  109. Return the string data associated with the selected SpeedLink.
  110.  
  111. EnvBackgroundTitle
  112.  
  113. Syntax
  114.  
  115. EnvBackgroundTitle() As String
  116.  
  117. Description
  118.  
  119. Return the name of the current background.
  120.  
  121. EnvCapBeginSentence
  122.  
  123. Syntax
  124.  
  125. EnvCapBeginSentence() As Long
  126.  
  127. Description
  128.  
  129. Automatically capitalize the first letter of the first word in a sentence.
  130.  
  131. Return Value
  132.  
  133. 0    Off
  134.  
  135. 1    On
  136.  
  137. EnvChartDataWin
  138.  
  139. Syntax
  140.  
  141. EnvChartDataWin() As Long
  142.  
  143. Description
  144.  
  145. Return Value
  146.  
  147. 0    Not displayed
  148.  
  149. 1    Displayed
  150.  
  151. EnvChartDisplay
  152.  
  153. Syntax
  154.  
  155. EnvChartDisplay(Object As _EnvChartDisplay_Object_enum, Subtype As _EnvChartDisplay_SubType_enum) As Long
  156.  
  157. Description
  158.  
  159. Display or hide elements of a chart.
  160.  
  161. Return Value
  162.  
  163. 0    Not displayed
  164.  
  165. 1    Displayed
  166.  
  167. Parameters
  168.  
  169. Object: enumeration     Frames
  170.  
  171. GridMajor
  172.  
  173. GridMinor
  174.  
  175. Labels
  176.  
  177. Legend
  178.  
  179. TextBoxes
  180.  
  181. TickMajor
  182.  
  183. TickMinor
  184.  
  185. Titles 
  186.  
  187. SubType: enumeration     Back
  188.  
  189. Bottom
  190.  
  191. Data
  192.  
  193. Front
  194.  
  195. Left
  196.  
  197. Legend
  198.  
  199. Pie
  200.  
  201. Radial
  202.  
  203. Right
  204.  
  205. SubTitle
  206.  
  207. Title
  208.  
  209. Top!
  210.  
  211. X
  212.  
  213. Y1
  214.  
  215. Y2 
  216.  
  217. EnvChartType
  218.  
  219. Syntax
  220.  
  221. EnvChartType() As Long
  222.  
  223. Description
  224.  
  225. Specify a default chart type.
  226.  
  227. Return Value
  228.  
  229. 0    None
  230.  
  231. 1    Bar
  232.  
  233. 2    Line
  234.  
  235. 3    Scatter
  236.  
  237. 4    High/Low
  238.  
  239. 5    Mixed
  240.  
  241. 6    Surface
  242.  
  243. 7    Table
  244.  
  245. 8    Pie
  246.  
  247. 9    Radar
  248.  
  249. EnvColorPalette
  250.  
  251. Syntax
  252.  
  253. EnvColorPalette(Seperation As _EnvColorPalette_Seperation_enum, Index As Integer) As Long
  254.  
  255. Description
  256.  
  257. Specify a default color palette.
  258.  
  259. Return Value
  260.  
  261. Color value(0-255)
  262.  
  263. Parameters
  264.  
  265. Separation: enumeration    The color component.
  266.  
  267. Blue
  268.  
  269. Green
  270.  
  271. Red 
  272.  
  273. Index: numeric    Specify a color by index number.
  274.  
  275. EnvCurrentBackgroundNumber
  276.  
  277. Syntax
  278.  
  279. EnvCurrentBackgroundNumber() As Long
  280.  
  281. Description
  282.  
  283. Return the number of the current background.
  284.  
  285. EnvCurrentFilename
  286.  
  287. Syntax
  288.  
  289.  EnvCurrentFilename() As String
  290.  
  291. Description
  292.  
  293. Return Value
  294.  
  295. Filename
  296.  
  297. EnvCurrentLayoutNumber
  298.  
  299. Syntax
  300.  
  301. EnvCurrentLayoutNumber() As Long
  302.  
  303. Description
  304.  
  305. Return the number of the current layout.
  306.  
  307. EnvCurrentMode
  308.  
  309. Syntax
  310.  
  311. EnvCurrentMode() As Long
  312.  
  313. Description
  314.  
  315. Return the current editing mode.
  316.  
  317. Return Value
  318.  
  319. When more than one editing mode is active, the return value is the sum of the numbers for each active mode.
  320.  
  321. 1    Drawing
  322.  
  323. 2    Slide
  324.  
  325. 4    Slide list
  326.  
  327. 16    Slide sort
  328.  
  329. 32    Background edit
  330.  
  331. 64    Layout edit
  332.  
  333. 128    Data chart
  334.  
  335. 256    Organization chart
  336.  
  337. 512    Text edit and slide outline
  338.  
  339. 1024    Paint
  340.  
  341. 2048    OLE drawing
  342.  
  343. 4096    OLE data chart
  344.  
  345. EnvCurrentSlideNumber
  346.  
  347. Syntax
  348.  
  349. EnvCurrentSlideNumber() As Long()
  350.  
  351. Description
  352.  
  353. Return the current slide number.
  354.  
  355. EnvCurrentTool
  356.  
  357. Syntax
  358.  
  359. EnvCurrentTool() As Long()
  360.  
  361. Description
  362.  
  363. Return the current drawing tool.
  364.  
  365. Return Value
  366.  
  367. 0    No tool selected
  368.  
  369. 1    Select
  370.  
  371. 2    Data chart
  372.  
  373. 3    Organization chart
  374.  
  375. 4    Bullet chart
  376.  
  377. 5    QuickArt
  378.  
  379. 6    Text line
  380.  
  381. 7    Line
  382.  
  383. 8    Curve
  384.  
  385. 9    Closed curve
  386.  
  387. 10    Polygon
  388.  
  389. 11    Regular polygon
  390.  
  391. 12    Rectangle
  392.  
  393. 13    Rounded rectangle
  394.  
  395. 14    Ellipse
  396.  
  397. 15    Elliptical arc
  398.  
  399. 16    Circle
  400.  
  401. 17    Circular arc
  402.  
  403. 18    Arrow
  404.  
  405. 19    Bezier
  406.  
  407. 20    Freehand
  408.  
  409. 21    Bitmap
  410.  
  411. 22    Paintbrush
  412.  
  413. 23    Airbrush
  414.  
  415. 24    Floodfill
  416.  
  417. 25    Paint dropper
  418.  
  419. 26    Selective replace
  420.  
  421. 27    Eraser
  422.  
  423. 28    Select area
  424.  
  425. 29    Bitmap zoom
  426.  
  427. 30    Aquire image
  428.  
  429. 31    Text box
  430.  
  431. EnvDoubleSmartQuoteClose
  432.  
  433. Syntax
  434.  
  435. EnvDoubleSmartQuoteClose() As String
  436.  
  437. Description
  438.  
  439. Return the current double close SmartQuote in QuickCorrect.
  440.  
  441. EnvDoubleSmartQuoteOpen
  442.  
  443. Syntax
  444.  
  445. EnvDoubleSmartQuoteClose() As String
  446.  
  447. Description
  448.  
  449. Return the current double open SmartQuote in QuickCorrect.
  450.  
  451. EnvDoubleSmartQuoteState
  452.  
  453. Syntax
  454.  
  455. EnvDoubleSmartQuoteOpen() As String
  456.  
  457. Description
  458.  
  459. Return the current double SmartQuote in QuickCorrect.
  460.  
  461. Return Value
  462.  
  463. 0    Off
  464.  
  465. 1    On
  466.  
  467. EnvEndOfSentenceSpacing
  468.  
  469. Syntax
  470.  
  471. EnvEndOfSentenceSpacing() As Long
  472.  
  473. Description
  474.  
  475. Return the current value of end of sentence spacing in QuickCorrect.
  476.  
  477. Return Value
  478.  
  479. 0    Off
  480.  
  481. 1    On
  482.  
  483. EnvFormInfo
  484.  
  485. Syntax
  486.  
  487. EnvFormInfo(DataType As _EnvFormInfo_DataType_enum) As Long
  488.  
  489. Description
  490.  
  491. Return information about the current form.
  492.  
  493. EnvGetCurrentPrinter
  494.  
  495. Syntax
  496.  
  497. EnvGetCurrentPrinter() As String
  498.  
  499. Description
  500.  
  501. Return the name of the currently selected printer as a Corel WordPerfect string.
  502.  
  503. Return Value
  504.  
  505. String
  506.  
  507. EnvGetMarqueeHeight
  508.  
  509. Syntax
  510.  
  511. EnvGetMarqueeHeight() As Long
  512.  
  513. Description
  514.  
  515. Return the bitmap marquee height.
  516.  
  517. EnvGetMarqueeWidth
  518.  
  519. Syntax
  520.  
  521. EnvGetMarqueeWidth() As Long
  522.  
  523. Description
  524.  
  525. Return the bitmap marquee width.
  526.  
  527. EnvGetMarqueeXPos
  528.  
  529. Syntax
  530.  
  531. EnvGetMarqueeXPos() As Long
  532.  
  533. Description
  534.  
  535. Return the bitmap marquee upper left X position.
  536.  
  537. EnvGetMarqueeYPos
  538.  
  539. Syntax
  540.  
  541. EnvGetMarqueeYPos() As Long
  542.  
  543. Description
  544.  
  545. Return the bitmap marquee upper left Y position.
  546.  
  547. EnvGetObjectHeight
  548.  
  549. Syntax
  550.  
  551. EnvGetObjectHeight() As Long
  552.  
  553. Description
  554.  
  555. Return the height of the selected object.
  556.  
  557. EnvGetObjectWidth
  558.  
  559. Syntax
  560.  
  561. EnvGetObjectWidth() As Long
  562.  
  563. Description
  564.  
  565. Return the width of the selected object.
  566.  
  567. EnvGetObjectXPos
  568.  
  569. Syntax
  570.  
  571.  EnvGetObjectXPos() As Long
  572.  
  573. Description
  574.  
  575. Return the selected object's left X position.
  576.  
  577. EnvGetObjectYPos
  578.  
  579. Syntax
  580.  
  581. EnvGetObjectYPos() As Long
  582.  
  583. Description
  584.  
  585. Return the selected object's left Y position.
  586.  
  587. EnvGetPointerPositionX
  588.  
  589. Syntax
  590.  
  591. EnvGetPointerPositionX() As Long
  592.  
  593. Description
  594.  
  595. Return the cursor x position.
  596.  
  597. EnvGetPointerPositionY
  598.  
  599. Syntax
  600.  
  601. EnvGetPointerPositionY() As Long
  602.  
  603. Description
  604.  
  605. Return the cursor y position.
  606.  
  607. EnvIrregularCap
  608.  
  609. Syntax
  610.  
  611. EnvIrregularCap() As Long
  612.  
  613. Description
  614.  
  615. Return the current state of irregular capitalization corrections in QuickCorrect.
  616.  
  617. Return Value
  618.  
  619. 0    Off
  620.  
  621. 1    On
  622.  
  623. EnvIsCommandValid
  624.  
  625. Syntax
  626.  
  627.  EnvIsCommandValid(Command As Integer) As Long
  628.  
  629. Description
  630.  
  631. Return the macro command name.
  632.  
  633. Return Value
  634.  
  635. 0    Not valid
  636.  
  637. 1    Valid
  638.  
  639. Parameters
  640.  
  641. Command: command name    The macro command name.
  642.  
  643. EnvIsSlideSkipped
  644.  
  645. Syntax
  646.  
  647. EnvIsSlideSkipped() As Long
  648.  
  649. Description
  650.  
  651. Determine if a slide has been set to skip.
  652.  
  653. EnvLayoutTitle
  654.  
  655. Syntax
  656.  
  657.  EnvLayoutTitle() As String
  658.  
  659. Description
  660.  
  661. Return the title of the current layout.
  662.  
  663. EnvLeftChar
  664.  
  665. Syntax
  666.  
  667. EnvLeftChar() As String
  668.  
  669. Description
  670.  
  671. Return the character to the left of the insertion point.
  672.  
  673. EnvNextFontFace
  674.  
  675. Syntax
  676.  
  677. EnvNextFontFace(Initialize As _EnvNextFontFace_Initialize_enum)
  678.  
  679. Description
  680.  
  681. Return the name of the next font on the font list.
  682.  
  683. EnvNumberOfBackgrounds
  684.  
  685. Syntax
  686.  
  687. EnvNumberOfBackgrounds() As Long
  688.  
  689. Description
  690.  
  691. Return the total number of backgrounds.
  692.  
  693. EnvNumberOfDocuments
  694.  
  695. Syntax
  696.  
  697. EnvNumberOfDocuments() As Long
  698.  
  699. Description
  700.  
  701. Return the number of open documents.
  702.  
  703. EnvNumberOfLayouts
  704.  
  705. Syntax
  706.  
  707.  EnvNumberOfLayouts() As Long
  708.  
  709. Description
  710.  
  711. Return the total number of layouts.
  712.  
  713. EnvNumberOfSlides
  714.  
  715. Syntax
  716.  
  717. EnvNumberOfSlides() As Long
  718.  
  719. Description
  720.  
  721. Return the number of slides in the current slide show.
  722.  
  723. EnvOpenDocuments
  724.  
  725. Syntax
  726.  
  727. EnvOpenDocuments() As String
  728.  
  729. Description
  730.  
  731. Return the path and filename of each open document.
  732.  
  733. EnvPaths
  734.  
  735. Syntax
  736.  
  737. EnvPaths(PathType As _EnvPaths_PathType_enum) As String
  738.  
  739. Description
  740.  
  741. Return the default path for the specified file type.
  742.  
  743. Return Value
  744.  
  745. Default path for the specified file type.
  746.  
  747. Parameters
  748.  
  749. PathType: enumeration    The file type.
  750.  
  751. Backgrounds
  752.  
  753. Backup
  754.  
  755. ButtonBar
  756.  
  757. CurrentFile
  758.  
  759. ExpressShow
  760.  
  761. Figures
  762.  
  763. Filters
  764.  
  765. HelpFile
  766.  
  767. Macros
  768.  
  769. Masters
  770.  
  771. Movies
  772.  
  773. Palettes
  774.  
  775. Pictures
  776.  
  777. Presentations
  778.  
  779. Program
  780.  
  781. QuickGalleries
  782.  
  783. Shared
  784.  
  785. Sound
  786.  
  787. SpellMain
  788.  
  789. SpellSupp
  790.  
  791. Textures
  792.  
  793. Utilities 
  794.  
  795. EnvQuickCorrect
  796.  
  797. Syntax
  798.  
  799. EnvQuickCorrect() As Long
  800.  
  801. Description
  802.  
  803. Return whether QuickCorrect is on or off.
  804.  
  805. Return Value
  806.  
  807. 0    Off
  808.  
  809. 1    On
  810.  
  811. EnvRightChar
  812.  
  813. Syntax
  814.  
  815. EnvRightChar() As String
  816.  
  817. Description
  818.  
  819. Return the character to the right of the insertion point.
  820.  
  821. EnvSelectedText
  822.  
  823. Syntax
  824.  
  825. EnvSelectedText() As String
  826.  
  827. Description
  828.  
  829. Return the selected text with all codes removed except hard returns.
  830.  
  831. EnvSingleSmartQuoteClose
  832.  
  833. Syntax
  834.  
  835. EnvSingleSmartQuoteClose() As String
  836.  
  837. Description
  838.  
  839. Return the current single close quote in QuickCorrect.
  840.  
  841. EnvSingleSmartQuoteOpen
  842.  
  843. Syntax
  844.  
  845. EnvSingleSmartQuoteOpen() As String
  846.  
  847. Description
  848.  
  849. Return the current single open quote in QuickCorrect.
  850.  
  851. EnvSingleSmartQuoteState
  852.  
  853. Syntax
  854.  
  855. EnvSingleSmartQuoteState() As Long
  856.  
  857. Description
  858.  
  859. Return the current state of single SmartQuotes in QuickCorrect.
  860.  
  861. Return Value
  862.  
  863. 0    Off
  864.  
  865. 1    ON
  866.  
  867. EnvSingleSpaceInSentence
  868.  
  869. Syntax
  870.  
  871. EnvSingleSpaceInSentence() As Long
  872.  
  873. Description
  874.  
  875. Return the current value of single space in a sentence in QuickCorrect.
  876.  
  877. Return Value
  878.  
  879. 0    Off
  880.  
  881. 1    On
  882.  
  883. EnvSlideStringData
  884.  
  885. Syntax
  886.  
  887. EnvSlideStringData(SpecifyData As _EnvSlideStringData_SpecifyData_enum) As String
  888.  
  889. Description
  890.  
  891. Return the name of the sound file associated with the slide.
  892.  
  893. EnvSlideTitle
  894.  
  895. Syntax
  896.  
  897. EnvSlideTitle() As String
  898.  
  899. Description
  900.  
  901. Return the title of the current slide.
  902.  
  903. EnvSpeakerNotes
  904.  
  905. Syntax
  906.  
  907.  EnvSpeakerNotes() As String
  908.  
  909. Description
  910.  
  911. Return the speaker notes for the current slide in Corel WordPerfect word string format.
  912.  
  913. EnvTemplate
  914.  
  915. Syntax
  916.  
  917. EnvTemplate() As String
  918.  
  919. Description
  920.  
  921. Return the name of the current slide template.
  922.  
  923. EnvTextChartType
  924.  
  925. Syntax
  926.  
  927. EnvTextChartType() As Long
  928.  
  929. Description
  930.  
  931. Return the default text chart element.
  932.  
  933. Return Value
  934.  
  935. 2    Text Box
  936.  
  937. 3    Title Chart
  938.  
  939. 4    Subtitle
  940.  
  941. 5    Bulleted List
  942.  
  943. EnvUseRegQuotesWithNumbers
  944.  
  945. Syntax
  946.  
  947.  EnvUseRegQuotesWithNumbers() As Long
  948.  
  949. Description
  950.  
  951. Return the current state of Use Regular Quotes with Numbers in QuickCorrect.
  952.  
  953. Return Value
  954.  
  955. 0    Off
  956.  
  957. 1    On
  958.  
  959. EraseMarquee
  960.  
  961. Syntax
  962.  
  963. EraseMarquee()
  964.  
  965. Description
  966.  
  967. Delete a selected portion of a bitmap.
  968.  
  969. ExportBMP
  970.  
  971. Syntax
  972.  
  973. ExportBMP(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, Compression As _ExportBMP_Compression_enum, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportBMP_SaveSelected_enum)
  974.  
  975. Description
  976.  
  977. Save the current drawing or slide in Windows Bitmap 3.0 format (.BMP).
  978.  
  979. Parameters
  980.  
  981. Filename: string    The BMP filename.
  982.  
  983. WidthInPixels: numeric    The width in pixels of the exported drawing.
  984.  
  985. HeightInPixels: numeric    The height in pixels of the exported drawing.
  986.  
  987. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  988.  
  989. Compression: enumeration    Compress the exported drawing.
  990.  
  991. Compress4Bit
  992.  
  993. Compress8Bit
  994.  
  995. NoCompression 
  996.  
  997. DpiX: numeric    The number of horizontal dots per inch.
  998.  
  999. DpiY: numeric    The number of vertical dots per inch.
  1000.  
  1001. SaveSelected: enumeration    Save the selected objects only.
  1002.  
  1003. No
  1004.  
  1005. Yes 
  1006.  
  1007. ExportCAL
  1008.  
  1009. Syntax
  1010.  
  1011. ExportCAL(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportCAL_SaveSelected_enum)
  1012.  
  1013. Description
  1014.  
  1015. Save the current drawing or slide in CALS Compressed Bitmap format (.CAL).
  1016.  
  1017. Parameters
  1018.  
  1019. Filename: string    The filename of the exported file.
  1020.  
  1021. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1022.  
  1023. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1024.  
  1025. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1026.  
  1027. DpiX: numeric    The number of horizontal dots per inch.
  1028.  
  1029. DpiY: numeric    The number of vertical dots per inch.
  1030.  
  1031. SaveSelected: enumeration    Save the selected objects only.
  1032.  
  1033. No
  1034.  
  1035. Yes 
  1036.  
  1037. ExportCGM
  1038.  
  1039. Syntax
  1040.  
  1041.  ExportCGM(Filename As String, SaveSelected As _ExportCGM_SaveSelected_enum)
  1042.  
  1043. Description
  1044.  
  1045. Save the current drawing or slide in Computer Graphics Metafile file format (.CGM).
  1046.  
  1047. Parameters
  1048.  
  1049. Filename: string    The CGM filename.
  1050.  
  1051. SaveSelected: enumeration    Save the selected objects only.
  1052.  
  1053. No
  1054.  
  1055. Yes 
  1056.  
  1057. ExportCPT
  1058.  
  1059. Syntax
  1060.  
  1061. ExportCPT(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportCPT_SaveSelected_enum)
  1062.  
  1063. Description
  1064.  
  1065. Save the current drawing or slide as a Corel PHOTO-PAINT bitmap image (.CPT).
  1066.  
  1067. Parameters
  1068.  
  1069. Filename: string    The filename of the exported file.
  1070.  
  1071. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1072.  
  1073. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1074.  
  1075. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1076.  
  1077. DpiX: numeric    The number of horizontal dots per inch.
  1078.  
  1079. DpiY: numeric    The number of vertical dots per inch.
  1080.  
  1081. SaveSelected: enumeration    Save the selected objects only.
  1082.  
  1083. No
  1084.  
  1085. Yes 
  1086.  
  1087. ExportCPT7
  1088.  
  1089. Syntax
  1090.  
  1091. ExportCPT7(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportCPT7_SaveSelected_enum
  1092.  
  1093. Description
  1094.  
  1095. Save as a Corel PHOTO-PAINT version 7 bitmap.
  1096.  
  1097. Parameters
  1098.  
  1099. Filename: string    The name of the file to save.
  1100.  
  1101. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1102.  
  1103. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1104.  
  1105. BitsPerPixel: numeric    The number of memory bits for each pixel.
  1106.  
  1107. DpiX: numeric    The number of horizontal dots per inch.
  1108.  
  1109. DpiY: numeric    The number of vertical dots per inch.
  1110.  
  1111. SaveSelected: enumeration    Save the selected objects only.
  1112.  
  1113. NO
  1114.  
  1115. YES 
  1116.  
  1117. ExportEMF
  1118.  
  1119. Syntax
  1120.  
  1121.  ExportEMF(Filename As String, SaveSelected As _ExportEMF_SaveSelected_enum)
  1122.  
  1123. Description
  1124.  
  1125. Save the current drawing or slide in Enhanced Metafile format (.EMF).
  1126.  
  1127. Parameters
  1128.  
  1129. Filename: string    The name of the file to save.
  1130.  
  1131. SaveSelected: enumeration    Save the selected objects only.
  1132.  
  1133. No
  1134.  
  1135. Yes 
  1136.  
  1137. ExportEPS
  1138.  
  1139. Syntax
  1140.  
  1141. ExportEPS(Filename As String, SaveSelected As _ExportEPS_SaveSelected_enum)
  1142.  
  1143. Description
  1144.  
  1145. Save the current drawing or slide in Encapsulated PostScript file format (.EPS).
  1146.  
  1147. Parameters
  1148.  
  1149. Filename: string    The EPS filename.
  1150.  
  1151. SaveSelected: enumeration    Save the selected objects only.
  1152.  
  1153. No
  1154.  
  1155. Yes 
  1156.  
  1157. ExportGIF
  1158.  
  1159. Syntax
  1160.  
  1161. ExportGIF(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, TransparencyIndex As Integer, SaveSelected As _ExportGIF_SaveSelected_enum, [Interlaced As _ExportGIF_Interlaced_enum])
  1162.  
  1163. Description
  1164.  
  1165. Save the current drawing or slide in CompuServe GIF format.
  1166.  
  1167. Parameters
  1168.  
  1169. Filename: string    The GIF filename.
  1170.  
  1171. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1172.  
  1173. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1174.  
  1175. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1176.  
  1177. DpiX: numeric    The number of horizontal dots per inch.
  1178.  
  1179. DpiY: numeric    The number of vertical dots per inch.
  1180.  
  1181. TransparencyIndex: numeric    The amount of shading.
  1182.  
  1183. SaveSelected: enumeration    Save the selected objects only.
  1184.  
  1185. No
  1186.  
  1187. Yes 
  1188.  
  1189. Interlaced: enumeration (optional)     No
  1190.  
  1191. Yes 
  1192.  
  1193. ExportIMG
  1194.  
  1195. Syntax
  1196.  
  1197.  ExportIMG(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportIMG_SaveSelected_enum)
  1198.  
  1199. Description
  1200.  
  1201. Save the current drawing or slide in GEM Paint File format (.IMG).
  1202.  
  1203. Parameters
  1204.  
  1205. Filename: string    The IMG filename.
  1206.  
  1207. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1208.  
  1209. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1210.  
  1211. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1212.  
  1213. DpiX: numeric    The number of horizontal dots per inch.
  1214.  
  1215. DpiY: numeric    The number of vertical dots per inch. 
  1216.  
  1217.    SaveSelected: enumeration    Save the selected objects only.
  1218.  
  1219. No
  1220.  
  1221. Yes 
  1222.  
  1223. ExportJPG
  1224.  
  1225. Syntax
  1226.  
  1227. ExportJPG(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportJPG_SaveSelected_enum)
  1228.  
  1229. Description
  1230.  
  1231. Save the current drawing or slide in JPEG Bitmap format (.JPG).
  1232.  
  1233. Parameters
  1234.  
  1235. Filename: string    The JPG filename.
  1236.  
  1237. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1238.  
  1239. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1240.  
  1241. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1242.  
  1243. DpiX: numeric    The number of horizontal dots per inch.
  1244.  
  1245. DpiY: numeric    The number of vertical dots per inch.
  1246.  
  1247. SaveSelected: enumeration    Save the selected objects only.
  1248.  
  1249. No
  1250.  
  1251. Yes 
  1252.  
  1253. ExportMAC
  1254.  
  1255. Syntax
  1256.  
  1257. ExportMAC(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportMAC_SaveSelected_enum)
  1258.  
  1259. Description
  1260.  
  1261. Save the current drawing or slide in MacPaint Bitmap format.
  1262.  
  1263. Parameters
  1264.  
  1265. Filename: string    The MAC filename.
  1266.  
  1267. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1268.  
  1269. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1270.  
  1271. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1272.  
  1273. DpiX: numeric    The number of horizontal dots per inch.
  1274.  
  1275. DpiY: numeric    The number of vertical dots per inch.
  1276.  
  1277. SaveSelected: enumeration    Save the selected objects only.
  1278.  
  1279. No
  1280.  
  1281. Yes 
  1282.  
  1283. ExportPCX
  1284.  
  1285. Syntax
  1286.  
  1287.  ExportPCX(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportPCX_SaveSelected_enum)
  1288.  
  1289. Description
  1290.  
  1291. Save the current drawing or slide in PC Paintbrush file format.
  1292.  
  1293. Parameters
  1294.  
  1295. Filename: string    The PCX filename.
  1296.  
  1297. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1298.  
  1299. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1300.  
  1301. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1302.  
  1303. DpiX: numeric    The number of horizontal dots per inch.
  1304.  
  1305. DpiY: numeric    The number of vertical dots per inch.
  1306.  
  1307. SaveSelected: enumeration    Save the selected objects only.
  1308.  
  1309. No
  1310.  
  1311. Yes 
  1312.  
  1313. ExportPNG
  1314.  
  1315. Syntax
  1316.  
  1317.  ExportPNG(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportPNG_SaveSelected_enum)
  1318.  
  1319. Description
  1320.  
  1321. Save file in PNG format.
  1322.  
  1323. Parameters
  1324.  
  1325. Filename: string    The PNG filename
  1326.  
  1327. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1328.  
  1329. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1330.  
  1331. BitsPerPixel: numeric     The number of bits per pixel in the exported drawing.
  1332.  
  1333. DpiX: numeric    The number of horizontal dots per inch.
  1334.  
  1335. DpiY: numeric    The number of vertical dots per inch.
  1336.  
  1337. SaveSelected: enumeration    Save the selected objects only.
  1338.  
  1339. No
  1340.  
  1341. Yes 
  1342.  
  1343. ExportSCT
  1344.  
  1345. Syntax
  1346.  
  1347. ExportSCT(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportSCT_SaveSelected_enum)
  1348.  
  1349. Description
  1350.  
  1351. Save the current drawing or slide to Scitex CT Bitmap format (.SCT).
  1352.  
  1353. Parameters
  1354.  
  1355. Filename: string    The SCT filename.
  1356.  
  1357. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1358.  
  1359. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1360.  
  1361. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1362.  
  1363. DpiX: numeric    The number of horizontal dots per inch.
  1364.  
  1365. DpiY: numeric    The number of vertical dots per inch.
  1366.  
  1367. SaveSelected: enumeration    Save the selected objects only.
  1368.  
  1369. No
  1370.  
  1371. Yes 
  1372.  
  1373. ExportTGA
  1374.  
  1375. Syntax
  1376.  
  1377. ExportTGA(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportTGA_SaveSelected_enum)
  1378.  
  1379. Description
  1380.  
  1381. Save the current drawing or slide in Targa Bitmap format (.TGA).
  1382.  
  1383. Parameters
  1384.  
  1385. Filename: string    The TGA filename.
  1386.  
  1387. WidthInPixels: numeric    The width in pixels of the exported drawing. 
  1388.  
  1389. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1390.  
  1391. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1392.  
  1393. DpiX: numeric    The number of horizontal dots per inch.
  1394.  
  1395. DpiY: numeric    The number of vertical dots per inch.
  1396.  
  1397. SaveSelected: enumeration    Save the selected objects only.
  1398.  
  1399. No
  1400.  
  1401. Yes 
  1402.  
  1403. ExportTIFF
  1404.  
  1405. Syntax
  1406.  
  1407.  ExportTIFF(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportTIFF_SaveSelected_enum)
  1408.  
  1409. Description
  1410.  
  1411. Save the current drawing or slide in Tagged Image File Format (.TIFF).
  1412.  
  1413. Parameters
  1414.  
  1415. Filename: string    The TIFF filename.
  1416.  
  1417. WidthInPixels: numeric    The width in pixels of the exported drawing.
  1418.  
  1419. HeightInPixels: numeric    The height in pixels of the exported drawing.
  1420.  
  1421. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1422.  
  1423. DpiX: numeric    The number of horizontal dots per inch.
  1424.  
  1425. DpiY: numeric    The number of vertical dots per inch.
  1426.  
  1427. SaveSelected: enumeration    Save the selected objects only.
  1428.  
  1429. No
  1430.  
  1431. Yes 
  1432.  
  1433. ExportWMF
  1434.  
  1435. Syntax
  1436.  
  1437.  ExportWMF(MetafileType As _ExportWMF_MetafileType_enum, Filename As String, SaveSelected As _ExportWMF_SaveSelected_enum
  1438.  
  1439. Description
  1440.  
  1441. Save the current drawing or slide in Windows Metafile Format (.WNF).
  1442.  
  1443. Parameters
  1444.  
  1445. MetafileType: enumeration    Save the file in Microsoft or Aldus Placeable format.
  1446.  
  1447. Aldus
  1448.  
  1449. Microsoft 
  1450.  
  1451. Filename: string    The name of the exported file.
  1452.  
  1453. SaveSelected: enumeration    Save the selected objects only.
  1454.  
  1455. No
  1456.  
  1457. Yes 
  1458.  
  1459. ExportWVL
  1460.  
  1461. Syntax
  1462.  
  1463.  ExportWVL(Filename As String, WidthInPixels As Integer, HeightInPixels As Integer, BitsPerPixel As Integer, DpiX As Integer, DpiY As Integer, SaveSelected As _ExportWVL_SaveSelected_enum)
  1464.  
  1465. Description
  1466.  
  1467. Save the current drawing or slide to Wavelet Compressed Bitmap format (.WVL).
  1468.  
  1469. Parameters
  1470.  
  1471. Filename: string    The WVL filename.
  1472.  
  1473. WidthInPixels: numeric    The width in pixels of the exported drawing. 
  1474.  
  1475. HeightInPixels: numeric    The height in pixels of the exported drawing. 
  1476.  
  1477. BitsPerPixel: numeric    The number of bits per pixel in the exported drawing.
  1478.  
  1479. DpiX: numeric    The number of horizontal dots per inch.
  1480.  
  1481. DpiY: numeric    The number of vertical dots per inch.
  1482.  
  1483. SaveSelected: enumeration    Save the selected objects only.
  1484.  
  1485. No
  1486.  
  1487. Yes
  1488.  
  1489.  
  1490.  
  1491.  
  1492.  
  1493.  
  1494.