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

  1. PageBorderDlg
  2.  
  3. Syntax
  4.  
  5. PageBorderDlg()
  6.  
  7. Description
  8.  
  9. Display the Page Border/Fill dialog box.
  10.  
  11. PageNumber
  12.  
  13. Syntax
  14.  
  15. PageNumber(Page As Integer)
  16.  
  17. Description
  18.  
  19. Specify a new page number for the current page.
  20.  
  21. Parameters
  22.  
  23. Page: numeric    The new page number.
  24.  
  25. PageNumberDecrement
  26.  
  27. Syntax
  28.  
  29. PageNumberDecrement()
  30.  
  31. Description
  32.  
  33. Decrease the current page number by one.
  34.  
  35. PageNumberDisplay
  36.  
  37. Syntax
  38.  
  39. PageNumberDisplay()
  40.  
  41. Description
  42.  
  43. Insert the current page number at the insertion point.
  44.  
  45. PageNumberDisplayFormat
  46.  
  47. Syntax
  48.  
  49. PageNumberDisplayFormat()
  50.  
  51. Description
  52.  
  53. Display a formatted page number at the insertion point in the current document window.
  54.  
  55. PageNumberFormat
  56.  
  57. Syntax
  58.  
  59. PageNumberFormat(Format As String)
  60.  
  61. Description
  62.  
  63. Specify a page number format including text, page, total page, chapter, volume, or secondary page numbers.
  64.  
  65. Parameters
  66.  
  67. Format: string    Combine macro function codes and text to create a page number format.
  68.  
  69. PageNumberIncrement
  70.  
  71. Syntax
  72.  
  73. PageNumberIncrement()
  74.  
  75. Description
  76.  
  77. Increase the current page number by one.
  78.  
  79. PageNumberingAdjustDlg
  80.  
  81. Syntax
  82.  
  83. PageNumberingAdjustDlg()
  84.  
  85. Description
  86.  
  87. Display the Value/Adjust Number dialog box.
  88.  
  89. PageNumberingCountDlg
  90.  
  91. Syntax
  92.  
  93. PageNumberingCountDlg()
  94.  
  95. Description
  96.  
  97. Display the Page Count for Total Pages dialog box. Displaying this dialog box also updates the total page count.
  98.  
  99. PageNumberingDlg
  100.  
  101. Syntax
  102.  
  103. PageNumberingDlg()
  104.  
  105. Description
  106.  
  107. Display the Select Page Numbering Format dialog box.
  108.  
  109. PageNumberingInsertDlg
  110.  
  111. Syntax
  112.  
  113. PageNumberingInsertDlg()
  114.  
  115. Description
  116.  
  117. Display the Insert Number in Text dialog box.
  118.  
  119. PageNumberMethod
  120.  
  121. Syntax
  122.  
  123. PageNumberMethod(Method As _PageNumberMethod_Method_enum)
  124.  
  125. Description
  126.  
  127. Specify a page numbering method.
  128.  
  129. Parameters
  130.  
  131. Method: enumeration    LowerLetters!
  132.  
  133. LowerRoman!
  134.  
  135. Numbers!
  136.  
  137. UpperLetters!
  138.  
  139. UpperRoman!
  140.  
  141. PageNumberPosition
  142.  
  143. Syntax
  144.  
  145. PageNumberPosition(Position As _PageNumberPosition_Position_enum, Default As _PageNumberPosition_Default_enum, [Font As String], [FontSize As Integer], [Red As Integer], [Green As Integer], [Blue As Integer], [Shade As Integer], [Attributes])
  146.  
  147. Description
  148.  
  149. Specify the position and appearance of page numbering. Use Font, Color, Shade, and Attributes parameters only if the Default parameter is DontUseDefaultValues!.
  150.  
  151. Parameters
  152.  
  153. Position: enumeration    BottomAlternating!
  154.  
  155. BottomCenter!
  156.  
  157. BottomLeft!
  158.  
  159. BottomRight!
  160.  
  161. InsideTopAlternating!
  162.  
  163. None!
  164.  
  165. OutsideBottomAlternating!
  166.  
  167. TopAlternating!
  168.  
  169. TopCenter!
  170.  
  171. TopLeft!
  172.  
  173. TopRight!
  174.  
  175. Default: enumeration    DontUseDefaultValues!
  176.  
  177. UseDefaultValues!
  178.  
  179. Font: string (optional)    The font face for the page number.
  180.  
  181. FontSize: measurement (optional)    The font size for the page number.
  182.  
  183. Red: numeric (optional)    Value: 0-255.
  184.  
  185. Green: numeric (optional)    Value: 0-255.
  186.  
  187. Blue: numeric (optional)    Value: 0-255.
  188.  
  189. Shade: numeric (optional)    Percent: 0-100.
  190.  
  191. Attributes: enumeration (optional)    Bold!
  192.  
  193. DoubleUnderline!
  194.  
  195. Every!
  196.  
  197. ExtraLarge!
  198.  
  199. Fine!
  200.  
  201. Italics!
  202.  
  203. Large!
  204.  
  205. Outline!
  206.  
  207. Redline!
  208.  
  209. Shadow!
  210.  
  211. Small!
  212.  
  213. SmallCaps!
  214.  
  215. Strikeout!
  216.  
  217. Subscript!
  218.  
  219. Superscript!
  220.  
  221. Underline!
  222.  
  223. VeryLarge!
  224.  
  225. PageNumberSettingsDlg
  226.  
  227. Syntax
  228.  
  229. PageNumberSettingsDlg()
  230.  
  231. Description
  232.  
  233. Display the Numbering Value dialog box.
  234.  
  235. PageSetupDlg
  236.  
  237. Syntax
  238.  
  239. PageSetupDlg()
  240.  
  241. Description
  242.  
  243. Display the Page Setup dialog box.
  244.  
  245. PageSuppressDlg
  246.  
  247. Syntax
  248.  
  249. PageSuppressDlg()
  250.  
  251. Description
  252.  
  253. Display the Suppress dialog box.
  254.  
  255. PageZoomFull
  256.  
  257. Syntax
  258.  
  259. PageZoomFull()
  260.  
  261. Description
  262.  
  263. Display Page view, then zoom the current page to Full Page.
  264.  
  265. PaneNext
  266.  
  267. Syntax
  268.  
  269. PaneNext()
  270.  
  271. Description
  272.  
  273. Move the focus to the next pane in the Equation Editor.
  274.  
  275. PanePrevious
  276.  
  277. Syntax
  278.  
  279. PanePrevious()
  280.  
  281. Description
  282.  
  283. Move the focus to the previous pane in the Equation Editor.
  284.  
  285. PaperSizeAdd
  286.  
  287. Syntax
  288.  
  289. PaperSizeAdd(Name As String, Width As Integer, Length As Integer, WidthAdjust As Integer, LengthAdjust As Integer, Flags As _PaperSizeAdd_Flags_enum, Location As _PaperSizeAdd_Location_enum, Type As _PaperSizeAdd_Type_enum, [Use As _PaperSizeAdd_Use_enum], [ReturnAddressHoriz As Integer], [ReturnAddressVert As Integer], [MailingAddressHoriz As Integer], [MailingAddressVert As Integer])
  290.  
  291. Description
  292.  
  293. Create a page definition for the Page Size dialog box. Use address position parameters if the Type parameter is Envelope!.
  294.  
  295. Parameters
  296.  
  297. Name: string    Use if the Type parameter is Other!.
  298.  
  299. Width: measurement    The width of the page.
  300.  
  301. Length: measurement    The length of the page.
  302.  
  303. WidthAdjust: measurement    Move the page contents left (positive value) or right (negative value).
  304.  
  305. LengthAdjust: measurement    Move the page contents up (positive value) or down (negative value).
  306.  
  307. Flags: enumeration    FormCurrentlyLoaded!
  308.  
  309. Landscape!
  310.  
  311. LandscapeLoaded!
  312.  
  313. LandscapePrimaryLoaded!
  314.  
  315. Portrait!
  316.  
  317. PortraitLoaded!
  318.  
  319. PortraitPrimaryLoaded!
  320.  
  321. PrimaryForm!
  322.  
  323. Location: enumeration    The printer paper feed.
  324.  
  325. Continuous!
  326.  
  327. Manual!
  328.  
  329. Type: enumeration    AllOthers!
  330.  
  331. Bond!
  332.  
  333. CardStock!
  334.  
  335. ClayBased!
  336.  
  337. Envelope!
  338.  
  339. Glossy!
  340.  
  341. Labels!
  342.  
  343. Letterhead!
  344.  
  345. Other!
  346.  
  347. Standard!
  348.  
  349. Transparency!
  350.  
  351. Use: enumeration (optional)    Europe!
  352.  
  353. Japan!
  354.  
  355. Latin_America!
  356.  
  357. None!
  358.  
  359. US!
  360.  
  361. ReturnAddressHoriz: measurement (optional)    Left and right position for the return address.
  362.  
  363. ReturnAddressVert: measurement(optional)    Top and bottom position for the return address.
  364.  
  365. MailingAddressHoriz: measurement(optional)    Left and right position for the return address.
  366.  
  367. MailingAddressVert: measurement(optional)    Top and bottom position for the return address.
  368.  
  369. PaperSizeDelete
  370.  
  371. Syntax
  372.  
  373. PaperSizeDelete(Name As String)
  374.  
  375. Description
  376.  
  377. Delete a page definition.
  378.  
  379. Parameters
  380.  
  381. Name: string    The name of the paper definition.
  382.  
  383. PaperSizeDlg
  384.  
  385. Syntax
  386.  
  387. PaperSizeDlg()
  388.  
  389. Description
  390.  
  391. Display the Page Size dialog box.
  392.  
  393. PaperSizeResave
  394.  
  395. Syntax
  396.  
  397. PaperSizeResave(OldName As String, NewName As String, Width As Integer, Length As Integer, WidthAdjustment As Integer, LengthAdjustment As Integer, Flags As _PaperSizeResave_Flags_enum, Location As _PaperSizeResave_Location_enum, Type As _PaperSizeResave_Type_enum, Use As _PaperSizeResave_Use_enum, ReturnAddressHoriz As Integer, ReturnAddressVert As Integer, MailingAddressHoriz As Integer, MailingAddressVert As Integer)
  398.  
  399. Description
  400.  
  401. Edit and save a page definition from the Page Size dialog box. Use address position parameters if the Type parameter is Envelope!.
  402.  
  403. Parameters
  404.  
  405. OldName: string    The original name of the page definition.
  406.  
  407. NewName: string    The name for the edited page definition.
  408.  
  409. Width: measurement    The width of the page.
  410.  
  411. Length: measurement    The length of the page.
  412.  
  413. WidthAdjustment: measurement    Move the page contents right (positive value) or left (negative value).
  414.  
  415. LengthAdjustment: measurement    Move the page contents up (positive value) or down (negative value).
  416.  
  417. Flags: enumeration    Specify the orientation.
  418.  
  419. FormCurrentlyLoaded!
  420.  
  421. Landscape!
  422.  
  423. LandscapeLoaded!
  424.  
  425. LandscapePrimaryLoaded!
  426.  
  427. Portrait!
  428.  
  429. PortraitLoaded!
  430.  
  431. PortraitPrimaryLoaded!
  432.  
  433. PrimaryForm!
  434.  
  435. Location: enumeration    The printer paper feed.
  436.  
  437. Continuous!
  438.  
  439. Manual!
  440.  
  441. Type: enumeration    AllOthers!
  442.  
  443. Bond!
  444.  
  445. CardStock!
  446.  
  447. ClayBased!
  448.  
  449. Envelope!
  450.  
  451. Glossy!
  452.  
  453. Labels!
  454.  
  455. Letterhead!
  456.  
  457. Other!
  458.  
  459. Standard!
  460.  
  461. Transparency!
  462.  
  463. Use: enumeration    Europe!
  464.  
  465. Japan!
  466.  
  467. Latin_America!
  468.  
  469. None!
  470.  
  471. US!
  472.  
  473. ReturnAddressHoriz: measurement    The left and right position for the return address.
  474.  
  475. ReturnAddressVert: measurement    The top and bottom position for the return address.
  476.  
  477. MailingAddressHoriz: measurement    The left and right position for the mailing address.
  478.  
  479. MailingAddressVert: measurement    The top and bottom position for the mailing address.
  480.  
  481. PaperSizeSelect
  482.  
  483. Syntax
  484.  
  485. PaperSizeSelect(Name As String, [Width As Integer], [Height As Integer], [Type As _PaperSizeSelect_Type_enum])
  486.  
  487. Description
  488.  
  489. Specify a page size for the current document.
  490.  
  491. Parameters
  492.  
  493. Name: string    The name of a paper definition.
  494.  
  495. Width: measurement (optional)    The width of the page.
  496.  
  497. Height: measurement (optional)    The height of the page.
  498.  
  499. Type: enumeration (optional)    Bond!
  500.  
  501. Cardstock!
  502.  
  503. ClayBased!
  504.  
  505. Envelope!
  506.  
  507. Glossy!
  508.  
  509. Labels!
  510.  
  511. Letterhead!
  512.  
  513. Other!
  514.  
  515. Standard!
  516.  
  517. Transparency!
  518.  
  519. ParagraphBorderDlg
  520.  
  521. Syntax
  522.  
  523. ParagraphBorderDlg()
  524.  
  525. Description
  526.  
  527. Display the Paragraph Border/Fill dialog box.
  528.  
  529. ParagraphBreakShippingMacro
  530.  
  531. Syntax
  532.  
  533. ParagraphBreakShippingMacro()
  534.  
  535. Description
  536.  
  537. Play the shipping macro PARABRK.WCM to display the Paragraph Breaks dialog box, where graphical paragraph break markers can be edited and selected to insert after the next [HRt]. PARABRK.WCM must be installed.
  538.  
  539. ParagraphDown
  540.  
  541. Syntax
  542.  
  543. ParagraphDown()
  544.  
  545. Description
  546.  
  547. Move the insertion point to the beginning of the next paragraph (after [HRt] or [HRt]). Recordable substitute: PosParagraphNext().
  548.  
  549. ParagraphFormatDlg
  550.  
  551. Syntax
  552.  
  553. ParagraphFormatDlg()
  554.  
  555. Description
  556.  
  557. Display the Paragraph Format dialog box.
  558.  
  559. ParagraphHangingIndent
  560.  
  561. Syntax
  562.  
  563. ParagraphHangingIndent()
  564.  
  565. Description
  566.  
  567. Align the first line of a paragraph with the left margin and indent the remaining lines to the next tab stop.
  568.  
  569. ParagraphNumberDefDlg
  570.  
  571. Syntax
  572.  
  573. ParagraphNumberDefDlg()
  574.  
  575. Description
  576.  
  577. Display the Change Outline Level dialog box.
  578.  
  579. ParagraphSetNumber
  580.  
  581. Syntax
  582.  
  583.  ParagraphSetNumber(Level As Integer, StartValue As Integer)
  584.  
  585. Description
  586.  
  587. Specify the level and starting value for paragraph numbering.
  588.  
  589. Parameters
  590.  
  591. Level: numeric    The level of paragraph numbering.
  592.  
  593. StartValue: numeric    The start value of paragraph numbering.
  594.  
  595. ParagraphSpacing
  596.  
  597. Syntax
  598.  
  599. ParagraphSpacing(AmtSpc As Double, [DotSpc As Integer])
  600.  
  601. Description
  602.  
  603. Lets you specify the spacing between paragraphs. The default spacing is the font point size plus two points.
  604.  
  605. Parameters
  606.  
  607. AmtSpc: numeric    Default: 1.0.
  608.  
  609. DotSpc: numeric (optional)    
  610.  
  611. ParagraphUp
  612.  
  613. Syntax
  614.  
  615. ParagraphUp()
  616.  
  617. Description
  618.  
  619. Move the insertion point to the beginning of the previous paragraph. Recordable substitute: PosParagraphPrevious.
  620.  
  621. Paste
  622.  
  623. Syntax
  624.  
  625. Paste()
  626.  
  627. Description
  628.  
  629. Paste the Clipboard contents at the insertion point.
  630.  
  631. PasteLink
  632.  
  633. Syntax
  634.  
  635. PasteLink(FormatName As String, FormatId As Integer, LinkType As _PasteLink_LinkType_enum)
  636.  
  637. Description
  638.  
  639. Insert an object from the Clipboard into the current document, thus creating a link with the server application that created the object.
  640.  
  641. Parameters
  642.  
  643. FormatName: string    The format of the linked object. Consult your server application's documentation for a valid format name.
  644.  
  645. FormatId: numeric    The identification number of the format of the linked object. Consult your server application's documentation for a valid format ID.
  646.  
  647. LinkType: enumeration    Dde!
  648.  
  649. Ole!
  650.  
  651. PauseCommand
  652.  
  653. Syntax
  654.  
  655. PauseCommand(Token As Integer)
  656.  
  657. Description
  658.  
  659. Pause a macro until a specified macro method is executed. For example, Enter executes the HardReturn method. PauseCommand does not prompt the user to press a key, so it is often used with PROMPT.
  660.  
  661. Parameters
  662.  
  663. Token: method name    The method to pause.
  664.  
  665. PauseKey
  666.  
  667. Syntax
  668.  
  669.  PauseKey(Key As _PauseKey_Key_enum, [Character As String])
  670.  
  671. Description
  672.  
  673. Pause a macro until a specified key or character is pressed.
  674.  
  675. Parameters
  676.  
  677. Key: enumeration    The key to resume macro execution. Default: Enter!. Any! resumes when any key is pressed, including Backspace, Delete, and Ctrl+Enter.
  678.  
  679. Any!
  680.  
  681. Cancel!
  682.  
  683. Character!
  684.  
  685. Close!
  686.  
  687. Enter!
  688.  
  689. Character: string (optional)    The case-sensitive character that resumes macro execution when pressed. Use if the Key parameter is Character!.
  690.  
  691. PauseSet
  692.  
  693. Syntax
  694.  
  695.  PauseSet(Token As Integer)
  696.  
  697. Description
  698.  
  699. Specify a method to replace a [HRt] that ends a PAUSE method.
  700.  
  701. Parameters
  702.  
  703. Token: method name    A method to resume a paused macro. Usually represents a keystroke.
  704.  
  705. PerfectExpert
  706.  
  707. Syntax
  708.  
  709. PerfectExpert([State As _PerfectExpert_State_enum]) As Boolean
  710.  
  711. Description
  712.  
  713. Open the User Assistant.
  714.  
  715. Return Value
  716.  
  717. True - The User Assistant opened.
  718.  
  719. False - The User Assistant did not open.
  720.  
  721.  
  722.  
  723. PersonalInfoDlg
  724.  
  725. Syntax
  726.  
  727. PersonalInfoDlg() As Boolean
  728.  
  729. Description
  730.  
  731. Display the Corel Address Book with the personal information record selected. If the personal information has not been previously specified, the first record in the current address book is selected.
  732.  
  733. Return Value
  734.  
  735. Returns True if the Select button was clicked to dismiss the dialog box, False if the Close button was clicked to dismiss the dialog box.
  736.  
  737. PersonalInfoFormatAddr
  738.  
  739. Syntax
  740.  
  741. PersonalInfoFormatAddr(Format As String) As String
  742.  
  743. Description
  744.  
  745. Return the personal information stored in the address book using the specified format.
  746.  
  747. Parameters
  748.  
  749. Format: string    The format specification used when returning the personal information. Use AddressBookFormatGetFormat() or AddressBookFormatGetCurrent() to retrieve an address format specification.
  750.  
  751. PersonalInfoGetField
  752.  
  753. Syntax
  754.  
  755. PersonalInfoGetField(Field) As String
  756.  
  757. Description
  758.  
  759. Return the value of a field from the current personal information stored in the address book.
  760.  
  761. Parameters
  762.  
  763. Field: any    If this parameter is a number, the method will try to return the value of the field with that code number. If this parameter is a string, the method will try to return the value of the field with that name.
  764.  
  765. PlayClipBoardShippingMacro
  766.  
  767. Syntax
  768.  
  769. PlayClipBoardShippingMacro()
  770.  
  771. Description
  772.  
  773. Play the shipping macro READCLP.WCM to speak Clipboard text. READCLP.WCM must be installed. ProVoice or Monologue text-to-speech software is required.
  774.  
  775. PlayFileShippingMacro
  776.  
  777. Syntax
  778.  
  779.  PlaySelectionShippingMacro()
  780.  
  781. Description
  782.  
  783. Play the shipping macro READFILE.WCM to speak a text file or play a .WAV, .AVI, or .MID file. READFILE.WCM must be installed. ProVoice or Monologue text-to-speech software is required.
  784.  
  785. PlaySelectionShippingMacro
  786.  
  787. Syntax
  788.  
  789. PlaySelectionShippingMacro()
  790.  
  791. Description
  792.  
  793. Play the shipping macro READSEL.WCM to speak selected text. Not recordable. READSEL.WCM must be installed. ProVoice or Monologue text-to-speech software is required.
  794.  
  795. PleadingShippingMacro
  796.  
  797. Syntax
  798.  
  799. PleadingShippingMacro()
  800.  
  801. Description
  802.  
  803. Play the shipping macro PLEADING.WCM to display the Pleading Paper dialog box, in which you specify and generate pleading options. PLEADING.WCM must be installed.
  804.  
  805. PosBlockBeg
  806.  
  807. Syntax
  808.  
  809. PosBlockBeg()
  810.  
  811. Description
  812.  
  813. Move the insertion point to the beginning of the selected text, then deselect the text. Included for DOS compatibility. Windows equivalent: PosSelectTop.
  814.  
  815. PosBlockBottom
  816.  
  817. Syntax
  818.  
  819. PosBlockBottom()
  820.  
  821. Description
  822.  
  823. Move the insertion point to the bottom of the selected text. Included for DOS compatibility. Windows equivalent: PosSelectBottom().
  824.  
  825. PosBlockTop
  826.  
  827. Syntax
  828.  
  829. PosBlockTop()
  830.  
  831. Description
  832.  
  833. Move the insertion point to the top of the selected text. Included for DOS compatibility. Windows equivalent: PosSelectTop().
  834.  
  835. PosCellDown
  836.  
  837. Syntax
  838.  
  839. PosCellDown()
  840.  
  841. Description
  842.  
  843. Move the insertion point down one row. Recordable equivalent: PosTableCellDown().
  844.  
  845. PosCellNext
  846.  
  847. Syntax
  848.  
  849. PosCellNext()
  850.  
  851. Description
  852.  
  853. Move the insertion point to the beginning of the next cell in the current table. If the insertion point is in the last cell of a table, the insertion point is moved to the beginning of that cell. Recordable equivalent: PosTableTopCellNext().
  854.  
  855. PosCellPrevious
  856.  
  857. Syntax
  858.  
  859. PosCellPrevious()
  860.  
  861. Description
  862.  
  863. Move the insertion point to the beginning of the previous cell in the current table. If the insertion point is in the first cell of a table, the insertion point is moved to the beginning of that cell. Recordable equivalent: PosTableCellPrevious().
  864.  
  865. PosCellUp
  866.  
  867. Syntax
  868.  
  869. PosCellUp()
  870.  
  871. Description
  872.  
  873. Move the insertion point up one cell. Recordable equivalent: PosTableCellUp().
  874.  
  875. PosCharacter
  876.  
  877. Syntax
  878.  
  879. PosCharacter(CharToMoveTo As String)
  880.  
  881. Description
  882.  
  883. Move the insertion point forward to a specified character. Maximum forward movement is 2,000 characters. Case sensitive. If the specified character is not found, this method does nothing.
  884.  
  885. Parameters
  886.  
  887. CharToMoveTo:     The single search character.
  888.  
  889. PosCharNext
  890.  
  891. Syntax
  892.  
  893. PosCharNext()
  894.  
  895. Description
  896.  
  897. Move the insertion point to the next character to the right.
  898.  
  899. PosCharPrevious
  900.  
  901. Syntax
  902.  
  903. PosCharPrevious()
  904.  
  905. Description
  906.  
  907. Move the insertion point to the previous character.
  908.  
  909. PosColBottom
  910.  
  911. Syntax
  912.  
  913. PosColBottom()
  914.  
  915. Description
  916.  
  917. Move the insertion point to the beginning of the last line before a page break. Move to the end of the document if there is no page break. In columns, move the insertion point to the beginning of the last line of the column. In tables, move to the beginning of the last line of the last cell in the current column that contains data.
  918.  
  919. PosColFirst
  920.  
  921. Syntax
  922.  
  923. PosColFirst()
  924.  
  925. Description
  926.  
  927. Move the insertion point to the beginning of the line. In columns, move the insertion point to the beginning of the line in the first column. In tables, no effect.
  928.  
  929. PosColLast
  930.  
  931. Syntax
  932.  
  933. PosColLast()
  934.  
  935. Description
  936.  
  937. Move the insertion point to the beginning of the current line. In columns, move the insertion point to the beginning of the current line in the last column. In tables, this method has no effect.
  938.  
  939. PosColNext
  940.  
  941. Syntax
  942.  
  943. PosColNext()
  944.  
  945. Description
  946.  
  947. Move the insertion point to the beginning of the current line in the next column or to the current line in the current row of the next table column.
  948.  
  949. PosColPrevious
  950.  
  951. Syntax
  952.  
  953. PosColPrevious()
  954.  
  955. Description
  956.  
  957. Move the insertion point to the beginning of the current line in the previous column or to the beginning of the current row and line in the previous table column.
  958.  
  959. PosColTop
  960.  
  961. Syntax
  962.  
  963. PosColTop()
  964.  
  965. Description
  966.  
  967. In columns, move the insertion point to the beginning of the current column. In tables, move to the beginning of the current row in the previous column. If there are multiple lines in the current cell, move the insertion point to the beginning of the previous line in the current cell. In regular (non-column) text, move the insertion point to the beginning of the previous line.
  968.  
  969. PosDocBottom
  970.  
  971. Syntax
  972.  
  973. PosDocBottom()
  974.  
  975. Description
  976.  
  977. Move the insertion point to the end of the document, after all codes.
  978.  
  979. PosDocTop
  980.  
  981. Syntax
  982.  
  983. PosDocTop()
  984.  
  985. Description
  986.  
  987. Move the insertion point to the beginning of the document, after any initial codes.
  988.  
  989. PosDocVeryTop
  990.  
  991. Syntax
  992.  
  993.  PosDocVeryTop()
  994.  
  995. Description
  996.  
  997. Move the insertion point to the beginning of a document, before any codes.
  998.  
  999. PosEndnote
  1000.  
  1001. Syntax
  1002.  
  1003. PosEndnote([EndnoteNumber As Integer])
  1004.  
  1005. Description
  1006.  
  1007. Moves the insertion point to an endnote.
  1008.  
  1009. Parameters
  1010.  
  1011. EndnoteNumber: numeric    The number of the endnote.
  1012.  
  1013. PosFootnote
  1014.  
  1015. Syntax
  1016.  
  1017. PosFootnote([FootnoteNumber As Integer])
  1018.  
  1019. Description
  1020.  
  1021. Moves the insertion point to a footnote.
  1022.  
  1023. Parameters
  1024.  
  1025. FootnoteNumber:     The number of the footnote.
  1026.  
  1027. PosFunction
  1028.  
  1029. Syntax
  1030.  
  1031.  PosFunction(Function As _PosFunction_Function_enum)
  1032.  
  1033. Description
  1034.  
  1035. Move the insertion point to the right of the next occurrence of the code specified in the Function parameter.
  1036.  
  1037. Parameters
  1038.  
  1039. Function: enumeration    CancelHyphenation!
  1040.  
  1041. HardEndOfLine!
  1042.  
  1043. HardHyphen!
  1044.  
  1045. HardSpace!
  1046.  
  1047. SoftEndOfLine!
  1048.  
  1049. Tab!
  1050.  
  1051. PosGoPrevious
  1052.  
  1053. Syntax
  1054.  
  1055. PosGoPrevious()
  1056.  
  1057. Description
  1058.  
  1059. Move the insertion point to its previous position.
  1060.  
  1061. PosGoToDlg
  1062.  
  1063. Syntax
  1064.  
  1065. PosGoToDlg()
  1066.  
  1067. Description
  1068.  
  1069. Display the Go To dialog box.
  1070.  
  1071. PosHeading
  1072.  
  1073. Syntax
  1074.  
  1075. PosHeading([HeadingNumber As Integer])
  1076.  
  1077. Description
  1078.  
  1079. Move the insertion point to a heading.
  1080.  
  1081. Parameter
  1082.  
  1083. HeadingNumber: numeric    The number of the heading.
  1084.  
  1085. PosIndex
  1086.  
  1087. Syntax
  1088.  
  1089.  PosIndex()
  1090.  
  1091. Description
  1092.  
  1093. Move the insertion point to the index.
  1094.  
  1095. PosLine
  1096.  
  1097. Syntax
  1098.  
  1099. PosLine([LineNumber As Integer])
  1100.  
  1101. Description
  1102.  
  1103. Lets you specify the line number to which to move the insertion point.
  1104.  
  1105. Parameter
  1106.  
  1107. LineNumber:     The line number
  1108.  
  1109. PosLineBeg
  1110.  
  1111. Syntax
  1112.  
  1113. PosLineBeg()
  1114.  
  1115. Description
  1116.  
  1117. Move the insertion point to the beginning of the current line.
  1118.  
  1119. PosLineDown
  1120.  
  1121. Syntax
  1122.  
  1123. PosLineDown()
  1124.  
  1125. Description
  1126.  
  1127. Move the insertion point down one line.
  1128.  
  1129. PosLineEnd
  1130.  
  1131. Syntax
  1132.  
  1133. PosLineEnd()
  1134.  
  1135. Description
  1136.  
  1137. Move the insertion point to the end of the current line.
  1138.  
  1139. PosLineUp
  1140.  
  1141. Syntax
  1142.  
  1143.  PosLineUp()
  1144.  
  1145. Description
  1146.  
  1147. Move the insertion point up one line.
  1148.  
  1149. PosLineVeryBeg
  1150.  
  1151. Syntax
  1152.  
  1153. PosLineVeryBeg()
  1154.  
  1155. Description
  1156.  
  1157. Move the insertion point to the beginning of a line, before codes.
  1158.  
  1159. PosLineVeryEnd
  1160.  
  1161. Syntax
  1162.  
  1163. PosLineVeryEnd()
  1164.  
  1165. Description
  1166.  
  1167. Move the insertion point to the end of the current line after codes, except [HRt] and [SRt].
  1168.  
  1169. PosNextComment
  1170.  
  1171. Syntax
  1172.  
  1173.  PosNextComment()
  1174.  
  1175. Description
  1176.  
  1177. Move the insertion point to the next comment.
  1178.  
  1179. PosNextEndnote
  1180.  
  1181. Syntax
  1182.  
  1183. PosNextEndnote()
  1184.  
  1185. Description
  1186.  
  1187. Move the insertion point to the next endnote.
  1188.  
  1189. PosNextFootnote
  1190.  
  1191. Syntax
  1192.  
  1193. PosNextFootnote()
  1194.  
  1195. Description
  1196.  
  1197. Move the insertion point to the next footnote.
  1198.  
  1199. PosNextHeading
  1200.  
  1201. Syntax
  1202.  
  1203.  PosNextHeading()
  1204.  
  1205. Description
  1206.  
  1207. Move the insertion point to the next heading.
  1208.  
  1209. PosNextTOC
  1210.  
  1211. Syntax
  1212.  
  1213. PosNextTOC()
  1214.  
  1215. Description
  1216.  
  1217. Move the insertion point to the next table of contents.
  1218.  
  1219. PosNextIndex
  1220.  
  1221. Syntax
  1222.  
  1223. PosNextIndex()
  1224.  
  1225. Description
  1226.  
  1227. Move the insertion point to the next index.
  1228.  
  1229. PosNextTOA
  1230.  
  1231. Syntax
  1232.  
  1233.  PosNextTOA()
  1234.  
  1235. Description
  1236.  
  1237. Move the insertion point to the next table of authorities.
  1238.  
  1239. PosPage
  1240.  
  1241. Syntax
  1242.  
  1243. PosPage(Volume As _PosPage_Volume_enum, Chapter As _PosPage_Chapter_enum, Page As _PosPage_Page_enum, [Direction As _PosPage_Direction_enum])
  1244.  
  1245. Description
  1246.  
  1247. Move the insertion point to a specified page.
  1248.  
  1249. Parameters
  1250.  
  1251. Volume: enumeration    NoneSpecified!
  1252.  
  1253. Chapter: enumeration    NoneSpecified!
  1254.  
  1255. Page: enumeration    NoneSpecified!
  1256.  
  1257. Direction: enumeration (optional)    Down!
  1258.  
  1259. Up!
  1260.  
  1261. PosPageBottom
  1262.  
  1263. Syntax
  1264.  
  1265. PosPageBottom()
  1266.  
  1267. Description
  1268.  
  1269. Move the insertion point to the beginning of the last line on the current page. On the last page of a document, move to the end of the last line.
  1270.  
  1271. PosPageNext
  1272.  
  1273. Syntax
  1274.  
  1275. PosPageNext()
  1276.  
  1277. Description
  1278.  
  1279. Move the insertion point to the beginning of the next page. On the last page of the document, move to the end.
  1280.  
  1281. PosPagePrevious
  1282.  
  1283. Syntax
  1284.  
  1285.  PosPagePrevious()
  1286.  
  1287. Description
  1288.  
  1289. Move the insertion point to the beginning of the previous page. On the first page of the document, move to the top of the page.
  1290.  
  1291. PosPageTop
  1292.  
  1293. Syntax
  1294.  
  1295. PosPageTop()
  1296.  
  1297. Description
  1298.  
  1299. Move the insertion point to the beginning of the current page. In columns, move to the beginning of the current column.
  1300.  
  1301. PosParagraphNext
  1302.  
  1303. Syntax
  1304.  
  1305. PosParagraphNext()
  1306.  
  1307. Description
  1308.  
  1309. Move the insertion point to the beginning of the next paragraph. In the last paragraph of a document, move to the end.
  1310.  
  1311. PosParagraphPrevious
  1312.  
  1313. Syntax
  1314.  
  1315. PosParagraphPrevious()
  1316.  
  1317. Description
  1318.  
  1319. Move the insertion point to the beginning of the current paragraph. At the beginning of a paragraph, move to the beginning of the previous paragraph.
  1320.  
  1321. PosPrevFootnote
  1322.  
  1323. Syntax
  1324.  
  1325. PosPrevFootnote()
  1326.  
  1327. Description
  1328.  
  1329. Move the insertion point to the previous endnote.
  1330.  
  1331. PosPrevEndnote
  1332.  
  1333. Syntax
  1334.  
  1335. PosPrevEndnote()
  1336.  
  1337. Description
  1338.  
  1339. Move the insertion point to the previous endnote.
  1340.  
  1341. PosPrevHeading
  1342.  
  1343. Syntax
  1344.  
  1345. PosPrevHeading()
  1346.  
  1347. Description
  1348.  
  1349. Move the insertion point to the previous heading.
  1350.  
  1351. PosPrevComment
  1352.  
  1353. Syntax
  1354.  
  1355. PosPrevComment()
  1356.  
  1357. Description
  1358.  
  1359. Move the insertion point to the previous comment.
  1360.  
  1361. PosPrevTOC
  1362.  
  1363. Syntax
  1364.  
  1365.  PosPrevTOC()
  1366.  
  1367. Description
  1368.  
  1369. Move the insertion point to the previous table of contents.
  1370.  
  1371. PosPrevIndex
  1372.  
  1373. Syntax
  1374.  
  1375.  PosPrevIndex()
  1376.  
  1377. Description
  1378.  
  1379. Move the insertion point to the previous index.
  1380.  
  1381. PosPrevTOA
  1382.  
  1383. Syntax
  1384.  
  1385. PosPrevTOA()
  1386.  
  1387. Description
  1388.  
  1389. Move the insertion point to the previous table of authorities.
  1390.  
  1391. PosScreenDown
  1392.  
  1393. Syntax
  1394.  
  1395. PosScreenDown()
  1396.  
  1397. Description
  1398.  
  1399. Move the insertion point to the bottom of the screen, then down one screen at a time with each repetition of the method.
  1400.  
  1401. PosScreenLeft
  1402.  
  1403. Syntax
  1404.  
  1405. PosScreenLeft()
  1406.  
  1407. Description
  1408.  
  1409. Move the insertion point to the left edge of the screen, then left one screen at a time with each repetition of the method.
  1410.  
  1411. PosScreenRight
  1412.  
  1413. Syntax
  1414.  
  1415. PosScreenRight()
  1416.  
  1417. Description
  1418.  
  1419. Move the insertion point to the right edge of the screen, then right one screen at a time with each repetition of the method.
  1420.  
  1421. PosScreenUp
  1422.  
  1423. Syntax
  1424.  
  1425. PosScreenUp()
  1426.  
  1427. Description
  1428.  
  1429. Move the insertion point to the top of the screen, then up one screen at a time with each repetition of the method.
  1430.  
  1431. PosSelectBottom
  1432.  
  1433. Syntax
  1434.  
  1435. PosSelectBottom()
  1436.  
  1437. Description
  1438.  
  1439. Move the insertion point to the end of the selected text.
  1440.  
  1441. PosSelectTop
  1442.  
  1443. Syntax
  1444.  
  1445. PosSelectTop()
  1446.  
  1447. Description
  1448.  
  1449. Move the insertion point to the beginning of selected text.
  1450.  
  1451. PosTableBegin
  1452.  
  1453. Syntax
  1454.  
  1455. PosTableBegin()
  1456.  
  1457. Description
  1458.  
  1459. Move the insertion point to the first cell of a table.
  1460.  
  1461. PosTableBlockBeg
  1462.  
  1463. Syntax
  1464.  
  1465. PosTableBlockBeg()
  1466.  
  1467. Description
  1468.  
  1469. Deselect all selected table cells except the first cell in the selection.
  1470.  
  1471. PosTableCell
  1472.  
  1473. Syntax
  1474.  
  1475.  PosTableCell(Cell As String)
  1476.  
  1477. Description
  1478.  
  1479. Move the insertion point to a specified cell.
  1480.  
  1481. Parameters
  1482.  
  1483. Cell: string    The cell you want to have the insertion point move to.
  1484.  
  1485. PosTableCellBottom
  1486.  
  1487. Syntax
  1488.  
  1489.  PosTableCellBottom()
  1490.  
  1491. Description
  1492.  
  1493. Move the insertion point to the beginning of the last line in a cell.
  1494.  
  1495. PosTableCellDown
  1496.  
  1497. Syntax
  1498.  
  1499. PosTableCellDown()
  1500.  
  1501. Description
  1502.  
  1503. Move the insertion point down one table row to the beginning of the first line in the cell.
  1504.  
  1505. PosTableCellNext
  1506.  
  1507. Syntax
  1508.  
  1509. PosTableCellNext()
  1510.  
  1511. Description
  1512.  
  1513. Move the insertion point to the beginning of the next cell.
  1514.  
  1515. PosTableCellPrevious
  1516.  
  1517. Syntax
  1518.  
  1519. PosTableCellPrevious()
  1520.  
  1521. Description
  1522.  
  1523. Move the insertion point to the beginning of the previous cell. If there are two or more lines in the current cell but only one line in the previous cell, move to the beginning of the previous cell. If there are one or more lines in both the current and previous cells, move to the beginning of the current line in the previous cell.
  1524.  
  1525. PosTableCellTop
  1526.  
  1527. Syntax
  1528.  
  1529. PosTableCellTop()
  1530.  
  1531. Description
  1532.  
  1533. Move the insertion point to the beginning of the cell.
  1534.  
  1535. PosTableCellUp
  1536.  
  1537. Syntax
  1538.  
  1539. PosTableCellUp()
  1540.  
  1541. Description
  1542.  
  1543. Move the insertion point up one table cell.
  1544.  
  1545. PosTableColBottom
  1546.  
  1547. Syntax
  1548.  
  1549. PosTableColBottom()
  1550.  
  1551. Description
  1552.  
  1553. Move the insertion point to the beginning of the last cell in the current column. If select mode is on, the selection is extended.
  1554.  
  1555. PosTableColumnBottom
  1556.  
  1557. Syntax
  1558.  
  1559. PosTableColumnBottom()
  1560.  
  1561. Description
  1562.  
  1563. Move the insertion point to the beginning of the last cell in the current column. If select mode is on, select mode is turned off before the insertion point moves.
  1564.  
  1565. PosTableColumnTop
  1566.  
  1567. Syntax
  1568.  
  1569. PosTableColumnTop()
  1570.  
  1571. Description
  1572.  
  1573. Move the insertion point to the beginning of the table column.
  1574.  
  1575. PosTableEnd
  1576.  
  1577. Syntax
  1578.  
  1579. PosTableEnd()
  1580.  
  1581. Description
  1582.  
  1583. Move the insertion point to the beginning of the last table cell.
  1584.  
  1585. PosTableGoPrevious
  1586.  
  1587. Syntax
  1588.  
  1589. PosTableGoPrevious()
  1590.  
  1591. Description
  1592.  
  1593. Return the insertion point to its previous position in a table.
  1594.  
  1595. PosTableRowBegin
  1596.  
  1597. Syntax
  1598.  
  1599. PosTableRowBegin()
  1600.  
  1601. Description
  1602.  
  1603. Move the insertion point to the beginning of the current row.
  1604.  
  1605. PosTableRowEnd
  1606.  
  1607. Syntax
  1608.  
  1609. PosTableRowEnd()
  1610.  
  1611. Description
  1612.  
  1613. Move the insertion point to the beginning of the last cell in the row.
  1614.  
  1615. PosTableScreenDown
  1616.  
  1617. Syntax
  1618.  
  1619. PosTableScreenDown()
  1620.  
  1621. Description
  1622.  
  1623. Move the insertion point to the beginning of the last complete cell of the current column in the current screen, and down one screen with each repetition of the method.
  1624.  
  1625. PosTableScreenLeft
  1626.  
  1627. Syntax
  1628.  
  1629. PosTableScreenLeft()
  1630.  
  1631. Description
  1632.  
  1633. Move the insertion point to the beginning of the first complete cell in the row, and left one screen at a time with each repetition.
  1634.  
  1635. PosTableScreenRight
  1636.  
  1637. Syntax
  1638.  
  1639. PosTableScreenRight()
  1640.  
  1641. Description
  1642.  
  1643. Move the insertion point to the beginning of the last complete table cell of the row in the current screen, and right one screen at a time with each repetition.
  1644.  
  1645. PosTableScreenUp
  1646.  
  1647. Syntax
  1648.  
  1649. PosTableScreenUp()
  1650.  
  1651. Description
  1652.  
  1653. Move the insertion point to the beginning of first table cell of the screen in a table, and up one screen with each repetition.
  1654.  
  1655. PosTableTopCellNext
  1656.  
  1657. Syntax
  1658.  
  1659. PosTableTopCellNext()
  1660.  
  1661. Description
  1662.  
  1663. Move the insertion point to the beginning of the next cell. If the cells contain two or more lines, move to the beginning of the current line in the next cell. If the insertion point is in the last cell of a table, a new table row is created at the bottom of the table.
  1664.  
  1665. PosTableTopCellPrevious
  1666.  
  1667. Syntax
  1668.  
  1669. PosTableTopCellPrevious()
  1670.  
  1671. Description
  1672.  
  1673. Move the insertion point to the top of the previous table cell.
  1674.  
  1675. PosTOC
  1676.  
  1677. Syntax
  1678.  
  1679. PosTOC()
  1680.  
  1681. Description
  1682.  
  1683. Move the insertion point to the table of contents.
  1684.  
  1685. PosTOA
  1686.  
  1687. Syntax
  1688.  
  1689. PosTOA()
  1690.  
  1691. Description
  1692.  
  1693. Move the insertion point to the table of authorities.
  1694.  
  1695. PosWordNext
  1696.  
  1697. Syntax
  1698.  
  1699. PosWordNext()
  1700.  
  1701. Description
  1702.  
  1703. Move the insertion point to the beginning of the next word. Words separated by two hyphens or an em dash are treated as one word.
  1704.  
  1705. PosWordPrevious
  1706.  
  1707. Syntax
  1708.  
  1709. PosWordPrevious()
  1710.  
  1711. Description
  1712.  
  1713. Move the insertion point to the beginning of the previous word. If the insertion point is located within a word, the insertion point is moved to the beginning of the current word. Words separated by two hyphens or an em dash are treated as one word.
  1714.  
  1715. PowerBarEditDlg
  1716.  
  1717. Syntax
  1718.  
  1719. PowerBarEditDlg()
  1720.  
  1721. Description
  1722.  
  1723. Display the Toolbar Editor - Power Bar dialog box.
  1724.  
  1725. PowerBarOptionsDlg
  1726.  
  1727. Syntax
  1728.  
  1729. PowerBarOptionsDlg()
  1730.  
  1731. Description
  1732.  
  1733. Display the Power Bar Options dialog box.
  1734.  
  1735. PowerBarShow
  1736.  
  1737. Syntax
  1738.  
  1739.  PowerBarShow([State As _PowerBarShow_State_enum])
  1740.  
  1741. Description
  1742.  
  1743. Display (On!) or hide (Off!) the Power Bar. If no parameter is specified, this method toggles the Power Bar display.
  1744.  
  1745. Parameters
  1746.  
  1747. State: enumeration (optional)    Off!
  1748.  
  1749. On!
  1750.  
  1751. PowerTableNumericFormat
  1752.  
  1753. Syntax
  1754.  
  1755. PowerTableNumericFormat()
  1756.  
  1757. Description
  1758.  
  1759. Change the number format of a cell.
  1760.  
  1761. PrefApplicationBarEdit
  1762.  
  1763. Syntax
  1764.  
  1765.  PrefApplicationBarEdit([State As _PrefApplicationBarEdit_State_enum])
  1766.  
  1767. Description
  1768.  
  1769. Edit the Application Bar by adding or removing items.
  1770.  
  1771. Parameters
  1772.  
  1773. State: enumeration (optional)    Off!
  1774.  
  1775. On!
  1776.  
  1777. PrefBackupPath
  1778.  
  1779. Syntax
  1780.  
  1781.  PrefBackupPath([BackupDir As String], [UpdateQuickList As _PrefBackupPath_UpdateQuickList_enum])
  1782.  
  1783. Description
  1784.  
  1785. Specify the document backup directory and whether to update the QuickList.
  1786.  
  1787. Parameters
  1788.  
  1789. BackupDir: string (optional)    The directory where backup files are stored.
  1790.  
  1791. UpdateQuickList: enumeration (optional)    No!
  1792.  
  1793. Yes!
  1794.  
  1795. PrefBeep
  1796.  
  1797. Syntax
  1798.  
  1799. PrefBeep([Error As _PrefBeep_Error_enum], [Hyphenation As _PrefBeep_Hyphenation_enum], [SearchFailure As _PrefBeep_SearchFailure_enum])
  1800.  
  1801. Description
  1802.  
  1803. Specify when to turn Beep on or off.
  1804.  
  1805. Parameters
  1806.  
  1807. Error: enumeration (optional)    Off!
  1808.  
  1809. On!
  1810.  
  1811. Hyphenation: enumeration (optional)    Off!
  1812.  
  1813. On!
  1814.  
  1815. SearchFailure: enumeration (optional)    Off!
  1816.  
  1817. On!
  1818.  
  1819. PrefButtonBar
  1820.  
  1821. Syntax
  1822.  
  1823. PrefButtonBar()
  1824.  
  1825. Description
  1826.  
  1827. Display the Toolbar Preferences dialog box.
  1828.  
  1829. PrefDisplayDlg
  1830.  
  1831. Syntax
  1832.  
  1833.  PrefDisplayDlg()
  1834.  
  1835. Description
  1836.  
  1837. Display the Display Preferences dialog box.
  1838.  
  1839. PrefDisplaySet
  1840.  
  1841. Syntax
  1842.  
  1843.  PrefDisplaySet([DefaultView As _PrefDisplaySet_DefaultView_enum], [ShowTableGridLines As _PrefDisplaySet_ShowTableGridLines_enum], [ShowComments As _PrefDisplaySet_ShowComments_enum], [ShowGraphics As _PrefDisplaySet_ShowGraphics_enum], [TextInSystemColors As _PrefDisplaySet_TextInSystemColors_enum], [ShowHiddenText As _PrefDisplaySet_ShowHiddenText_enum], [SculpturedDialogs As _PrefDisplaySet_SculpturedDialogs_enum], [VerticalScrollBar As _PrefDisplaySet_VerticalScrollBar_enum], [HorizontalScrollBar As _PrefDisplaySet_HorizontalScrollBar_enum], [ShowHotSpots As _PrefDisplaySet_ShowHotSpots_enum], [ShowShadowCursor As _PrefDisplaySet_ShowShadowCursor_enum], [ShowTabBarIcons As _PrefDisplaySet_ShowTabBarIcons_enum], [ShowMarginIcons As _PrefDisplaySet_ShowMarginIcons_enum], [ShowRealWYSBYGI As _PrefDisplaySet_ShowRealWYSBYGI_enum])
  1844.  
  1845. Description
  1846.  
  1847. Specify how to display features.
  1848.  
  1849. Parameters
  1850.  
  1851. DefaultView: enumeration (optional)    ViewDraft!
  1852.  
  1853. ViewPage!
  1854.  
  1855. ViewTwoPage!
  1856.  
  1857. ShowTableGridLines: enumeration (optional)    No!
  1858.  
  1859. Yes!
  1860.  
  1861. ShowComments: enumeration (optional)    No!
  1862.  
  1863. Yes! 
  1864.  
  1865. ShowGraphics: enumeration (optional)    No!
  1866.  
  1867. Yes!
  1868.  
  1869. TextInSystemColors: enumeration (optional)    No!
  1870.  
  1871. Yes!
  1872.  
  1873. ShowHiddenText: enumeration (optional)    No!
  1874.  
  1875. Yes!
  1876.  
  1877. SculpturedDialogs: enumeration (optional)    No effect in version 7.
  1878.  
  1879. No!
  1880.  
  1881. Yes!
  1882.  
  1883. VerticalScrollBar: enumeration (optional)    No!
  1884.  
  1885. Yes!
  1886.  
  1887. HorizontalScrollBar: enumeration (optional)    Hide!
  1888.  
  1889. Show!
  1890.  
  1891. ShowHotSpots: enumeration (optional)    Set the QuickSpot display state. No effect after version 7.
  1892.  
  1893. No!
  1894.  
  1895. Yes!
  1896.  
  1897. ShowMarginIcons: enumeration (optional)    No!
  1898.  
  1899. Yes!
  1900.  
  1901. ShowRealWYSIWYG: enumeration (optional)    No!
  1902.  
  1903. Yes!
  1904.  
  1905. ShowShadowCursor: enumeration (optional)    No!
  1906.  
  1907. Yes!
  1908.  
  1909. ShowTabBarIcons: enumeration (optional)    No!
  1910.  
  1911. Yes!
  1912.  
  1913. PrefDocSummary
  1914.  
  1915. Syntax
  1916.  
  1917.  PrefDocSummary([SubjectSearchText As String], [DefaultDescriptiveType As String], [CreateOnExit As _PrefDocSummary_CreateOnExit_enum], [UseDescrOnOpen As _PrefDocSummary_UseDescrOnOpen_enum], [MakeFilenameDescrOnSaveAs As _PrefDocSummary_MakeFilenameDescrOnSaveAs_enum])
  1918.  
  1919. Description
  1920.  
  1921. Specify subject search text and default descriptive type for a document summary, and whether to create the summary automatically when saving a document.
  1922.  
  1923. Parameters
  1924.  
  1925. SubjectSearchText: string (optional)    The text before the subject line.
  1926.  
  1927. DefaultDescriptiveType: string (optional)    The description of the file type.
  1928.  
  1929. CreateOnExit: enumeration (optional)    No!
  1930.  
  1931. Yes!
  1932.  
  1933. UseDescrOnOpen: enumeration (optional)    No!
  1934.  
  1935. Yes!
  1936.  
  1937. MakeFilenameDescrOnSaveAs: enumeration (optional)    No!
  1938.  
  1939. Yes!
  1940.  
  1941. PrefDocSummaryDlg
  1942.  
  1943. Syntax
  1944.  
  1945. PrefDocSummaryDlg()
  1946.  
  1947. Description
  1948.  
  1949. Display the Document Summary Preferences dialog box.
  1950.  
  1951. PrefEnvironment
  1952.  
  1953. Syntax
  1954.  
  1955.  PrefEnvironment([UserName As String], [UserInitials As String], [UserColorRed As Integer], [UserColorGreen As Integer], [UserColorBlue As Integer], [ConfirmCodeDeletion As _PrefEnvironment_ConfirmCodeDeletion_enum], [ConfirmTableFormulaDeletion As _PrefEnvironment_ConfirmTableFormulaDeletion_enum], [SetQuickMarkOnSave As _PrefEnvironment_SetQuickMarkOnSave_enum], [ActivateHypertext As _PrefEnvironment_ActivateHypertext_enum], [FormatForDefaultPrinter As _PrefEnvironment_FormatForDefaultPrinter_enum], [SaveWorkspace As _PrefEnvironment_SaveWorkspace_enum], [AutoWordSelect As _PrefEnvironment_AutoWordSelect_enum], [GoToQuickMarkOnOpen As _PrefEnvironment_GoToQuickMarkOnOpen_enum], [Use51LetterStyle As _PrefEnvironment_Use51LetterStyle_enum])
  1956.  
  1957. Description
  1958.  
  1959. Specify environment settings.
  1960.  
  1961. Parameters
  1962.  
  1963. UserName: string (optional)    The user name.
  1964.  
  1965. UserInitials: string (optional)    The user ID.
  1966.  
  1967. UserColorRed: numeric (optional)    Value: 0-255.
  1968.  
  1969. UserColorGreen: numeric (optional)    Value: 0-255.
  1970.  
  1971. UserColorBlue: numeric (optional)    Value: 0-255.
  1972.  
  1973. ConfirmCodeDeletion: enumeration (optional)    No!
  1974.  
  1975. Yes!
  1976.  
  1977. ConfirmTableFormulaDeletion: enumeration (optional)    No!
  1978.  
  1979. Yes!
  1980.  
  1981. SetQuickMarkOnSave: enumeration (optional)    No!
  1982.  
  1983. Yes!
  1984.  
  1985. ActivateHypertext: enumeration (optional)    Off!
  1986.  
  1987. On!
  1988.  
  1989. FormatForDefaultPrinter: enumeration (optional)    No!
  1990.  
  1991. Yes!
  1992.  
  1993. SaveWorkSpace: enumeration (optional)    Save the current WorkSpace on exit.
  1994.  
  1995. Always!
  1996.  
  1997. Never!
  1998.  
  1999. PromptOnExit!
  2000.  
  2001. AutoWordSelect: enumeration (optional)    Off!
  2002.  
  2003. On!
  2004.  
  2005. GoToQuickMarkOnOpen: enumeration (optional)    No!
  2006.  
  2007. Yes!
  2008.  
  2009. Use51LetterStyle: enumeration (optional)    No!
  2010.  
  2011. Yes!
  2012.  
  2013. PrefEnvSettingsDlg
  2014.  
  2015. Syntax
  2016.  
  2017. PrefEnvSettingsDlg()
  2018.  
  2019. Description
  2020.  
  2021. Display the Environment Settings dialog box.
  2022.  
  2023. PrefHyphenation
  2024.  
  2025. Syntax
  2026.  
  2027. PrefHyphenation([Prompt As _PrefHyphenation_Prompt_enum])
  2028.  
  2029. Description
  2030.  
  2031. Turn on Hyphenation and specify prompt conditions.
  2032.  
  2033. Parameters
  2034.  
  2035. Prompt: enumeration (optional)    Always!
  2036.  
  2037. Never!
  2038.  
  2039. WhenRequired!
  2040.  
  2041. PrefImportDlg
  2042.  
  2043. Syntax
  2044.  
  2045. PrefImportDlg()
  2046.  
  2047. Description
  2048.  
  2049. Display the Convert Preferences dialog box.
  2050.  
  2051. PrefImportOptions
  2052.  
  2053. Syntax
  2054.  
  2055.  PrefImportOptions([FieldDelimiters As String], [RecordDelimiters As String], [StripCharacter As String], [EncapsulationCharacter As String]
  2056.  
  2057. Description
  2058.  
  2059. Specify how certain characters are interpreted during document imports.
  2060.  
  2061. Parameters
  2062.  
  2063. FieldDelimiters: string (optional)    The delimiters for imported files.
  2064.  
  2065. RecordDelimiters: string (optional)    The record delimiters for imported files.
  2066.  
  2067. StripCharacter: string (optional)    The characters to strip out of imported files.
  2068.  
  2069. EncapsulationCharacter: string (optional)    The encapsulated character for the imported files.
  2070.  
  2071. PrefLanguageSet
  2072.  
  2073. Syntax
  2074.  
  2075. PrefLanguageSet(LanguageCode As String)
  2076.  
  2077. Description
  2078.  
  2079. Specify a language.
  2080.  
  2081. Parameters
  2082.  
  2083. LanguageCode: string    The interface language.
  2084.  
  2085. PrefLiteCodes
  2086.  
  2087. Syntax
  2088.  
  2089. PrefLiteCodes([Show As _PrefLiteCodes_Show_enum], [Space As _PrefLiteCodes_Space_enum], [HardReturn As _PrefLiteCodes_HardReturn_enum], [Tab As _PrefLiteCodes_Tab_enum], [Indent As _PrefLiteCodes_Indent_enum], [SoftHyphen As _PrefLiteCodes_SoftHyphen_enum], [Advance As _PrefLiteCodes_Advance_enum], [Center As _PrefLiteCodes_Center_enum], [CenterPage As _PrefLiteCodes_CenterPage_enum], [FlushRight As _PrefLiteCodes_FlushRight_enum])
  2090.  
  2091. Description
  2092.  
  2093. Display document symbols in new and current document windows.
  2094.  
  2095. Parameters
  2096.  
  2097. Show: enumeration (optional)    Display document symbols.
  2098.  
  2099. No!
  2100.  
  2101. Yes!
  2102.  
  2103. Space: enumeration (optional)    No!
  2104.  
  2105. Yes!
  2106.  
  2107. HardReturn: enumeration (optional)    No!
  2108.  
  2109. Yes!
  2110.  
  2111. Tab: enumeration (optional)    No!
  2112.  
  2113. Yes!
  2114.  
  2115. Indent: enumeration (optional)    No!
  2116.  
  2117. Yes!
  2118.  
  2119. SoftHyphen: enumeration (optional)    No!
  2120.  
  2121. Yes!
  2122.  
  2123. Advance: enumeration (optional)    No!
  2124.  
  2125. Yes!
  2126.  
  2127. Center: enumeration (optional)    No!
  2128.  
  2129. Yes!
  2130.  
  2131. CenterPage: enumeration (optional)    No!
  2132.  
  2133. Yes!
  2134.  
  2135. FlushRight: enumeration (optional)    No!
  2136.  
  2137. Yes!
  2138.  
  2139. PrefLocationDlg
  2140.  
  2141. Syntax
  2142.  
  2143. PrefLocationDlg()
  2144.  
  2145. Description
  2146.  
  2147. Display the File Preferences dialog box.
  2148.  
  2149. PrefLocationOfDocuments
  2150.  
  2151. Syntax
  2152.  
  2153.  PrefLocationOfDocuments([Path As String], [UseDefExt As _PrefLocationOfDocuments_UseDefExt_enum], [DefExt As String], [UpdateQuickList As _PrefLocationOfDocuments_UpdateQuickList_enum], [DefFormat As String], [UseExplorerStyleFileDialogs As _PrefLocationOfDocuments_UseExplorerStyleFileDialogs_enum], [UseOrigFileFormat As _PrefLocationOfDocuments_UseOrigFileFormat_enum], [UseODMAIntegration As _PrefLocationOfDocuments_UseODMAIntegration_enum])
  2154.  
  2155. Description
  2156.  
  2157. Specify the location of document and backup files and the default file format.
  2158.  
  2159. Parameters
  2160.  
  2161. Path: string (optional)    The directory for the backup files.
  2162.  
  2163. UseDefExt: enumeration (optional)    Use the default extension on Open and Save.
  2164.  
  2165. No!
  2166.  
  2167. Yes!
  2168.  
  2169. DefExt: string (optional)    The default filename extension.
  2170.  
  2171. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2172.  
  2173. No!
  2174.  
  2175. Yes!
  2176.  
  2177. DefFormat: string (optional)    The default document file format.
  2178.  
  2179. UseExplorerStyleFileDialogs: enumeration (optional)    No!
  2180.  
  2181. Yes!
  2182.  
  2183. UseOrigFileFormat: enumeration (optional)    No!
  2184.  
  2185. Yes!
  2186.  
  2187. UseODMAIntegration: enumeration (optional)    No!
  2188.  
  2189. Yes!
  2190.  
  2191. PrefLocationOfGraphicsFiles
  2192.  
  2193. Syntax
  2194.  
  2195. PrefLocationOfGraphicsFiles([GraphicsDir As String], [GraphicsSupplDir As String], [UpdateQuickList As _PrefLocationOfGraphicsFiles_UpdateQuickList_enum], [GraphicsFancyBordersDir As String])
  2196.  
  2197. Description
  2198.  
  2199. Specify the location of graphics files.
  2200.  
  2201. Parameters
  2202.  
  2203. GraphicsDir: string (optional)    The directory for graphics files
  2204.  
  2205. GraphicsSupplDir: string (optional)    The directory for supplemental graphics..
  2206.  
  2207. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2208.  
  2209. No!
  2210.  
  2211. Yes! 
  2212.  
  2213. GraphicsFancyBordersDir: string (optional)    The directory for fancy border files.
  2214.  
  2215. PrefLocationOfMacroFiles
  2216.  
  2217. Syntax
  2218.  
  2219. PrefLocationOfMacroFiles([MacroDir As String], [MacroSupplDir As String], [UpdateQuickList As _PrefLocationOfMacroFiles_UpdateQuickList_enum])
  2220.  
  2221. Description
  2222.  
  2223. Specify the location of macro files.
  2224.  
  2225. Parameters
  2226.  
  2227. MacroDir: string (optional)    The directory for macros files.
  2228.  
  2229. MacroSupplDir: string (optional)    The macro supplemental directory.
  2230.  
  2231. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2232.  
  2233. No!
  2234.  
  2235. Yes!
  2236.  
  2237. PrefLocationOfPrinterFiles
  2238.  
  2239. Syntax
  2240.  
  2241. PrefLocationOfPrinterFiles([PrinterDir As String], [PrinterSupplDir As String], [LabelFile As String], [LabelsDisplay As _PrefLocationOfPrinterFiles_LabelsDisplay_enum], [UpdateQuickList As _PrefLocationOfPrinterFiles_UpdateQuickList_enum])
  2242.  
  2243. Description
  2244.  
  2245. Specify the location of label files and set related options.
  2246.  
  2247. Parameters
  2248.  
  2249. PrinterDir: string (optional)    Formerly, the Printer directory was used to store WordPerfect printer driver and label files. WordPerfect printer driver files were not used in WordPerfect 8 and 7. Therefore, this directory is used for label files only.
  2250.  
  2251. PrinterSupplDir: string (optional)    This parameter is obsolete.
  2252.  
  2253. LabelFile: string (optional)    The label filename, including the full path.
  2254.  
  2255. LabelsDisplay: enumeration (optional)    DisplayBoth!
  2256.  
  2257. DisplayLaser!
  2258.  
  2259. DisplayTractorFed!
  2260.  
  2261. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2262.  
  2263. No!
  2264.  
  2265. Yes!
  2266.  
  2267. PrefLocationOfSpreadsheetFiles
  2268.  
  2269. Syntax
  2270.  
  2271.  PrefLocationOfSpreadsheetFiles([SpreadsheetDir As String], [SpreadsheetSupplDir As String], [DatabaseDir As String], [DatabaseSupplDir As String], [UpdateQuickList As _PrefLocationOfSpreadsheetFiles_UpdateQuickList_enum])
  2272.  
  2273. Description
  2274.  
  2275. Specify the location of spreadsheet and database files.
  2276.  
  2277. Parameters
  2278.  
  2279. SpreadsheetDir: string (optional)     The directory for spreadsheet files.
  2280.  
  2281. SpreadsheetSupplDir: string (optional)    The supplemental spreadsheet directory.
  2282.  
  2283. DatabaseDir: string (optional)    The directory for database files.
  2284.  
  2285. DatabaseSupplDir: string (optional)    The supplemental database directory.
  2286.  
  2287. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2288.  
  2289. No!
  2290.  
  2291. Yes!
  2292.  
  2293. PrefLocationOfTemplates
  2294.  
  2295. Syntax
  2296.  
  2297. PrefLocationOfTemplates([TemplateDir As String], [TemplateSupplPath As String], [File As String], [SupplFile As String], [DefExt As String], [UpdateQuickList As _PrefLocationOfTemplates_UpdateQuickList_enum], [UpdateDefaultTemplate As _PrefLocationOfTemplates_UpdateDefaultTemplate_enum])
  2298.  
  2299. Description
  2300.  
  2301. Specify the location of template files.
  2302.  
  2303. Parameters
  2304.  
  2305. TemplateDir: string (optional)    The directory for template files.
  2306.  
  2307. TemplateSupplPath: string (optional)    The supplemental directory.
  2308.  
  2309. File: string (optional)    The templates filename.
  2310.  
  2311. SupplFile: string (optional)    The supplemental filename.
  2312.  
  2313. DefExt: string (optional)    The default filename extension.
  2314.  
  2315. UpdateQuickList: enumeration (optional)    Update the QuickList with changes.
  2316.  
  2317. No!
  2318.  
  2319. Yes!
  2320.  
  2321. UpdateDefaultTemplate: enumeration (optional)    No!
  2322.  
  2323. Yes!
  2324.  
  2325. PrefMenu
  2326.  
  2327. Syntax
  2328.  
  2329. PrefMenu([DisplayShortcuts As _PrefMenu_DisplayShortcuts_enum], [DisplayLastOpened As _PrefMenu_DisplayLastOpened_enum], [DisplayHelpPrompts As _PrefMenu_DisplayHelpPrompts_enum])
  2330.  
  2331. Description
  2332.  
  2333. Display QuickTips, shortcut keys next to menu items, and the most recently opened documents at the bottom of the File menu.
  2334.  
  2335. Parameters
  2336.  
  2337. DisplayShortcuts: enumeration (optional)    No!
  2338.  
  2339. Yes!
  2340.  
  2341. DisplayLastOpened: enumeration (optional)    No!
  2342.  
  2343. Yes!
  2344.  
  2345. DisplayHelpPrompts: enumeration (optional)    No!
  2346.  
  2347. Yes!
  2348.  
  2349. PrefMergeCodes
  2350.  
  2351. Syntax
  2352.  
  2353.  PrefMergeCodes(Show As _PrefMergeCodes_Show_enum)
  2354.  
  2355. Description
  2356.  
  2357. Change how merge codes appear in the document.
  2358.  
  2359. Parameters
  2360.  
  2361. Show: enumeration    Hide!
  2362.  
  2363. Show!
  2364.  
  2365. ShowAsBars!
  2366.  
  2367. ShowAsMarkers!
  2368.  
  2369. PrefMergeExtensions
  2370.  
  2371. Syntax
  2372.  
  2373. PrefMergeExtensions([UseDefaultFormExt As _PrefMergeExtensions_UseDefaultFormExt_enum], [FormFileExt As String], [UseDefaultDataExt As _PrefMergeExtensions_UseDefaultDataExt_enum], [DataFileExt As String])
  2374.  
  2375. Description
  2376.  
  2377. Specify merge form and data file extension options.
  2378.  
  2379. Parameters
  2380.  
  2381. UseDefaultFormExt: enumeration (optional)    No!
  2382.  
  2383. Yes!
  2384.  
  2385. FormFileExt: string (optional)    The extension for form files.
  2386.  
  2387. UseDefaultDataExt: enumeration (optional)    No!
  2388.  
  2389. Yes!
  2390.  
  2391. DataFileExt: string (optional)    The extension for data files.
  2392.  
  2393. PrefMetafileOptions
  2394.  
  2395. Syntax
  2396.  
  2397. PrefMetafileOptions(State As _PrefMetafileOptions_State_enum)
  2398.  
  2399. Description
  2400.  
  2401. Specify what format to use for imported graphics files.
  2402.  
  2403. Parameters
  2404.  
  2405. State: enumeration    Convert to WordPerfect (.WPG) format, retain both formats, or retain Metafile (.WMF) format.
  2406.  
  2407. ConvertToWPG!
  2408.  
  2409. RetainWindowsAndWPG!
  2410.  
  2411. RetainWindowsFormat!
  2412.  
  2413. PrefPowerBar
  2414.  
  2415. Syntax
  2416.  
  2417. PrefPowerBar([Font As String], [Size As Integer], [Style As _PrefPowerBar_Style_enum], [ShowQuickTips As _PrefPowerBar_ShowQuickTips_enum])
  2418.  
  2419. Description
  2420.  
  2421. Specify how the Power Bar looks.
  2422.  
  2423. Parameters
  2424.  
  2425. Font: string (optional)    The font face.
  2426.  
  2427. Size: numeric (optional)    The font size.
  2428.  
  2429. Style: enumeration (optional)    A button style.
  2430.  
  2431. Picture!
  2432.  
  2433. PictureAndText!
  2434.  
  2435. Text!
  2436.  
  2437. ShowQuickTips: enumeration (optional)    No!
  2438.  
  2439. Yes!
  2440.  
  2441. PrefPowerBarEdit
  2442.  
  2443. Syntax
  2444.  
  2445. PrefPowerBarEdit([Action As _PrefPowerBarEdit_Action_enum])
  2446.  
  2447. Description
  2448.  
  2449. Open and close the Power Bar Preferences dialog box.
  2450.  
  2451. Parameters
  2452.  
  2453. Action: enumeration (optional)    Enter!
  2454.  
  2455. Exit!
  2456.  
  2457. PrefPrintEnvironment
  2458.  
  2459. Syntax
  2460.  
  2461. PrefPrintEnvironment(FormatForDefaultPrinter As _PrefPrintEnvironment_FormatForDefaultPrinter_enum)
  2462.  
  2463. Description
  2464.  
  2465. Turn on or off Reformat documents for the WordPerfect default printer on open.
  2466.  
  2467. Parameters
  2468.  
  2469. FormatForDefaultPrinter: enumeration    No!
  2470.  
  2471. Yes!
  2472.  
  2473. PrefPrintRedline
  2474.  
  2475. Syntax
  2476.  
  2477.  PrefPrintRedline([Method As _PrefPrintRedline_Method_enum], [Character As String])
  2478.  
  2479. Description
  2480.  
  2481. Specify the default method and character of redlined text for new documents. Follow this method with PrefSave to save the setting for future WordPerfect sessions. Use RedlineMethod() and RedlineCharacter() to change the redline method and/or character of the current document.
  2482.  
  2483. Parameters
  2484.  
  2485. Method: enumeration (optional)    Accept the printer setting, or specify a column of characters down the right, left, or alternating sides of redlined text.
  2486.  
  2487. Alternating!
  2488.  
  2489. Left!
  2490.  
  2491. PrinterDependent!
  2492.  
  2493. Right!
  2494.  
  2495. Character: string (optional)    The character to display down the side of redlined text. Omit if Method parameter is PrinterDependent!.
  2496.  
  2497. PrefPrintSizeRatio
  2498.  
  2499. Syntax
  2500.  
  2501. PrefPrintSizeRatio([Fine As Integer], [Small As Integer], [Large As Integer], [VeryLarge As Integer], [ExtraLarge As Integer], [SuperSubscript As Integer])
  2502.  
  2503. Description
  2504.  
  2505. Specify the size for each font attribute as a percent of the selected font size.
  2506.  
  2507. Parameters
  2508.  
  2509. Fine: numeric (optional)    Value: 1-100.
  2510.  
  2511. Small: numeric (optional)    Value: 1-100.
  2512.  
  2513. Large: numeric (optional)    Value: 1-100.
  2514.  
  2515. VeryLarge: numeric (optional)    Value: 1-100.
  2516.  
  2517. ExtraLarge: numeric (optional)    Value: 1-100.
  2518.  
  2519. SuperSubscript: numeric (optional)    Value: 1-100.
  2520.  
  2521. PrefRevealCodes
  2522.  
  2523. Syntax
  2524.  
  2525. PrefRevealCodes([FontFace As String], [FontSize As Integer], [WindowSize As Integer], [ShowOnNew As _PrefRevealCodes_ShowOnNew_enum], [ShowSpacesAsBullets As _PrefRevealCodes_ShowSpacesAsBullets_enum], [WrapAtWindow As _PrefRevealCodes_WrapAtWindow_enum], [ShowInDetail As _PrefRevealCodes_ShowInDetail_enum], [Sculptured As _PrefRevealCodes_Sculptured_enum], [ForeColorRed As Integer], [ForeColorGreen As Integer], [ForeColorBlue As Integer], [BackColorRed As Integer], [BackColorGreen As Integer], [BackColorBlue As Integer], [ShowHelpPrompts As _PrefRevealCodes_ShowHelpPrompts_enum], [UseSystemColors As _PrefRevealCodes_UseSystemColors_enum])
  2526.  
  2527. Description
  2528.  
  2529. Specify Reveal Code settings.
  2530.  
  2531. Parameters
  2532.  
  2533. FontFace: string (optional)    The font face for reveal codes.
  2534.  
  2535. FontSize: numeric (optional)    The font size for reveal codes.
  2536.  
  2537. WindowSize: numeric (optional)    A percent of the screen.
  2538.  
  2539. ShowOnNew: enumeration (optional)    Display the codes in current and new documents.
  2540.  
  2541. No!
  2542.  
  2543. Yes!
  2544.  
  2545. ShowSpacesAsBullets: enumeration (optional)    No!
  2546.  
  2547. Yes!
  2548.  
  2549. WrapAtWindow: enumeration (optional)    Wrap the lines at the window edge.
  2550.  
  2551. No!
  2552.  
  2553. Yes!
  2554.  
  2555. ShowInDetail: enumeration (optional)    No!
  2556.  
  2557. Yes!
  2558.  
  2559. Sculptured: enumeration (optional)    No!
  2560.  
  2561. Yes!
  2562.  
  2563. ForeColorRed: numeric (optional)    Value: 0-255.
  2564.  
  2565. ForeColorGreen: numeric (optional)    Value: 0-255.
  2566.  
  2567. ForeColorBlue: numeric (optional)    Value: 0-255.
  2568.  
  2569. BackColorRed: numeric (optional)    Value: 0-255.
  2570.  
  2571. BackColorGreen: numeric (optional)    Value: 0-255.
  2572.  
  2573. BackColorBlue: numeric (optional)    Value: 0-255.
  2574.  
  2575. ShowHelpPrompts: enumeration (optional)    No!
  2576.  
  2577. Yes!
  2578.  
  2579. UseSystemColors: enumeration (optional)    No!
  2580.  
  2581. Yes!
  2582.  
  2583. PrefRevealCodesDlg
  2584.  
  2585. Syntax
  2586.  
  2587. PrefRevealCodesDlg()
  2588.  
  2589. Description
  2590.  
  2591. Display the Display Preferences dialog box with Reveal Codes selected.
  2592.  
  2593. PrefRuler
  2594.  
  2595. Syntax
  2596.  
  2597. PrefRuler([RulerOnNew As _PrefRuler_RulerOnNew_enum], [TabsToGrid As _PrefRuler_TabsToGrid_enum], [ShowRulerGuides As _PrefRuler_ShowRulerGuides_enum])
  2598.  
  2599. Description
  2600.  
  2601. Specify how the Ruler looks.
  2602.  
  2603. Parameters
  2604.  
  2605. RulerOnNew: enumeration (optional)    No!
  2606.  
  2607. Yes!
  2608.  
  2609. TabsToGrid: enumeration (optional)    Tabs "snap" to invisible grid lines every 1/16th of an inch or 1/5th of a centimeter.
  2610.  
  2611. No!
  2612.  
  2613. Yes!
  2614.  
  2615. ShowRulerGuides: enumeration (optional)    Display a Ruler Bar guide when tab stops move.
  2616.  
  2617. No!
  2618.  
  2619. Yes!
  2620.  
  2621. SculpturedRuler: enumeration (optional)    No!
  2622.  
  2623. Yes!
  2624.  
  2625. PrefSave
  2626.  
  2627. Syntax
  2628.  
  2629. PrefSave()
  2630.  
  2631. Description
  2632.  
  2633. Save preference method changes as defaults for future sessions.
  2634.  
  2635. PrefStatusBarEdit
  2636.  
  2637. Syntax
  2638.  
  2639. PrefStatusBarEdit([State As _PrefStatusBarEdit_State_enum])
  2640.  
  2641. Description
  2642.  
  2643. Edit the default Application Bar. Precede with PrefStatusBar(). Default: toggle.
  2644.  
  2645. Parameters
  2646.  
  2647. State: enumeration (optional)    Off!
  2648.  
  2649. On!
  2650.  
  2651. PrefStatusBarOptions
  2652.  
  2653. Syntax
  2654.  
  2655.  PrefStatusBarOptions([FontFace As String], [FontSize As Integer], [Bold As _PrefStatusBarOptions_Bold_enum], [BoxStyle As _PrefStatusBarOptions_BoxStyle_enum], [EvenSpaced As _PrefStatusBarOptions_EvenSpaced_enum])
  2656.  
  2657. Description
  2658.  
  2659. Specify the size and font of the Application Bar text.
  2660.  
  2661. Parameters
  2662.  
  2663. FontFace: string (optional)    The font face for the Application Bar.
  2664.  
  2665. FontSize: numeric (optional)    The font size for the Application Bar.
  2666.  
  2667. Bold: enumeration (optional)    Bold status bar font.
  2668.  
  2669. No!
  2670.  
  2671. Yes!
  2672.  
  2673. BoxStyle: enumeration (optional)    Flat!
  2674.  
  2675. Inset!
  2676.  
  2677. Raised!
  2678.  
  2679. EvenSpaced: enumeration (optional)     Space items evenly.
  2680.  
  2681. No!
  2682.  
  2683. Yes!
  2684.  
  2685. PrefStatusBarOptionsDlg
  2686.  
  2687. Syntax
  2688.  
  2689. PrefStatusBarOptionsDlg()
  2690.  
  2691. Description
  2692.  
  2693. Display the Application Bar Options dialog box.
  2694.  
  2695. PrefTaskBar
  2696.  
  2697. Syntax
  2698.  
  2699.  PrefTaskBar([Box], [TextOrIcon], [Width])
  2700.  
  2701. Description
  2702.  
  2703. Specify the items for the Application Bar, and their position and width.
  2704.  
  2705. Parameters
  2706.  
  2707. Box: enumeration (optional)    AlignChar!
  2708.  
  2709. CapsLockState!
  2710.  
  2711. CombinedAbsPosition!
  2712.  
  2713. CombinedPosition!
  2714.  
  2715. CurrentTag!
  2716.  
  2717. Date!
  2718.  
  2719. Font!
  2720.  
  2721. GeneralStatus!
  2722.  
  2723. InsertMode!
  2724.  
  2725. Keyboard!
  2726.  
  2727. LGCName!
  2728.  
  2729. NumLockState!
  2730.  
  2731. Printer!
  2732.  
  2733. ScrollLockState!
  2734.  
  2735. Select!
  2736.  
  2737. Time!
  2738.  
  2739. Zoom!
  2740.  
  2741. TextOrIcon: numeric (optional)    The display type of the items on the Application Bar.
  2742.  
  2743. Width: numeric (optional)    The width of the items on the Application Bar.
  2744.  
  2745. PrefTOA
  2746.  
  2747. Syntax
  2748.  
  2749.  PrefTOA([Underlining As _PrefTOA_Underlining_enum], [Runs As _PrefTOA_Runs_enum])
  2750.  
  2751. Description
  2752.  
  2753. Specify a table of authorities format.
  2754.  
  2755. Parameters
  2756.  
  2757. Underlining: enumeration (optional)    Allow underlining in the full form.
  2758.  
  2759. Allowed!
  2760.  
  2761. NotAllowed!
  2762.  
  2763. Runs: enumeration (optional)    Allowed!
  2764.  
  2765. NotAllowed!
  2766.  
  2767. PrefUnitsOfMeasure
  2768.  
  2769. Syntax
  2770.  
  2771.  PrefUnitsOfMeasure([DisplayUnits As _PrefUnitsOfMeasure_DisplayUnits_enum], [StatusBarUnits As _PrefUnitsOfMeasure_StatusBarUnits_enum])
  2772.  
  2773. Description
  2774.  
  2775. Specify the unit-of-measure settings.
  2776.  
  2777. Parameters
  2778.  
  2779. DisplayUnits: enumeration (optional)    Centimeters!
  2780.  
  2781. InchesI!
  2782.  
  2783. InchesQuote!
  2784.  
  2785. Millimeter!
  2786.  
  2787. Point!
  2788.  
  2789. Wpu!
  2790.  
  2791. StatusBarUnits: enumeration (optional)    The unit of measure for the Application Bar and Ruler.
  2792.  
  2793. Centimeters!
  2794.  
  2795. InchesI!
  2796.  
  2797. InchesQuote!
  2798.  
  2799. Millimeter!
  2800.  
  2801. Point!
  2802.  
  2803. Wpu!
  2804.  
  2805. PrefZoom
  2806.  
  2807. Syntax
  2808.  
  2809. PrefZoom(Type As _PrefZoom_Type_enum, [Percent As Integer])
  2810.  
  2811. Description
  2812.  
  2813. Specify the document window view.
  2814.  
  2815. Parameters
  2816.  
  2817. Type: enumeration    FixedPercent!
  2818.  
  2819. FullPage!
  2820.  
  2821. MarginWidth!
  2822.  
  2823. PageWidth!
  2824.  
  2825. Percent: numeric (optional)    Normal: 100.
  2826.  
  2827.  
  2828.  
  2829.  
  2830.  
  2831.  
  2832.