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

  1. GenerateDlg
  2.  
  3. Syntax
  4.  
  5.  GenerateDlg()
  6.  
  7. Description
  8.  
  9. Display the Generate dialog box.
  10.  
  11. GenerateDoc
  12.  
  13. Syntax
  14.  
  15. GenerateDoc([SaveSubDocs As _GenerateDoc_SaveSubDocs_enum], [UndoAction As _GenerateDoc_UndoAction_enum], [Hypertext As _GenerateDoc_Hypertext_enum])
  16.  
  17. Description
  18.  
  19. Generate indexes, tables of contents, lists, cross references, tables of authorities, and master documents.
  20.  
  21. Parameters
  22.  
  23. SaveSubDocs: enumeration (optional)    Save the subdocuments in a master document. Required only to generate a master document.
  24.  
  25. DontSave!
  26.  
  27. Save!
  28.  
  29. UndoAction: enumeration (optional)    Required only to generate a master document.
  30.  
  31. NoUndo!
  32.  
  33. Undo!
  34.  
  35. Hypertext: enumeration (optional)    CreateHypertext!
  36.  
  37. GetAcceleratorText
  38.  
  39. Syntax
  40.  
  41. GetAcceleratorText(Variable, Token As Integer)
  42.  
  43. Description
  44.  
  45. Assign the accelerator text of a macro method to a variable. When a method is mapped to a keystroke, the accelerator text represents the keystroke.
  46.  
  47. Parameters
  48.  
  49. Variable: variable    The name of the variable.
  50.  
  51. Token: method name    The macro method token.
  52.  
  53. GraphicBoxStyleDlg
  54.  
  55. Syntax
  56.  
  57. GraphicBoxStyleDlg()
  58.  
  59. Description
  60.  
  61. Display the Box Style dialog box.
  62.  
  63. GraphicCreateBox
  64.  
  65. Syntax
  66.  
  67.  GraphicCreateBox([BoxStyleName])
  68.  
  69. Description
  70.  
  71. Display the Insert Image dialog box.
  72.  
  73. Parameters
  74.  
  75. BoxStyleName: any (optional)    The box style to use.
  76.  
  77. FigureBox    0
  78.  
  79. TableBox    1
  80.  
  81. TextBox    2
  82.  
  83. UserBox    3
  84.  
  85. EquationBox    4
  86.  
  87. WatermarkImageBox    6
  88.  
  89. InLineEquationBox    7
  90.  
  91. NoBox    127
  92.  
  93. GraphicCreateChart
  94.  
  95. Syntax
  96.  
  97. GraphicCreateChart()
  98.  
  99. Description
  100.  
  101. Create a chart with Corel Presentations.
  102.  
  103. GraphicCreateTextArt
  104.  
  105. Syntax
  106.  
  107. GraphicCreateTextArt()
  108.  
  109. Description
  110.  
  111. Start TextArt to create a TextArt image. TextArt allows you to add special effects to text.
  112.  
  113. GraphicEditBox
  114.  
  115. Syntax
  116.  
  117. GraphicEditBox([BoxNumber As Integer])
  118.  
  119. Description
  120.  
  121. Display the Edit Box dialog box. If the current document contains more than one graphics box and none of them are selected, the Select Box to Edit dialog box displays. Also, if the current document does not contain a graphics box, an invalid function error is returned.
  122.  
  123. Parameters
  124.  
  125. BoxNumber: numeric (optional)    The number of the box you want to edit.
  126.  
  127. GraphicsBoxCaptionDlg
  128.  
  129. Syntax
  130.  
  131. GraphicsBoxCaptionDlg()
  132.  
  133. Description
  134.  
  135. Display the Box Caption dialog box.
  136.  
  137. GraphicsBoxContentDlg
  138.  
  139. Syntax
  140.  
  141. GraphicsBoxContentDlg()
  142.  
  143. Description
  144.  
  145. Display the Box Content dialog box.
  146.  
  147. GraphicsBoxFindDlg
  148.  
  149. Syntax
  150.  
  151. GraphicsBoxFindDlg()
  152.  
  153. Description
  154.  
  155. Display the Select Box to Edit dialog box. The current document must contain at least two boxes.
  156.  
  157. GraphicsBoxSizeDlg
  158.  
  159. Syntax
  160.  
  161. GraphicsBoxSizeDlg()
  162.  
  163. Description
  164.  
  165. Display the Box Size dialog box.
  166.  
  167. GraphicsFigureEditAllDlg
  168.  
  169. Syntax
  170.  
  171. GraphicsFigureEditAllDlg()
  172.  
  173. Description
  174.  
  175. Display the Image Settings dialog box.
  176.  
  177. GraphicsLineColor
  178.  
  179. Syntax
  180.  
  181. GraphicsLineColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer])
  182.  
  183. Description
  184.  
  185. Specify the color of a graphics line.
  186.  
  187. Parameters
  188.  
  189. ColorName: string (optional)    This parameter has been left in for backward compatibility with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  190.  
  191. Red: numeric (optional)    Value: 0-255.
  192.  
  193. Green: numeric (optional)    Value: 0-255.
  194.  
  195. Blue: numeric (optional)    Value: 0-255.
  196.  
  197. Shade: numeric (optional)    Percent: 0 to 100.
  198.  
  199. GraphicsLineCreate
  200.  
  201. Syntax
  202.  
  203.  GraphicsLineCreate([LineType As _GraphicsLineCreate_LineType_enum])
  204.  
  205. Description
  206.  
  207. Create a graphics line.
  208.  
  209. Parameters
  210.  
  211. LineType: enumeration (optional)    HorizontalLine!
  212.  
  213. VerticalLine!
  214.  
  215. GraphicsLineDelete
  216.  
  217. Syntax
  218.  
  219. GraphicsLineDelete(Line As Integer)
  220.  
  221. Description
  222.  
  223. Delete a graphics line.
  224.  
  225. Parameters
  226.  
  227. Line: numeric    The line to delete.
  228.  
  229. GraphicsLineEdit
  230.  
  231. Syntax
  232.  
  233. GraphicsLineEdit(Line As Integer)
  234.  
  235. Description
  236.  
  237. Specify a graphics line to edit.
  238.  
  239. Parameters
  240.  
  241. Line: numeric    The line to edit.
  242.  
  243. GraphicsLineEditNext
  244.  
  245. Syntax
  246.  
  247. GraphicsLineEditNext([LineType As _GraphicsLineEditNext_LineType_enum])
  248.  
  249. Description
  250.  
  251. Begin editing of the next graphics line.
  252.  
  253. Parameters
  254.  
  255. LineType: enumeration (optional)    HorizontalLine!
  256.  
  257. VerticalLine!
  258.  
  259. GraphicsLineEditPrevious
  260.  
  261. Syntax
  262.  
  263.  GraphicsLineEditPrevious([LineType As _GraphicsLineEditPrevious_LineType_enum])
  264.  
  265. Description
  266.  
  267. Begin editing of the previous graphics line.
  268.  
  269. Parameters
  270.  
  271. LineType: enumeration (optional)    HorizontalLine!
  272.  
  273. VerticalLine!
  274.  
  275. GraphicsLineEnd
  276.  
  277. Syntax
  278.  
  279.  GraphicsLineEnd(State As _GraphicsLineEnd_State_enum)
  280.  
  281. Description
  282.  
  283. Save or cancel changes made to a graphics line.
  284.  
  285. Parameters
  286.  
  287. State: enumeration    Cancel!
  288.  
  289. Save!
  290.  
  291. GraphicsLineHorizontalPosition
  292.  
  293. Syntax
  294.  
  295. GraphicsLineHorizontalPosition(Position As _GraphicsLineHorizontalPosition_Position_enum, [AbsPos As Integer], [LeftColNum As Integer])
  296.  
  297. Description
  298.  
  299. Position a graphics line horizontally.
  300.  
  301. Parameters
  302.  
  303. Position: enumeration    BetweenColumns!
  304.  
  305. Center!
  306.  
  307. FullAlign!
  308.  
  309. Left!
  310.  
  311. Right!
  312.  
  313. Set!
  314.  
  315. AbsPos: measurement (optional)    Exact position on a page for a graphics line. Use if Position parameter is Set!.
  316.  
  317. LeftColNum: numeric (optional)    The column to the left of a graphics line. Use if the Position parameter is BetweenColumns!.
  318.  
  319. GraphicsLineLength
  320.  
  321. Syntax
  322.  
  323. GraphicsLineLength(Length As Integer)
  324.  
  325. Description
  326.  
  327. Specify the length of graphics lines. The horizontal or vertical position of the graphics line may not be set to Full in the Create Graphics Line (or Edit Graphics Line) dialog box. Precede with GraphicsLineCreate or GraphicsLineEdit and follow with GraphicsLineEnd.
  328.  
  329. Parameters
  330.  
  331. Length: measurement    The length of the line.
  332.  
  333. GraphicsLineSpacing
  334.  
  335. Syntax
  336.  
  337. GraphicsLineSpacing(TopSpace As Integer, [BottomSpace As Integer])
  338.  
  339. Description
  340.  
  341. Specify the amount of white space between a graphics line and text. Precede with GraphicsLineCreate or GraphicsLineEdit and follow with GraphicsLineEnd.
  342.  
  343. Parameters
  344.  
  345. TopSpace: measurement    The space above a horizontal graphics line or to the left of a vertical graphics line between the line and text.
  346.  
  347. BottomSpace: measurement (optional)    The space below a horizontal graphics line or to the right of a vertical graphics line between the line and text. Default: amount entered for the TopSpace parameter.
  348.  
  349. GraphicsLineStyle
  350.  
  351. Syntax
  352.  
  353.  GraphicsLineStyle(Style)
  354.  
  355. Description
  356.  
  357. Specify a graphics line style. Precede with GraphicsLineCreate() or GraphicsLineEdit() and follow with GraphicsLineEnd(). You must pass the numeric value of the style.
  358.  
  359. Parameters
  360.  
  361. Style: any    Enclose custom styles in quotation marks.
  362.  
  363. ButtonBottomRight!
  364.  
  365. ButtonTopLeft!
  366.  
  367. DashedLine!
  368.  
  369. DottedLine!
  370.  
  371. DoubleLine!
  372.  
  373. ExtraThickLine!
  374.  
  375. HeavyDoubleLine!
  376.  
  377. HeavySingleLine!
  378.  
  379. NoLine!
  380.  
  381. SingleLine!
  382.  
  383. TableDefaultLine!
  384.  
  385. ThickLine!
  386.  
  387. ThickThinLine!
  388.  
  389. ThinThickLine!    
  390.  
  391. 9
  392.  
  393. 8
  394.  
  395. 3
  396.  
  397. 4
  398.  
  399. 1
  400.  
  401. 5
  402.  
  403. 11
  404.  
  405. 10
  406.  
  407. 127
  408.  
  409. 0
  410.  
  411. 126
  412.  
  413. 5
  414.  
  415. 7
  416.  
  417. 6
  418.  
  419. GraphicsLineThickness
  420.  
  421. Syntax
  422.  
  423. GraphicsLineThickness(Thickness)
  424.  
  425. Description
  426.  
  427. Specify the thickness of a graphics line. Precede with GraphicsLineCreate() or GraphicsLineEdit() and follow with GraphicsLineEnd().
  428.  
  429. Parameters
  430.  
  431. Thickness: any    Specify the thickness of a graphics line.
  432.  
  433. GraphicsLineType
  434.  
  435. Syntax
  436.  
  437.  GraphicsLineType(LineType As _GraphicsLineType_LineType_enum)
  438.  
  439. Description
  440.  
  441. Specify whether a graphics line is horizontal or vertical.
  442.  
  443. Parameters
  444.  
  445. LineType: enumeration    Horizontal!
  446.  
  447. Vertical!
  448.  
  449. GraphicsLineUpdateDisplay
  450.  
  451. Syntax
  452.  
  453. GraphicsLineUpdateDisplay(State As _GraphicsLineUpdateDisplay_State_enum)
  454.  
  455. Description
  456.  
  457. Update a graphics line display after editing.
  458.  
  459. Parameters
  460.  
  461. State: enumeration    Cancel!
  462.  
  463. Save!
  464.  
  465. GraphicsLineUseColor
  466.  
  467. Syntax
  468.  
  469. GraphicsLineUseColor(State As _GraphicsLineUseColor_State_enum)
  470.  
  471. Description
  472.  
  473. Select or deselect the default line-style color for a graphics line. Precede with GraphicsLineCreate() or GraphicsLineEdit() and follow with GraphicsLineEnd().
  474.  
  475. Parameters
  476.  
  477. State: enumeration    No!
  478.  
  479. Yes!
  480.  
  481. GraphicsLineVerticalPosition
  482.  
  483. Syntax
  484.  
  485. GraphicsLineVerticalPosition(Position As _GraphicsLineVerticalPosition_Position_enum, [Where As Integer])
  486.  
  487. Description
  488.  
  489. Specify the vertical position of a graphics line.
  490.  
  491. Parameters
  492.  
  493. Position: enumeration    Baseline!
  494.  
  495. Bottom!
  496.  
  497. Center!
  498.  
  499. FullAlign!
  500.  
  501. Set!
  502.  
  503. Top!
  504.  
  505. Where: measurement (optional)    The exact position of a graphics line if the Position parameter is Set!.
  506.  
  507. GraphicsStylesDlg
  508.  
  509. Syntax
  510.  
  511. GraphicsStylesDlg()
  512.  
  513. Description
  514.  
  515. Display the Graphics Styles dialog box.
  516.  
  517. Guidelines
  518.  
  519. Syntax
  520.  
  521. Guidelines([ShowTableGuides As _Guidelines_ShowTableGuides_enum], [ShowMarginGuides As _Guidelines_ShowMarginGuides_enum], [ShowColumnGuides As _Guidelines_ShowColumnGuides_enum], [ShowHeaderFooterGuides As _Guidelines_ShowHeaderFooterGuides_enum], [EnableGuidesDrag As _Guidelines_EnableGuidesDrag_enum]) As Integer
  522.  
  523. Description
  524.  
  525. Show or hide guidelines and return the current state. To return the current state without changing any guideline settings, omit the parameters.
  526.  
  527. Return Value
  528.  
  529. If multiple options are on, Guidelines returns a summation of the values for each active option. To check for a specific option, use the return value for the option and the & operator. For example, the expression (4 & Guidelines) evaluates to 4 if column guidelines are on, 0 if not. To check for multiple options, add the return values of the options and use the & operator. To check for margin (2) and header/footer (8) guidelines, add the return values (2+8=10) and use the & operator. For example, the expression (10 & Guidelines) evaluates to 8 if header/footer guidelines are on, 2 if margin guidelines are on, 10 if both are on, 0 if neither are on. See Bitwise Operators.
  530.  
  531. 0    All guidelines are off.
  532.  
  533. 1    Table guidelines are on.
  534.  
  535. 2    Margin guidelines are on.
  536.  
  537. 4    Column guidelines are on.
  538.  
  539. 8    Header/Footer guidelines are on.
  540.  
  541. Parameters
  542.  
  543. ShowTableGuides: enumeration (optional)    No!
  544.  
  545. Yes!
  546.  
  547. ShowMarginGuides: enumeration (optional)    No!
  548.  
  549. Yes!
  550.  
  551. ShowColumnGuides: enumeration (optional)    No!
  552.  
  553. Yes!
  554.  
  555. ShowHeaderFooterGuides: enumeration (optional)    No!
  556.  
  557. Yes!
  558.  
  559. EnableGuidesDrag: enumeration (optional)    No!
  560.  
  561. Yes!
  562.  
  563. GuidelinesDlg
  564.  
  565. Syntax
  566.  
  567. GuidelinesDlg()
  568.  
  569. Description
  570.  
  571. Display the Guidelines dialog box.
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.