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

  1. FigureReturn
  2.  
  3. Syntax
  4.  
  5. FigureReturn()
  6.  
  7. Description
  8.  
  9. Return to the previous figure in the Figure Editor. If the Figure Editor contains only one figure, this command closes the Figure Editor and returns the user to the current drawing.
  10.  
  11. FigureReturnAll
  12.  
  13. Syntax
  14.  
  15. FigureReturnAll()
  16.  
  17. Description
  18.  
  19. Close the Figure Editor and return to the current drawing.
  20.  
  21. File1Open
  22.  
  23. Syntax
  24.  
  25. File1Open()
  26.  
  27. Description
  28.  
  29. Open the first file on the list of previously opened files.
  30.  
  31. File2Open
  32.  
  33. Syntax
  34.  
  35. File2Open()
  36.  
  37. Description
  38.  
  39. Open the second file on the list of previously opened files.
  40.  
  41. File3Open
  42.  
  43. Syntax
  44.  
  45. File3Open()
  46.  
  47. Description
  48.  
  49. Open the third file on the list of previously opened files.
  50.  
  51. File4Open
  52.  
  53. Syntax
  54.  
  55. File4Open()
  56.  
  57. Description
  58.  
  59. Open the fourth file on the list of previously opened files.
  60.  
  61. File5Open
  62.  
  63. Syntax
  64.  
  65. File5Open()
  66.  
  67. Description
  68.  
  69. Open the fifth file on the list of previously opened files.
  70.  
  71. File6Open
  72.  
  73. Syntax
  74.  
  75. File6Open()
  76.  
  77. Description
  78.  
  79. Open the sixth file in the list of previously opened files.
  80.  
  81. File7Open
  82.  
  83. Syntax
  84.  
  85. File7Open()
  86.  
  87. Description
  88.  
  89. Open the seventh file in the list of previously opened files.
  90.  
  91. File8Open
  92.  
  93. Syntax
  94.  
  95. File8Open()
  96.  
  97. Description
  98.  
  99. Open the eighth file in the list of previously opened files.
  100.  
  101. File9Open
  102.  
  103. Syntax
  104.  
  105. File9Open()
  106.  
  107. Description
  108.  
  109. Open the ninth file in the list of previously opened files.
  110.  
  111. FileClose
  112.  
  113. Syntax
  114.  
  115. FileClose([Save As _FileClose_Save_enum])
  116.  
  117. Description
  118.  
  119. Close the active window.
  120.  
  121. Parameters
  122.  
  123. Save: enumeration (optional)    If this parameter is not specified, the Save message box is displayed.
  124.  
  125. No
  126.  
  127. Yes
  128.  
  129. FileExit
  130.  
  131. Syntax
  132.  
  133. FileExit()
  134.  
  135. Description
  136.  
  137. Close Corel Presentations.
  138.  
  139. FileNewDlg
  140.  
  141. Syntax
  142.  
  143. FileNewDlg()
  144.  
  145. Description
  146.  
  147. Open a new blank document or work on an existing document.
  148.  
  149. FileOpen
  150.  
  151. Syntax
  152.  
  153. FileOpen(Filename As String, [ReadOnly As _FileOpen_ReadOnly_enum])
  154.  
  155. Description
  156.  
  157. Open a file.
  158.  
  159. Parameters
  160.  
  161. Filename: string    The name of the file to retrieve.
  162.  
  163. ReadOnly: enumeration (optional)    Open the file in read-only format.
  164.  
  165. No
  166.  
  167. Yes
  168.  
  169. FileOpenDlg
  170.  
  171. Syntax
  172.  
  173. FileOpenDlg()
  174.  
  175. Description
  176.  
  177. Display the Open File dialog box, which is used to open a file into a new window.
  178.  
  179. FileRetrieve
  180.  
  181. Syntax
  182.  
  183. FileRetrieve(Filename As String, [Redraw As _FileRetrieve_Redraw_enum])
  184.  
  185. Description
  186.  
  187. Insert a specified graphics file into the current drawing, or insert a text file into an organization chart outline or the Slide Outliner.
  188.  
  189. Parameters
  190.  
  191. Filename: string    The name of the file to retrieve.
  192.  
  193. Redraw: enumeration (optional)    Redraw the current drawing to show changes.
  194.  
  195. No
  196.  
  197. Yes
  198.  
  199. FileSave
  200.  
  201. Syntax
  202.  
  203. FileSave()
  204.  
  205. Description
  206.  
  207. Save the current drawing or slide show.
  208.  
  209. FileSaveAs
  210.  
  211. Syntax
  212.  
  213. (Filename: string; SaveFormat: enumeration; Export: enumeration; SaveSelected: enumeration)
  214.  
  215. Description
  216.  
  217. Save the current drawing or slide show with a new name or file format.
  218.  
  219. Parameters
  220.  
  221. Filename: string    The name of the file to save.
  222.  
  223. SaveFormat: enumeration    The file format.
  224.  
  225. WPAscii
  226.  
  227. WPGraphic_10
  228.  
  229. WPGraphic_20
  230.  
  231. WPGraphic_30
  232.  
  233. WPGraphic_70
  234.  
  235. WPMaster_20
  236.  
  237. WPMaster_30
  238.  
  239. WPMaster_70
  240.  
  241. WPPresentation_20
  242.  
  243. WPPresentation_30
  244.  
  245. WPPresentation_70
  246.  
  247. WPText_51
  248.  
  249. Export: enumeration    Export the file.
  250.  
  251. No
  252.  
  253. Yes
  254.  
  255. SaveSelected: enumeration    Save the selected objects only.
  256.  
  257. No
  258.  
  259. Yes
  260.  
  261. FileSaveAsDlg
  262.  
  263. Syntax
  264.  
  265. FileSaveAsDlg()
  266.  
  267. Description
  268.  
  269. Display the Save As dialog box, which is used to save the current document with a new name or file format.
  270.  
  271. FillAttributes
  272.  
  273. Syntax
  274.  
  275. FillAttributes(DefaultAttr As _FillAttributes_DefaultAttr_enum, ApplyTo As _FillAttributes_ApplyTo_enum, ObjectFramed As _FillAttributes_ObjectFramed_enum, ObjectClosed As _FillAttributes_ObjectClosed_enum, ObjectFilled As _FillAttributes_ObjectFilled_enum, FillMethod As _FillAttributes_FillMethod_enum, BrushPattern As _FillAttributes_BrushPattern_enum, GradType As _FillAttributes_GradType_enum, UseGradSteps As _FillAttributes_UseGradSteps_enum, GradAngle As Long, GradRefX As Integer, GradRefY As Integer, GradSteps As Integer, Grad1Red As Integer, Grad1Green As Integer, Grad1Blue As Integer, Grad2Red As Integer, Grad2Green As Integer, Grad2Blue As Integer, GradBRed As Integer, GradBGreen As Integer, GradBBlue As Integer, ForeTransparency As _FillAttributes_ForeTransparency_enum, BackTransparency As _FillAttributes_BackTransparency_enum, TextureFileName As String, TextureFit As _FillAttributes_TextureFit_enum, TextureAnchor As _FillAttributes_TextureAnchor_enum, TextureStackCount As Long, [ChangedAttrs As _FillAttributes_ChangedAttrs_enum])
  276.  
  277. Description
  278.  
  279. Specify fill colors, pattern, and method.
  280.  
  281. Parameters
  282.  
  283. DefaultAttr: enumeration    Set the default fill attributes.
  284.  
  285. No
  286.  
  287. Yes
  288.  
  289. ApplyTo: enumeration    Define the fill for graphics, text, or both.
  290.  
  291. Both
  292.  
  293. Graphics
  294.  
  295. Text
  296.  
  297. ObjectFramed: enumeration    No
  298.  
  299. Yes
  300.  
  301. ObjectClosed: enumeration    No
  302.  
  303. Yes
  304.  
  305. ObjectFilled: enumeration    No
  306.  
  307. Yes
  308.  
  309. FillMethod: enumeration    Alternate or winding fills.
  310.  
  311. Alternating
  312.  
  313. Winding
  314.  
  315. BrushPattern: enumeration    The fill pattern.
  316.  
  317. Arch
  318.  
  319. Balls
  320.  
  321. BigChecks
  322.  
  323. BigCrosshatch
  324.  
  325. BigSquares
  326.  
  327. Chainlink
  328.  
  329. Checks
  330.  
  331. Crosses
  332.  
  333. Crosshatch
  334.  
  335. FishScale
  336.  
  337. Gray12
  338.  
  339. Gray25
  340.  
  341. Gray50
  342.  
  343. Honeycomb
  344.  
  345. HorzBricks
  346.  
  347. HorzLines1
  348.  
  349. HorzLines2
  350.  
  351. Mesh
  352.  
  353. Patio
  354.  
  355. Plaid
  356.  
  357. Solid
  358.  
  359. Squares
  360.  
  361. TiltBricks
  362.  
  363. TiltLines1
  364.  
  365. TiltLines2
  366.  
  367. TiltLines3
  368.  
  369. TiltLines4
  370.  
  371. Triangles
  372.  
  373. VertLines1
  374.  
  375. VertLines2
  376.  
  377. Waves
  378.  
  379. Weave
  380.  
  381. GradType: enumeration    The gradient type.
  382.  
  383. ConcenCircles
  384.  
  385. ConcenEllipse
  386.  
  387. ConcenRects
  388.  
  389. ConcenSquares
  390.  
  391. ConverCircles
  392.  
  393. ConverEllipse
  394.  
  395. ConverRects
  396.  
  397. ConverSquares
  398.  
  399. Linear
  400.  
  401. None
  402.  
  403. Polygonal
  404.  
  405. UseGradSteps: enumeration    Use gradient steps.
  406.  
  407. No
  408.  
  409. Yes
  410.  
  411. GradAngle: numeric    The rotation angle for a gradient fill. The top of the gradient is rotated counter-clockwise. For example, a 90-degree angle places the top of the gradient parallel to the left margin of the page.
  412.  
  413. GradRefX: numeric    The horizontal center of a circular or rectangular gradient relative to the page. Flush left is 0, center is 50, and flush right is 100.
  414.  
  415. GradRefY: numeric    The vertical center of a circular or rectangular gradient or the top of a linear gradient relative to the page. Top is 0, center is 50, and bottom is 100.
  416.  
  417. GradSteps: numeric    The number of steps between colors in a gradient fill. A value of 0 represents the greatest possible number of steps.
  418.  
  419. Grad1Red: numeric    The amount of red (0-255) in a solid fill, the top color of a linear gradient or the center color of a circular or rectangular gradient.
  420.  
  421. Grad1Green: numeric    The amount of green (0-255) in a solid fill, the top color of a linear gradient or the center color of a circular or rectangular gradient.
  422.  
  423. Grad1Blue: numeric    The amount of blue (0-255) in a solid fill, the top color of a linear gradient or the center color of a circular or rectangular gradient.
  424.  
  425. Grad2Red: numeric    The amount of red (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  426.  
  427. Grad2Green: numeric    The amount of green (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  428.  
  429. Grad2Blue: numeric    The amount of blue (0-255) in the bottom color of a linear gradient or the outer color of a circular or rectangular gradient.
  430.  
  431. GradBRed: numeric    The amount of red (0-255) in the background color of a pattern.
  432.  
  433. GradBGreen: numeric    The amount of green (0-255) in the background color of a pattern.
  434.  
  435. GradBBlue: numeric    The amount of blue (0-255) in the background color of a pattern.
  436.  
  437. ForeTransparency: enumeration    The pattern foreground color transparency.
  438.  
  439. Opaque
  440.  
  441. Transparent
  442.  
  443. BackTransparency: enumeration    The pattern background color transparency.
  444.  
  445. Opaque
  446.  
  447. Transparent
  448.  
  449. TextureFilename: string (optional)    The filename of texture bitmap.
  450.  
  451. TextureFit: enumeration    How the texture fills the object.
  452.  
  453. BrickHorizontal
  454.  
  455. BrickVertical
  456.  
  457. ScaleToFit
  458.  
  459. StackHorizontal
  460.  
  461. StackVertical
  462.  
  463. StretchToFit
  464.  
  465. Tile
  466.  
  467. TextureAnchor: enumeration    The type of texture anchoring.
  468.  
  469. AnchorToObject
  470.  
  471. AnchorToPage
  472.  
  473. TextureStackCount: numeric    How many times the texture bitmap is stacked.
  474.  
  475. ChangedAttrs: enumeration (optional)    BrushPattern
  476.  
  477. Close
  478.  
  479. Fill
  480.  
  481. Frame
  482.  
  483. GradAngle
  484.  
  485. GradBColor
  486.  
  487. GradFColor
  488.  
  489. GradRef
  490.  
  491. GradType
  492.  
  493. TextureAnchor
  494.  
  495. TextureFit
  496.  
  497. TexturesStackCount
  498.  
  499. FillAttributesDlg
  500.  
  501. Syntax
  502.  
  503. FillAttributesDlg()
  504.  
  505. Description
  506.  
  507. Display the Object Properties dialog box with the Fill tab displayed, which is used to specify attributes such as fill colors, patterns, methods.
  508.  
  509. FindReplaceTextDlg
  510.  
  511. Syntax
  512.  
  513. FindReplaceTextDlg()
  514.  
  515. Description
  516.  
  517. Display the Find and Replace dialog box in the Text Editor, which is used to find and replace specified text.
  518.  
  519. FloodFill
  520.  
  521. Syntax
  522.  
  523. FloodFill(X As Integer, Y As Integer)
  524.  
  525. Description
  526.  
  527. Use the Flood Fill painting tool to replace a color region in a bitmap area with another color or pattern.
  528.  
  529. Parameters
  530.  
  531. X: numeric    The horizontal coordinate of the pixel clicked when using the Flood Fill tool.
  532.  
  533. Y: numeric    The vertical coordinate of the pixel clicked when using the Flood Fill tool.
  534.  
  535. FontSizeDec
  536.  
  537. Syntax
  538.  
  539. FontSizeDec()
  540.  
  541. Description
  542.  
  543. Decrease the font size of the current text. The amount the font is decreased depends on the current font size. If the current font size is less than 10, it is decreased by 1; if the current font size is 10 to 19, it is decreased by 2; if the current font size is 20 to 47, it is decreased by 4; if the current font size is 48 to 71, it is decreased by 6; if the current font size is 72 to 119, it is decreased by 8; if the current font size is 120 to 199, it is decreased by 10; if the current font size is 200 to 399, it is decreased by 20; if the current font size is 400 to 799, it is decreased by 40; and if the current font size is 800 or more, it is decreased by 100. The largest font size possible is 999.
  544.  
  545. FontSizeInc
  546.  
  547. Syntax
  548.  
  549. FontSizeInc()
  550.  
  551. Description
  552.  
  553. Increase the font size of the current text. The amount the font is increased depends on the current font size. If the current font size is less than 10, it is increased by 1; if the current font size is 10 to 19, it is increased by 2; if the current font size is 20 to 47, it is increased by 4; if the current font size is 48 to 71, it is increased by 6; if the current font size is 72 to 119, it is increased by 8; if the current font size is 120 to 199, it is increased by 10; if the current font size is 200 to 399, it is increased by 20; if the current font size is 400 to 799, it is increased by 40; and if the current font size is 800 or more, it is increased by 100. The largest font size possible is 999.
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.