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

  1. FancyPageBorder
  2.  
  3. Syntax
  4.  
  5. (Filename: string)
  6.  
  7. Description
  8.  
  9. Specify a Fancy Border for the current page. This command places a Fancy Border code in the current document at the beginning of the paragraph where the insertion point is located.
  10.  
  11. Parameters
  12.  
  13. Filename: string    The filename of the graphic you want to use as a page border.
  14.  
  15. boolean:=FancyPageBorderInParagraph
  16.  
  17. Syntax
  18.  
  19. ()
  20.  
  21. Description
  22.  
  23. Return a value indicating whether the current paragraph contains a Fancy Border code. The current paragraph is the paragraph where the insertion point is located. (This command returns 0 if the current paragraph contains a Fancy Border code following the insertion point. Since the Fancy Border code is always inserted at the beginning of the current paragraph when created or edited, this condition could exist only if the code was moved manually.)
  24.  
  25. Return Value
  26.  
  27. 0    Fancy Border code not in current paragraph
  28.  
  29. 1    Fancy Border code in current paragraph
  30.  
  31. boolean:=FancyPageBorderOccur
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Return True if Fancy Page Borders are active at the insertion point, False if not. This command will return False if there is no Fancy Border code in the document before the insertion point, even if a Fancy Border code follows the insertion point on the same page.
  40.  
  41. FancyPageBorderOff
  42.  
  43. Syntax
  44.  
  45. ()
  46.  
  47. Description
  48.  
  49. Turn off Fancy Page Borders. This command inserts a Fancy Border End code at the insertion point. If the insertion point is located following the Fancy Border definition code and on the same page, rather than inserting a Fancy Border End code, the Fancy Border definition code is removed.
  50.  
  51. FigurePaletteDlg
  52.  
  53. Syntax
  54.  
  55. ()
  56.  
  57. Description
  58.  
  59. Display the Image Tools palette in order to edit an image.
  60.  
  61. FigurePaletteDlgEnd
  62.  
  63. Syntax
  64.  
  65. ()
  66.  
  67. Description
  68.  
  69. Close the Image Tools palette.
  70.  
  71. FigureRetrieveDlg
  72.  
  73. Syntax
  74.  
  75. ()
  76.  
  77. Description
  78.  
  79. Display the Insert Image dialog box.
  80.  
  81. FileChangeAttributes
  82.  
  83. Syntax
  84.  
  85. (Filename: string; {Attributes: enumeration})
  86.  
  87. Description
  88.  
  89. Rename a file and specify a file type.
  90.  
  91. Parameters
  92.  
  93. Filename: string    The name of the file whose attributes you want to change.
  94.  
  95. Attributes: enumeration (optional)    Archive!
  96.  
  97. Hidden!
  98.  
  99. Normal!
  100.  
  101. ReadOnly!
  102.  
  103. System!
  104.  
  105. FileChangeDir
  106.  
  107. Syntax
  108.  
  109. (Directory: string)
  110.  
  111. Description
  112.  
  113. Change the Documents or Graphics Files directory.
  114.  
  115. Parameters
  116.  
  117. Directory: string    The directory to which you want to move the file.
  118.  
  119. FileCopy
  120.  
  121. Syntax
  122.  
  123. (SourceFile: string; DestinationFile: string)
  124.  
  125. Description
  126.  
  127. Copy a source file to a destination file.
  128.  
  129. Parameters
  130.  
  131. SourceFile: string    The path and filename of the original file.
  132.  
  133. DestinationFile: string    The path and filename of the copy.
  134.  
  135. FileDelete
  136.  
  137. Syntax
  138.  
  139. (Filename: string)
  140.  
  141. Description
  142.  
  143. Delete a specific file.
  144.  
  145. Parameters
  146.  
  147. Filename: string (optional)    The name of the file to delete.
  148.  
  149. FileExists
  150.  
  151. Syntax
  152.  
  153. (Variable: variable; Filename: string)
  154.  
  155. Description
  156.  
  157. Return whether a specified file exists.
  158.  
  159. Parameters
  160.  
  161. Variable: variable    True (exists) or False (not exist).
  162.  
  163. Filename: string    The name of the file.
  164.  
  165. FileInsert
  166.  
  167. Syntax
  168.  
  169. (Filename: string; AutoDetect: enumeration; InsertIntoDoc: enumeration)
  170.  
  171. Description
  172.  
  173. Retrieve a file into the current document at the insertion point.
  174.  
  175. Parameters
  176.  
  177. Filename: string (optional)    The name of the file to insert.
  178.  
  179. AutoDetect: enumeration (optional)    No!
  180.  
  181. Yes!
  182.  
  183. InsertIntoDoc: enumeration (optional)    Display a prompt before a file is inserted. Default: Insert! - insert file without prompt.
  184.  
  185. Insert!
  186.  
  187. Prompt!
  188.  
  189. FileInsertDlg
  190.  
  191. Syntax
  192.  
  193. ()
  194.  
  195. Description
  196.  
  197. Display the Insert File dialog box, which allows you to retrieve an existing file.
  198.  
  199. FileMove
  200.  
  201. Syntax
  202.  
  203. (SourceFile: string; DestinationFile: string)
  204.  
  205. Description
  206.  
  207. Rename and move a file.
  208.  
  209. Parameters
  210.  
  211. SourceFile: string (optional)    The original filename and/or location.
  212.  
  213. DestinationFile: string (optional)    The new filename and/or location.
  214.  
  215. FileNew
  216.  
  217. Syntax
  218.  
  219. ()
  220.  
  221. Description
  222.  
  223. Create a new document based on the default template. If the maximum nine documents are open, the macro ends or goes to the ONERROR label.
  224.  
  225. FileOpen
  226.  
  227. Syntax
  228.  
  229. (Filename: string; Format: enumeration)
  230.  
  231. Description
  232.  
  233. Retrieve a specified file into a new document window. If the maximum nine document windows are open, the macro ends or goes to the ONERROR label.
  234.  
  235. Parameters
  236.  
  237. Filename: string    
  238.  
  239.   Format: enumeration(optional)    AmiPro_12!
  240.  
  241. AmiPro_12A!
  242.  
  243. AmiPro_12B!
  244.  
  245. AmiPro_20!
  246.  
  247. AmiPro_30!
  248.  
  249. ANSIDelimitedTextWindows!
  250.  
  251. ANSIGenericWordProcessor_Windows!
  252.  
  253. ANSIText_Windows!
  254.  
  255. AreAHangol!
  256.  
  257. Aruga_23!
  258.  
  259. ASCIIStandard!
  260.  
  261. ASCIIStripped!
  262.  
  263. DelimitedText!
  264.  
  265. DisplayWrite_40!
  266.  
  267. DisplayWrite_42!
  268.  
  269. DisplayWrite_50!
  270.  
  271. Excel_40!
  272.  
  273. FFT!
  274.  
  275. Hana!
  276.  
  277. HTML!
  278.  
  279. Ichitaro_3x!
  280.  
  281. Ichitaro_4x!
  282.  
  283. Ichitaro_5x!
  284.  
  285. Kermit_7bit_Transfer!
  286.  
  287. Matu_4!
  288.  
  289. Matu_5!
  290.  
  291. Matu_6!
  292.  
  293. MicroSoftWord_40!
  294.  
  295. MicroSoftWord_50!
  296.  
  297. MicroSoftWord_55!
  298.  
  299. MultiMate_33!
  300.  
  301. MultiMate_40!
  302.  
  303. MultiMateAdvantage_36!
  304.  
  305. MultiMateAdvantageII_10!
  306.  
  307. NavyDIF!
  308.  
  309. OfficeWriter_60!
  310.  
  311. OfficeWriter_61!
  312.  
  313. OfficeWriter_611!
  314.  
  315. OfficeWriter_62!
  316.  
  317. P1EXE!
  318.  
  319. RFT!
  320.  
  321. RTF!
  322.  
  323. RTFJ!
  324.  
  325. SGML!
  326.  
  327. WaiSing_251!
  328.  
  329. WindowsWrite!
  330.  
  331. WordForWindows_10!
  332.  
  333. WordForWindows_11!
  334.  
  335. WordForWindows_12!
  336.  
  337. WordForWindows_1A!
  338.  
  339. WordForWindows_20!
  340.  
  341. WordForWindows_20a!
  342.  
  343. WordForWindows_20b!
  344.  
  345. WordForWindows_20c!
  346.  
  347. WordForWindows_50!
  348.  
  349. WordForWindows_60!
  350.  
  351. WordPerfect_42!
  352.  
  353. WordPerfect_50!
  354.  
  355. WordPerfect_51!
  356.  
  357. WordPerfect_5xA!
  358.  
  359. WordPerfect_60!
  360.  
  361. WordPerfect_7!
  362.  
  363. WordStar_33!
  364.  
  365. WordStar_331!
  366.  
  367. WordStar_34!
  368.  
  369. WordStar_40!
  370.  
  371. WordStar_50!
  372.  
  373. WordStar_55!
  374.  
  375. WordStar_60!
  376.  
  377. WordStar2000_10!
  378.  
  379. WordStar2000_20!
  380.  
  381. WordStar2000_30!
  382.  
  383. WPS_Chinese!
  384.  
  385. XyWriteIIIPlus_355!
  386.  
  387. XyWriteIIIPlus_356!
  388.  
  389. FileOpenDlg
  390.  
  391. Syntax
  392.  
  393. ()
  394.  
  395. Description
  396.  
  397. Display the Open File dialog box.
  398.  
  399. FileRemoveDirectory
  400.  
  401. Syntax
  402.  
  403. (Directory: string)
  404.  
  405. Description
  406.  
  407. Remove a directory.
  408.  
  409. Parameters
  410.  
  411. Directory: string    The directory to remove.
  412.  
  413. FileSave
  414.  
  415. Syntax
  416.  
  417. (Filename: string; ExportType: enumeration; Overwrite: enumeration)
  418.  
  419. Description
  420.  
  421. Save the current file or display the Save As dialog box for a new document.
  422.  
  423. Parameters
  424.  
  425. Filename: string (optional)    
  426.  
  427. ExportType: enumeration (optional)    AmiPro_12!
  428.  
  429. AmiPro_12A!
  430.  
  431. AmiPro_12B!
  432.  
  433. AmiPro_20!
  434.  
  435. AmiPro_30!
  436.  
  437. ANSIDelimitedTextWindows!
  438.  
  439. ANSIGeneratedWordProcessor_Windows!
  440.  
  441. ANSIText_Windows!
  442.  
  443. AreAHangol!
  444.  
  445. Aruga_23!
  446.  
  447. ASCIIStandard!
  448.  
  449. ASCIIStripped!
  450.  
  451. DelimitedText!
  452.  
  453. DisplayWrite_40!
  454.  
  455. DisplayWrite_42!
  456.  
  457. DisplayWrite_50!
  458.  
  459. EDGAR!
  460.  
  461. Excel_40!
  462.  
  463. FFT!
  464.  
  465. Hana!
  466.  
  467. HTML!
  468.  
  469. Ichitaro_3x!
  470.  
  471. Ichitaro_4x!
  472.  
  473. Ichitaro_5x!
  474.  
  475. Kermit_7bit_Transfer!
  476.  
  477. Matu_4!
  478.  
  479. Matu_5!
  480.  
  481. Matu_6!
  482.  
  483. MicroSoftWord_40!
  484.  
  485. MicroSoftWord_50!
  486.  
  487. MicroSoftWord_55!
  488.  
  489. MultiMate_33!
  490.  
  491. MultiMate_40!
  492.  
  493. MultiMateAdvantage_36!
  494.  
  495. MultiMateAdvantageII_10!
  496.  
  497. NavyDIF!
  498.  
  499. OfficeWriter_60!
  500.  
  501. OfficeWriter_61!
  502.  
  503. OfficeWriter_611!
  504.  
  505. OfficeWriter_62!
  506.  
  507. P1EXE!
  508.  
  509. RFT!
  510.  
  511. RTF!
  512.  
  513. RTFJ!
  514.  
  515. SGML!
  516.  
  517. WaiSing_251!
  518.  
  519. WindowsWrite!
  520.  
  521. WordForWindows_10!
  522.  
  523. WordForWindows_11!
  524.  
  525. WordForWindows_12!
  526.  
  527. WordForWindows_1A!
  528.  
  529. WordForWindows_20!
  530.  
  531. WordForWindows_20a!
  532.  
  533. WordForWindows_20b!
  534.  
  535. WordForWindows_20c!
  536.  
  537. WordForWindows_50!
  538.  
  539. WordForWindows_60!
  540.  
  541. WordPerfect_42!
  542.  
  543. WordPerfect_50!
  544.  
  545. WordPerfect_51!
  546.  
  547. WordPerfect_5xA!
  548.  
  549. WordPerfect_60!
  550.  
  551. WordPerfect_7!
  552.  
  553. WordStar_33!
  554.  
  555. WordStar_331!
  556.  
  557. WordStar_34!
  558.  
  559. WordStar_40!
  560.  
  561. WordStar_50!
  562.  
  563. WordStar_55!
  564.  
  565. WordStar_60!
  566.  
  567. WordStar2000_10!
  568.  
  569. WordStar2000_20!
  570.  
  571. WordStar2000_30!
  572.  
  573. WPS_Chinese!
  574.  
  575. XyWriteIIIPlus_355!
  576.  
  577. XyWriteIIIPlus_356! 
  578.  
  579. Overwrite: enumeration (optional)    Automatically overwrite a file with the same name, or prompt the user to enter a new filename.
  580.  
  581. No!
  582.  
  583. Prompt!
  584.  
  585. Yes!
  586.  
  587. FileSaveAsDlg
  588.  
  589. Syntax
  590.  
  591. ()
  592.  
  593. Description
  594.  
  595. Display the Save As dialog box, which allows you to save a file.
  596.  
  597. FileStampShippingMacro
  598.  
  599. Syntax
  600.  
  601. ()
  602.  
  603. Description
  604.  
  605. Play the shipping macro FILESTMP.WCM to display the File Stamp Options dialog box. The dialog box allows you to insert the path and filename of a document in a header or footer. FILESTMP.WCM must be installed.
  606.  
  607. FillColors
  608.  
  609. Syntax
  610.  
  611. (ForeColorName: string; ForeRed: numeric; ForeGreen: numeric; ForeBlue: numeric; ForeShade: numeric; BackColorName: string; BackRed: numeric; BackGreen: numeric; BackBlue: numeric; BackShade: numeric)
  612.  
  613. Description
  614.  
  615. Specify a fill color for boxes and tables. Precede with commands such as BoxFill, FillStyleCreate, or TableBorderEditBegin, and end with commands such as BoxUpdateDisplay and BoxEnd, FillStyleEnd, or TableBorderEditEnd.
  616.  
  617. Parameters
  618.  
  619. ForeColorName: string (optional)    
  620.  
  621. ForeRed: numeric (optional)    Value: 0-255.
  622.  
  623. ForeGreen: numeric (optional)    Value: 0-255.
  624.  
  625. ForeBlue: numeric (optional)    Value: 0-255.
  626.  
  627. ForeShade: numeric (optional)    Percent: 0-100.
  628.  
  629. BackColorName: string (optional)    
  630.  
  631. BackRed: numeric (optional)    Value: 0-255.
  632.  
  633. BackGreen: numeric (optional)    Value: 0-255.
  634.  
  635. BackBlue: numeric (optional)    Value: 0-255.
  636.  
  637. BackShade: numeric (optional)    Percent: 0-100.
  638.  
  639. FillSetGradient
  640.  
  641. Syntax
  642.  
  643. (Gradient: enumeration; Angle: numeric; XLocation: numeric; YLocation: numeric; Calculate: numeric; State: enumeration)
  644.  
  645. Description
  646.  
  647. Customize a gradient fill. Precede with FillStyleCreate or FillStyleEdit and end with FillStyleEnd.
  648.  
  649. Parameters
  650.  
  651. Gradient: enumeration    LinearGradient!
  652.  
  653. RadialGradient!
  654.  
  655. RectangularGradient!
  656.  
  657. Angle: numeric (optional)    The angle of the gradient.
  658.  
  659. XLocation: numeric (optional)    The percentage of horizontal offset. A 10% offset places the center of the gradient effect toward the left edge; 50% centers it horizontally.
  660.  
  661. YLocation: numeric (optional)    The percentage of vertical offset. A 10% offset places the center of the gradient effect toward the top edge; 50% centers it vertically.
  662.  
  663. Calculate: numeric (optional)    The number of steps to create a gradient. Default: 30. Both maximum (999) and minimum (1) produce a solid appearance. The optimum is approximately 120.
  664.  
  665. State: enumeration (optional)    Turn the gradient fill on or off.
  666.  
  667. No!
  668.  
  669. Yes!
  670.  
  671. FillSetWPG2
  672.  
  673. Syntax
  674.  
  675. (PatternSet: numeric; Index: enumeration)
  676.  
  677. Description
  678.  
  679. Specify a pattern set and a pattern from the set. Precede with commands such as BoxFill, FillStyleCreate, or TableBorderEditBegin and end with commands such as BoxUpdateDisplay, FillStyleEnd, or TableBorderEditEnd.
  680.  
  681. Parameters
  682.  
  683. PatternSet: numeric     Only 0 is available.
  684.  
  685. Index: enumeration     Specify a pattern:
  686.  
  687. WPG2_12Gray!
  688.  
  689. WPG2_25Gray!
  690.  
  691. WPG2_50Gray!
  692.  
  693. WPG2_Arch!
  694.  
  695. WPG2_Balls!
  696.  
  697. WPG2_Bricks1!
  698.  
  699. WPG2_Bricks2!
  700.  
  701. WPG2_Chainlink!
  702.  
  703. WPG2_Checkboard1!
  704.  
  705. WPG2_Checkboard2!
  706.  
  707. WPG2_Crosses!
  708.  
  709. WPG2_Crosshatch1!
  710.  
  711. WPG2_Crosshatch2!
  712.  
  713. WPG2_Crosshatch3!
  714.  
  715. WPG2_Crosshatch4!
  716.  
  717. WPG2_Fishscale!
  718.  
  719. WPG2_Honeycomb!
  720.  
  721. WPG2_Lines1!
  722.  
  723. WPG2_Lines2!
  724.  
  725. WPG2_Lines3!
  726.  
  727. WPG2_Lines4!
  728.  
  729. WPG2_Lines5!
  730.  
  731. WPG2_Lines6!
  732.  
  733. WPG2_Lines7!
  734.  
  735. WPG2_Lines8!
  736.  
  737. WPG2_Mesh!
  738.  
  739. WPG2_Patio!
  740.  
  741. WPG2_Plaid!
  742.  
  743. WPG2_Solid!
  744.  
  745. WPG2_Triangles!
  746.  
  747. WPG2_Waves!
  748.  
  749. WPG2_Weave! 
  750.  
  751. FillStyleCopy
  752.  
  753. Syntax
  754.  
  755. (StyleName: any; FromLibrary: enumeration; ToLibrary: enumeration; DestName: string)
  756.  
  757. Description
  758.  
  759. Copy a fill style.
  760.  
  761. Parameters
  762.  
  763. StyleName: any    Fill10!
  764.  
  765. Fill100!
  766.  
  767. Fill20!
  768.  
  769. Fill30!
  770.  
  771. Fill40!
  772.  
  773. Fill5!
  774.  
  775. Fill50!
  776.  
  777. Fill60!
  778.  
  779. Fill70!
  780.  
  781. Fill80!
  782.  
  783. Fill90!
  784.  
  785. FillButton!
  786.  
  787. NoFill!
  788.  
  789. FromLibrary: enumeration    CurrentDocument!
  790.  
  791. PersonalLibrary!
  792.  
  793. SharedLibrary!
  794.  
  795. ToLibrary: enumeration    CurrentDocument!
  796.  
  797. PersonalLibrary!
  798.  
  799. SharedLibrary!
  800.  
  801. DestName: string(optional)    Rename a copied fill style.
  802.  
  803. FillStyleCreate
  804.  
  805. Syntax
  806.  
  807. (TemplateName: string; Library: enumeration)
  808.  
  809. Description
  810.  
  811. Create a fill style.
  812.  
  813. Parameters
  814.  
  815. TemplateName: string    The name for the template.
  816.  
  817. Library: enumeration    CurrentDoc!
  818.  
  819. PersonalLibrary!
  820.  
  821. SharedLibrary!
  822.  
  823. FillStyleDelete
  824.  
  825. Syntax
  826.  
  827. (StyleName: any; Library: enumeration)
  828.  
  829. Description
  830.  
  831. Delete a fill style.
  832.  
  833. Parameters
  834.  
  835. StyleName: any    Fill10!
  836.  
  837. Fill100!
  838.  
  839. Fill20!
  840.  
  841. Fill30!
  842.  
  843. Fill40!
  844.  
  845. Fill5!
  846.  
  847. Fill50!
  848.  
  849. Fill60!
  850.  
  851. Fill70!
  852.  
  853. Fill80!
  854.  
  855. Fill90!
  856.  
  857. FillButton!
  858.  
  859. NoFill!
  860.  
  861. Library: enumeration (optional)    CurrentDoc!
  862.  
  863. PersonalLibrary!
  864.  
  865. SharedLibrary!
  866.  
  867. FillStyleEdit
  868.  
  869. Syntax
  870.  
  871. (Style: any; Library: enumeration)
  872.  
  873. Description
  874.  
  875. Begin a FillStyleEdit-FillStyleEnd statement.
  876.  
  877. Parameters
  878.  
  879. Style: any    Fill10!
  880.  
  881. Fill100!
  882.  
  883. Fill20!
  884.  
  885. Fill30!
  886.  
  887. Fill40!
  888.  
  889. Fill5!
  890.  
  891. Fill50!
  892.  
  893. Fill60!
  894.  
  895. Fill70!
  896.  
  897. Fill80!
  898.  
  899. Fill90!
  900.  
  901. FillButton!
  902.  
  903. NoFill!
  904.  
  905. Library: enumeration (optional)    CurrentDoc!
  906.  
  907. PersonalLibrary!
  908.  
  909. SharedLibrary!
  910.  
  911. FillStyleEnd
  912.  
  913. Syntax
  914.  
  915. (State: enumeration)
  916.  
  917. Description
  918.  
  919. Save or cancel changes to a fill style.
  920.  
  921. Parameters
  922.  
  923. State: enumeration    Cancel!
  924.  
  925. Save!
  926.  
  927. FillStyleName
  928.  
  929. Syntax
  930.  
  931. (FillName: string)
  932.  
  933. Description
  934.  
  935. Name a user-created fill style. Precede with FillStyleEdit and end with FillStyleEnd.
  936.  
  937. Parameters
  938.  
  939. FillName: string    The name of the new fill style.
  940.  
  941. FillStyleRetrieve
  942.  
  943. Syntax
  944.  
  945. (Filename: string; Library: enumeration)
  946.  
  947. Description
  948.  
  949. Retrieve all fill graphics styles from the specified document or template and add to the specified style list.
  950.  
  951. Parameters
  952.  
  953. Filename: string    The path and filename of a document or template containing the styles to retrieve.
  954.  
  955. Library: enumeration    The destination for the retrieved styles. Use CurrentDoc! to add the styles to the current document style list. Use PersonalLibrary! to add the styles to the default template style list. Use SharedLibrary! to add the styles to the additional objects template style list. If an additional objects template is not specified in Files Preferences, and SharedLibrary! is used here, the command does nothing.
  956.  
  957. CurrentDoc!
  958.  
  959. PersonalLibrary!
  960.  
  961. SharedLibrary!
  962.  
  963. FillStyleSave
  964.  
  965. Syntax
  966.  
  967. (Filename: string; Library: enumeration)
  968.  
  969. Description
  970.  
  971. Save a fill style.
  972.  
  973. Parameters
  974.  
  975. Filename: string    The name for the fill style.
  976.  
  977. Library: enumeration    CurrentDoc!
  978.  
  979. PersonalLibrary!
  980.  
  981. SharedLibrary!
  982.  
  983. FindDlg
  984.  
  985. Syntax
  986.  
  987. ()
  988.  
  989. Description
  990.  
  991. Display the Find and Replace Text dialog box.
  992.  
  993. FirstLineIndent
  994.  
  995. Syntax
  996.  
  997. (Width: measurement)
  998.  
  999. Description
  1000.  
  1001. Specify the distance between the left margin and the first word of indented text.
  1002.  
  1003. Parameters
  1004.  
  1005. Width: measurement    The length of the indention.
  1006.  
  1007. FloatingCellBegin
  1008.  
  1009. Syntax
  1010.  
  1011. ()
  1012.  
  1013. Description
  1014.  
  1015. Move the insertion point in a floating cell to the beginning of the cell.
  1016.  
  1017. FloatingCellCreate
  1018.  
  1019. Syntax
  1020.  
  1021. ()
  1022.  
  1023. Description
  1024.  
  1025. Create a floating cell.
  1026.  
  1027. FloatingCellEdit
  1028.  
  1029. Syntax
  1030.  
  1031. ()
  1032.  
  1033. Description
  1034.  
  1035. Search backward for a floating cell and move the insertion point to the beginning of the first one found. If not found searching backward, the search continues from the insertion point forward.
  1036.  
  1037. FloatingCellEnd
  1038.  
  1039. Syntax
  1040.  
  1041. ()
  1042.  
  1043. Description
  1044.  
  1045. Move the insertion point in a floating cell to the end of the cell.
  1046.  
  1047. FloatingCellFormula
  1048.  
  1049. Syntax
  1050.  
  1051. (Formula: string)
  1052.  
  1053. Description
  1054.  
  1055. Specify a floating-cell formula. Precede with FloatingCellCreate or FloatingCellEdit.
  1056.  
  1057. Parameters
  1058.  
  1059. Formula: string    The floating cell formula.
  1060.  
  1061. FloatingCellNumAlignCurrency
  1062.  
  1063. Syntax
  1064.  
  1065. (Align: enumeration)
  1066.  
  1067. Description
  1068.  
  1069. Align the currency symbols in a floating cell. Precede with FloatingCellCreate or FloatingCellEdit.
  1070.  
  1071. Parameters
  1072.  
  1073. Align: enumeration    No!
  1074.  
  1075. Yes!
  1076.  
  1077. FloatingCellNumberDateFormat
  1078.  
  1079. Syntax
  1080.  
  1081. (Format: numeric)
  1082.  
  1083. Description
  1084.  
  1085. Specify a floating-cell date format.
  1086.  
  1087. Parameters
  1088.  
  1089. Format: numeric    1 March 5, 1993
  1090.  
  1091. 2 3/5/93
  1092.  
  1093. 3 Mar 5, 1993
  1094.  
  1095. 4 5 March 1993
  1096.  
  1097. 5 Friday, March 5, 1993
  1098.  
  1099. 6 4:18 pm
  1100.  
  1101. 7 05Mar93
  1102.  
  1103. 8 March 5, 1993 (4:18pm)
  1104.  
  1105. 9 1993-03-05
  1106.  
  1107. 10 3/05
  1108.  
  1109. 11 Mar 05
  1110.  
  1111. 12 04:18:53 (hh:mm:ss)
  1112.  
  1113. FloatingCellNumberDecDigits
  1114.  
  1115. Syntax
  1116.  
  1117. (Number: numeric)
  1118.  
  1119. Description
  1120.  
  1121. Specify the number of digits after the decimal point in a floating cell. The insertion point must be between floating cell codes (Flt Cell).
  1122.  
  1123. Parameters
  1124.  
  1125. Number: numeric    The number of decimal places after the decimal point.
  1126.  
  1127. FloatingCellNumberFormat
  1128.  
  1129. Syntax
  1130.  
  1131. (CellNumType: enumeration)
  1132.  
  1133. Description
  1134.  
  1135. Specify a number type for floating cells.
  1136.  
  1137. Parameters
  1138.  
  1139. CellNumType: enumeration    Accounting!
  1140.  
  1141. Commas!
  1142.  
  1143. Currency!
  1144.  
  1145. DateFormat!
  1146.  
  1147. Fixed2!
  1148.  
  1149. General!
  1150.  
  1151. Integer!
  1152.  
  1153. Percent!
  1154.  
  1155. Scientific!
  1156.  
  1157. TextOnly!
  1158.  
  1159. FloatingCellNumberNegNumber
  1160.  
  1161. Syntax
  1162.  
  1163. (NegDisplay: enumeration)
  1164.  
  1165. Description
  1166.  
  1167. Specify how to display negative numbers in a floating cell.
  1168.  
  1169. Parameters
  1170.  
  1171. NegDisplay: enumeration    CRDR!
  1172.  
  1173. Minus!
  1174.  
  1175. Parentheses!
  1176.  
  1177. FloatingCellNumberRound
  1178.  
  1179. Syntax
  1180.  
  1181. (Round: enumeration)
  1182.  
  1183. Description
  1184.  
  1185. Round numbers for calculation in a floating cell.
  1186.  
  1187. Parameters
  1188.  
  1189. Round: enumeration    No!
  1190.  
  1191. Yes!
  1192.  
  1193. FloatingCellNumberUseCommas
  1194.  
  1195. Syntax
  1196.  
  1197. (Commas: enumeration)
  1198.  
  1199. Description
  1200.  
  1201. Use commas in floating-cell numbers.
  1202.  
  1203. Parameters
  1204.  
  1205. Commas: enumeration    No!
  1206.  
  1207. Yes!
  1208.  
  1209. FloatingCellNumberUseCurrency
  1210.  
  1211. Syntax
  1212.  
  1213. (Currency: enumeration)
  1214.  
  1215. Description
  1216.  
  1217. Use currency symbols in a floating cell.
  1218.  
  1219. Parameters
  1220.  
  1221. Currency: enumeration    No!
  1222.  
  1223. Yes!
  1224.  
  1225. FloatingCellNumSelectCurrency
  1226.  
  1227. Syntax
  1228.  
  1229. (IntlCurrency: enumeration)
  1230.  
  1231. Description
  1232.  
  1233. Specify a currency symbol for floating cells.
  1234.  
  1235. Parameters
  1236.  
  1237. IntlCurrency: enumeration    Austria!
  1238.  
  1239. Belgium!
  1240.  
  1241. BelgiumFrench!
  1242.  
  1243. Brazil!
  1244.  
  1245. Canada!
  1246.  
  1247. China!
  1248.  
  1249. Croatia!
  1250.  
  1251. CzechRepublic!
  1252.  
  1253. DefaultCurrency!
  1254.  
  1255. Denmark!
  1256.  
  1257. Dollar!
  1258.  
  1259. Ecuador!
  1260.  
  1261. ElSalvador!
  1262.  
  1263. Euro!
  1264.  
  1265. Finland!
  1266.  
  1267. FinlandIntl!
  1268.  
  1269. France!
  1270.  
  1271. FrenchCanada!
  1272.  
  1273. Germany!
  1274.  
  1275. Greece!
  1276.  
  1277. Guatemala!
  1278.  
  1279. Honduras!
  1280.  
  1281. HongKong!
  1282.  
  1283. Hungary!
  1284.  
  1285. Iceland!
  1286.  
  1287. Israel!
  1288.  
  1289. Italy!
  1290.  
  1291. Japan!
  1292.  
  1293. Korea!
  1294.  
  1295. Netherlands!
  1296.  
  1297. Norway!
  1298.  
  1299. NorwayIntl!
  1300.  
  1301. Paraguay!
  1302.  
  1303. Peseta!
  1304.  
  1305. Peso!
  1306.  
  1307. Poland!
  1308.  
  1309. Portugal!
  1310.  
  1311. Ruble!
  1312.  
  1313. RussianRuble!
  1314.  
  1315. Singapore!
  1316.  
  1317. SlovakRepublic!
  1318.  
  1319. Slovenia!
  1320.  
  1321. SouthAfrica!
  1322.  
  1323. Sweden!
  1324.  
  1325. Switzerland!
  1326.  
  1327. Taiwan!
  1328.  
  1329. Turkey!
  1330.  
  1331. UnitedKingdom!
  1332.  
  1333. Venezuela! 
  1334.  
  1335. FlushRight
  1336.  
  1337. Syntax
  1338.  
  1339. ()
  1340.  
  1341. Description
  1342.  
  1343. Align text at the right margin.
  1344.  
  1345. FlushRightWithDotLeaders
  1346.  
  1347. Syntax
  1348.  
  1349. ()
  1350.  
  1351. Description
  1352.  
  1353. Right justify a line of text with dot leaders.
  1354.  
  1355. Font
  1356.  
  1357. Syntax
  1358.  
  1359. (Name: string; Family: enumeration; Attributes: enumeration; Weight: enumeration; Width: enumeration; Source: enumeration; Type: enumeration; CharacterSet: enumeration)
  1360.  
  1361. Description
  1362.  
  1363. Specify font options.
  1364.  
  1365. Parameters
  1366.  
  1367. Name: string    The name of the font.
  1368.  
  1369. Family: enumeration (optional)    FamilyAestheticOrnamented!
  1370.  
  1371. FamilyAlbertus!
  1372.  
  1373. FamilyBodon!
  1374.  
  1375. FamilyBroadway!
  1376.  
  1377. FamilyBrush!
  1378.  
  1379. FamilyCenturySchoolbook!
  1380.  
  1381. FamilyComputer!
  1382.  
  1383. FamilyCourier!
  1384.  
  1385. FamilyHelvetica!
  1386.  
  1387. FamilyHobo!
  1388.  
  1389. FamilyITCBenguiat!
  1390.  
  1391. FamilyITCGaramond!
  1392.  
  1393. FamilyITCLubalinGraph!
  1394.  
  1395. FamilyITCRonda!
  1396.  
  1397. FamilyITCZapfDingbats!
  1398.  
  1399. FamilyLetterGothic!
  1400.  
  1401. FamilyMadrone!
  1402.  
  1403. FamilyMicrostyle!
  1404.  
  1405. FamilyOldEnglish!
  1406.  
  1407. FamilyOptima!
  1408.  
  1409. FamilyParkAvenue!
  1410.  
  1411. FamilyPonderosa!
  1412.  
  1413. FamilyPTBarnum!
  1414.  
  1415. FamilyRevue!
  1416.  
  1417. FamilySignetRoundhand!
  1418.  
  1419. FamilyTekton!
  1420.  
  1421. FamilyTimesRoman!
  1422.  
  1423. FamilyUncial! 
  1424.  
  1425. Attributes: enumeration (optional)    FontMatchItalic!
  1426.  
  1427. FontMatchNormal!
  1428.  
  1429. FontMatchOutline!
  1430.  
  1431. FontMatchShadow!
  1432.  
  1433. FontMatchSmallCaps!
  1434.  
  1435. Weight: enumeration (optional)    WeightBlack!
  1436.  
  1437. WeightBold!
  1438.  
  1439. WeightBook!
  1440.  
  1441. WeightDemiBold!
  1442.  
  1443. WeightDemiLight!
  1444.  
  1445. WeightExtraBlack!
  1446.  
  1447. WeightExtraBold!
  1448.  
  1449. WeightExtraHeavy!
  1450.  
  1451. WeightExtraLight!
  1452.  
  1453. WeightExtraThin!
  1454.  
  1455. WeightHeavy!
  1456.  
  1457. WeightLight!
  1458.  
  1459. WeightMaximum!
  1460.  
  1461. WeightMedium!
  1462.  
  1463. WeightRegular!
  1464.  
  1465. WeightRoman!
  1466.  
  1467. WeightSemiBold!
  1468.  
  1469. WeightSemiLight!
  1470.  
  1471. WeightThin!
  1472.  
  1473. WeightUltraBlack!
  1474.  
  1475. WeightUltraHeavy!
  1476.  
  1477. WeightUltraLight!
  1478.  
  1479. WeightUltraThin!
  1480.  
  1481. WeightUnknown!
  1482.  
  1483. Width: enumeration (optional)    WidthCompressed!
  1484.  
  1485. WidthCondensed!
  1486.  
  1487. WidthDoubleWide!
  1488.  
  1489. WidthExpanded!
  1490.  
  1491. WidthExtraCondensed!
  1492.  
  1493. WidthExtraExpanded!
  1494.  
  1495. WidthNormal!
  1496.  
  1497. WidthSemiCondensed!
  1498.  
  1499. WidthSemiExpanded!
  1500.  
  1501. WidthTripleWide!
  1502.  
  1503. WidthUltraCompressed!
  1504.  
  1505. WidthUltraCondensed!
  1506.  
  1507. WidthUltraExpanded!
  1508.  
  1509. WidthUnknown!
  1510.  
  1511. Source: enumeration (optional)    DRSFile!
  1512.  
  1513. PRSFile!
  1514.  
  1515. Type: enumeration (optional)    Intellifont!
  1516.  
  1517. Speedo!
  1518.  
  1519. TrueType!
  1520.  
  1521. Type1!
  1522.  
  1523. CharacterSet: enumeration (optional)    FontMatchArabic!
  1524.  
  1525. FontMatchArabicScript!
  1526.  
  1527. FontMatchASCII!
  1528.  
  1529. FontMatchBoxDrawing!
  1530.  
  1531. FontMatchCyrillic!
  1532.  
  1533. FontMatchGreek!
  1534.  
  1535. FontMatchHebrew!
  1536.  
  1537. FontMatchIconicSymbols!
  1538.  
  1539. FontMatchJapaneseKana!
  1540.  
  1541. FontMatchMath!
  1542.  
  1543. FontMatchMathExtension!
  1544.  
  1545. FontMatchMultinational1!
  1546.  
  1547. FontMatchMultinational2!
  1548.  
  1549. FontMatchTypographicSymbols!
  1550.  
  1551. FontMatchUserDefined!
  1552.  
  1553. FontDlg
  1554.  
  1555. Syntax
  1556.  
  1557. ()
  1558.  
  1559. Description
  1560.  
  1561. Display the Font dialog box.
  1562.  
  1563. FontDnShippingMacro
  1564.  
  1565. Syntax
  1566.  
  1567. ()
  1568.  
  1569. Description
  1570.  
  1571. Play the shipping macro FONTDN.WCM to reduce the font size of the selected text by two points. FONTDN.WCM must be installed.
  1572.  
  1573. FontDoubleUnderlineToggle
  1574.  
  1575. Syntax
  1576.  
  1577. ()
  1578.  
  1579. Description
  1580.  
  1581. Toggle Double Underline at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1582.  
  1583. FontExtraLargeToggle
  1584.  
  1585. Syntax
  1586.  
  1587. ()
  1588.  
  1589. Description
  1590.  
  1591. Toggle Extra Large at the insertion point. Recordable substitute: AttributeRelativeSizeToggle.
  1592.  
  1593. FontFineToggle
  1594.  
  1595. Syntax
  1596.  
  1597. ()
  1598.  
  1599. Description
  1600.  
  1601. Toggle Fine at the insertion point. Recordable substitute: AttributeRelativeSizeToggle.
  1602.  
  1603. FontHiddenToggle
  1604.  
  1605. Syntax
  1606.  
  1607. ()
  1608.  
  1609. Description
  1610.  
  1611. Toggle Hidden at the insertion point.
  1612.  
  1613. FontItalicToggle
  1614.  
  1615. Syntax
  1616.  
  1617. ()
  1618.  
  1619. Description
  1620.  
  1621. Toggle Italic at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1622.  
  1623. FontLargeToggle
  1624.  
  1625. Syntax
  1626.  
  1627. ()
  1628.  
  1629. Description
  1630.  
  1631. Toggle Large at the insertion point. Recordable substitute: AttributeRelativeSizeToggle.
  1632.  
  1633. FontOutlineToggle
  1634.  
  1635. Syntax
  1636.  
  1637. ()
  1638.  
  1639. Description
  1640.  
  1641. Toggle the Outline font attribute at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1642.  
  1643. FontRedlineToggle
  1644.  
  1645. Syntax
  1646.  
  1647. ()
  1648.  
  1649. Description
  1650.  
  1651. Toggle Redline at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1652.  
  1653. FontShadowToggle
  1654.  
  1655. Syntax
  1656.  
  1657. ()
  1658.  
  1659. Description
  1660.  
  1661. Toggle Shadow at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1662.  
  1663. FontSize
  1664.  
  1665. Syntax
  1666.  
  1667. (FontSize: measurement)
  1668.  
  1669. Description
  1670.  
  1671. Specify the size of a selected font at the insertion point.
  1672.  
  1673. Parameters
  1674.  
  1675. FontSize: measurement    
  1676.  
  1677. FontSmallCapsToggle
  1678.  
  1679. Syntax
  1680.  
  1681. ()
  1682.  
  1683. Description
  1684.  
  1685. Toggle Small Caps at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1686.  
  1687. FontSmallToggle
  1688.  
  1689. Syntax
  1690.  
  1691. ()
  1692.  
  1693. Description
  1694.  
  1695. Toggle Small at the insertion point. Recordable substitute: AttributeRelativeSizeToggle.
  1696.  
  1697. FontStrikeoutToggle
  1698.  
  1699. Syntax
  1700.  
  1701. ()
  1702.  
  1703. Description
  1704.  
  1705. Toggle Strikeout at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1706.  
  1707. FontSubscriptToggle
  1708.  
  1709. Syntax
  1710.  
  1711. ()
  1712.  
  1713. Description
  1714.  
  1715. Toggle Subscript at the insertion point. Recordable substitute: AttributePositionToggle.
  1716.  
  1717. FontSuperscriptToggle
  1718.  
  1719. Syntax
  1720.  
  1721. ()
  1722.  
  1723. Description
  1724.  
  1725. Toggle Superscript at the insertion point. Recordable substitute: AttributePositionToggle.
  1726.  
  1727. FontUnderlineToggle
  1728.  
  1729. Syntax
  1730.  
  1731. ()
  1732.  
  1733. Description
  1734.  
  1735. Toggle Underline at the insertion point. Recordable substitute: AttributeAppearanceToggle.
  1736.  
  1737. FontUpShippingMacro
  1738.  
  1739. Syntax
  1740.  
  1741. ()
  1742.  
  1743. Description
  1744.  
  1745. Play the shipping macro FONTUP.WCM to increase the font size of the selected text by two points. FONTUP.WCM must be installed.
  1746.  
  1747. FontVeryLargeToggle
  1748.  
  1749. Syntax
  1750.  
  1751. ()
  1752.  
  1753. Description
  1754.  
  1755. Toggle Very Large at the insertion point. Recordable substitute: AttributeRelativeSizeToggle.
  1756.  
  1757. FooterA
  1758.  
  1759. Syntax
  1760.  
  1761. (Action: enumeration; Occurrence: enumeration)
  1762.  
  1763. Description
  1764.  
  1765. Create, edit, or discontinue Footer A, and specify footer position.
  1766.  
  1767. Parameters
  1768.  
  1769. Action: enumeration    Create!
  1770.  
  1771. Edit!
  1772.  
  1773. Off!
  1774.  
  1775. Occurrence: enumeration (optional)    AllPages!
  1776.  
  1777. EvenPages!
  1778.  
  1779. NoPages!
  1780.  
  1781. OddPages!
  1782.  
  1783. FooterB
  1784.  
  1785. Syntax
  1786.  
  1787. (Action: enumeration; Occurrence: enumeration)
  1788.  
  1789. Description
  1790.  
  1791. Create, edit, or discontinue Footer B, and specify footer position.
  1792.  
  1793. Parameters
  1794.  
  1795. Action: enumeration    Create!
  1796.  
  1797. Edit!
  1798.  
  1799. Off!
  1800.  
  1801. Occurrence: enumeration (optional)    AllPages!
  1802.  
  1803. EvenPages!
  1804.  
  1805. NoPages!
  1806.  
  1807. OddPages!
  1808.  
  1809. FooterSeparationDistance
  1810.  
  1811. Syntax
  1812.  
  1813. (Distance: measurement)
  1814.  
  1815. Description
  1816.  
  1817. Specify the distance between text and footers.
  1818.  
  1819. Parameters
  1820.  
  1821. Distance: measurement    Default: .167".
  1822.  
  1823. FootnoteContinuedMessage
  1824.  
  1825. Syntax
  1826.  
  1827. (State: enumeration)
  1828.  
  1829. Description
  1830.  
  1831. Print "(continued...)" when a footnote continues on the next page.
  1832.  
  1833. Parameters
  1834.  
  1835. State: enumeration    No!
  1836.  
  1837. Yes!
  1838.  
  1839. FootnoteCreate
  1840.  
  1841. Syntax
  1842.  
  1843. ()
  1844.  
  1845. Description
  1846.  
  1847. Open a footnote window, in order to create a footnote. Subsequent commands insert text and codes. SubstructureExit closes the window and places a reference to the footnote at the insertion point.
  1848.  
  1849. FootnoteEdit
  1850.  
  1851. Syntax
  1852.  
  1853. (FootnoteNumber: string)
  1854.  
  1855. Description
  1856.  
  1857. Open a specified footnote window in order to edit the footnote. Subsequent commands apply to the footnote window until SubstructureExit.
  1858.  
  1859. Parameters
  1860.  
  1861. FootnoteNumber: string (optional)    Footnotes can be numbered with arabic numerals, roman numerals, or letters.
  1862.  
  1863. FootnoteEditDlg
  1864.  
  1865. Syntax
  1866.  
  1867. ()
  1868.  
  1869. Description
  1870.  
  1871. Display the Edit Footnote dialog box.
  1872.  
  1873. FootnoteEndnoteDlg
  1874.  
  1875. Syntax
  1876.  
  1877. ()
  1878.  
  1879. Description
  1880.  
  1881. Display the Footnote/Endnote dialog box.
  1882.  
  1883. FootnoteMinimum
  1884.  
  1885. Syntax
  1886.  
  1887. (Width: measurement)
  1888.  
  1889. Description
  1890.  
  1891. Specify the amount of footnote text to keep together on a page.
  1892.  
  1893. Parameters
  1894.  
  1895. Width: measurement    The space available for footnotes on a page.
  1896.  
  1897. FootnoteNewNumber
  1898.  
  1899. Syntax
  1900.  
  1901. (FootnoteNumber: string)
  1902.  
  1903. Description
  1904.  
  1905. Specify a new footnote number, and increment subsequent footnotes from that number.
  1906.  
  1907. Parameters
  1908.  
  1909. FootnoteNumber: string    The starting footnote number.
  1910.  
  1911. FootnoteNewNumberDlg
  1912.  
  1913. Syntax
  1914.  
  1915. ()
  1916.  
  1917. Description
  1918.  
  1919. Display the Footnote Number dialog box.
  1920.  
  1921. FootnoteNumberDecrement
  1922.  
  1923. Syntax
  1924.  
  1925. ()
  1926.  
  1927. Description
  1928.  
  1929. Decrease the last footnote number by one.
  1930.  
  1931. FootnoteNumberDisplay
  1932.  
  1933. Syntax
  1934.  
  1935. ()
  1936.  
  1937. Description
  1938.  
  1939. Insert the current footnote number at the insertion point. This is a 0-based index. Therefore the value of the first footnote is 0.
  1940.  
  1941. FootnoteNumberIncrement
  1942.  
  1943. Syntax
  1944.  
  1945. ()
  1946.  
  1947. Description
  1948.  
  1949. Increase the last footnote number by one.
  1950.  
  1951. FootnoteNumberMethod
  1952.  
  1953. Syntax
  1954.  
  1955. (NumberingMethod: enumeration; Character: string)
  1956.  
  1957. Description
  1958.  
  1959. Specify a footnote numbering method. Recordable substitute: FootnoteOptions.
  1960.  
  1961. Parameters
  1962.  
  1963. NumberingMethod: enumeration    Characters!
  1964.  
  1965. LowerLetters!
  1966.  
  1967. LowerRoman!
  1968.  
  1969. Numbers!
  1970.  
  1971. UpperLetters!
  1972.  
  1973. UpperRoman!
  1974.  
  1975. Character: string (optional)    Use up to five characters when the numbering method is Characters!.
  1976.  
  1977. FootnoteOptions
  1978.  
  1979. Syntax
  1980.  
  1981. (NumberingMethod: enumeration; Characters: string; BetweenSpacing: measurement; MinimumHeight: measurement; Restart: enumeration; PrintContinued: enumeration; FootnotePosition: enumeration; Separator: enumeration)
  1982.  
  1983. Description
  1984.  
  1985. Specify the footnote options from the insertion point forward.
  1986.  
  1987. Parameters
  1988.  
  1989. NumberingMethod: enumeration (optional)    Characters!
  1990.  
  1991. LowerLetters!
  1992.  
  1993. LowerRoman!
  1994.  
  1995. Numbers!
  1996.  
  1997. UpperLetters!
  1998.  
  1999. UpperRoman!
  2000.  
  2001. Characters: string (optional)    Use up to five characters when the numbering method is Characters!.
  2002.  
  2003. BetweenSpacing: measurement (optional)    The amount of space between footnotes.
  2004.  
  2005. MinimumHeight: measurement (optional)    How much of a footnote to keep together on a page.
  2006.  
  2007. Restart: enumeration (optional)    Restart the footnote numbers on every page.
  2008.  
  2009. Off!
  2010.  
  2011. On!
  2012.  
  2013. PrintContinued: enumeration (optional)    Print "(continued)..." on the last footnote line of the first page and "...(continued)" on the first footnote line of the next page.
  2014.  
  2015. No!
  2016.  
  2017. Yes!
  2018.  
  2019. FootnotePosition: enumeration (optional)    AfterText!
  2020.  
  2021. BottomOfPage!
  2022.  
  2023. Separator: enumeration (optional)    MarginToMargin!
  2024.  
  2025. NoLine!
  2026.  
  2027. ShortLine!
  2028.  
  2029. FootnoteOptionsDlg
  2030.  
  2031. Syntax
  2032.  
  2033. ()
  2034.  
  2035. Description
  2036.  
  2037. Display the Advanced Footnote Options dialog box.
  2038.  
  2039. FootnotePosition
  2040.  
  2041. Syntax
  2042.  
  2043. (Position: enumeration)
  2044.  
  2045. Description
  2046.  
  2047. Print footnotes at the bottom of the page or just below the last line of text. Recordable substitute: FootnoteOptions.
  2048.  
  2049. Parameters
  2050.  
  2051. Position: enumeration    AfterText!
  2052.  
  2053. BottomOfPage!
  2054.  
  2055. FootnoteRestartEachPage
  2056.  
  2057. Syntax
  2058.  
  2059. (State: enumeration)
  2060.  
  2061. Description
  2062.  
  2063. Restart the footnote numbering on each page. Recordable substitute: FootnoteOptions.
  2064.  
  2065. Parameters
  2066.  
  2067. State: enumeration    No!
  2068.  
  2069. Yes!
  2070.  
  2071. FootnoteSeparatorLine
  2072.  
  2073. Syntax
  2074.  
  2075. (Style: any; SpaceAboveLine: measurement; SpaceBelowLine: measurement; Alignment: enumeration; Width: measurement; Position: measurement)
  2076.  
  2077. Description
  2078.  
  2079. Specify a separator line between text and footnotes.
  2080.  
  2081. Parameters
  2082.  
  2083. Style: any    ButtonBottomRightLine!
  2084.  
  2085. ButtonTopLeftLine!
  2086.  
  2087. DashedLine!
  2088.  
  2089. DottedLine!
  2090.  
  2091. DoubleLine!
  2092.  
  2093. ExtraThickLine!
  2094.  
  2095. HeavyDoubleLine!
  2096.  
  2097. HeavySingleLine!
  2098.  
  2099. NoLine!
  2100.  
  2101. SingleLine!
  2102.  
  2103. TableDefaultLine!
  2104.  
  2105. ThickLine!
  2106.  
  2107. ThickThinLine!
  2108.  
  2109. ThinThickLine!
  2110.  
  2111. SpaceAboveLine: measurement    The space between the separator line and the last line of text.
  2112.  
  2113. SpaceBelowLine: measurement    The space between the separator line and the first footnote.
  2114.  
  2115. Alignment: enumeration    Center!
  2116.  
  2117. Full!
  2118.  
  2119. Left!
  2120.  
  2121. Right!
  2122.  
  2123. SetPosition!
  2124.  
  2125. Width: measurement (optional)    The separator line width.
  2126.  
  2127. Position: measurement (optional)    The distance of a separator line from the left edge of the page.
  2128.  
  2129. FootnoteSpaceBetween
  2130.  
  2131. Syntax
  2132.  
  2133. (Space: measurement)
  2134.  
  2135. Description
  2136.  
  2137. Specify the amount of blank space between footnotes.
  2138.  
  2139. Parameters
  2140.  
  2141. Space: measurement    Default: .167".
  2142.  
  2143. FootnoteToEndnoteShippingMacro
  2144.  
  2145. Syntax
  2146.  
  2147. ()
  2148.  
  2149. Description
  2150.  
  2151. Play the shipping macro FOOTEND.WCM, which converts footnotes to endnotes in the current document or selected text. FOOTEND.WCM must be installed.
  2152.  
  2153. ForcePage
  2154.  
  2155. Syntax
  2156.  
  2157. (EvenOddNew: enumeration)
  2158.  
  2159. Description
  2160.  
  2161. Force a page break or specify that a certain page always has an odd or even number.
  2162.  
  2163. Parameters
  2164.  
  2165. EvenOddNew: enumeration    Even!
  2166.  
  2167. New!
  2168.  
  2169. Odd!
  2170.  
  2171. ForcePageDlg
  2172.  
  2173. Syntax
  2174.  
  2175. ()
  2176.  
  2177. Description
  2178.  
  2179. Display the Force Page dialog box.
  2180.  
  2181. FormatMarginsDlg
  2182.  
  2183. Syntax
  2184.  
  2185. ()
  2186.  
  2187. Description
  2188.  
  2189. Display the Margins dialog box.
  2190.  
  2191.  
  2192.  
  2193.  
  2194.  
  2195.  
  2196.