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

  1. TemplateCopyObject
  2.  
  3. Syntax
  4.  
  5. TemplateCopyObject(CopyFrom As String, objecttype As _TemplateCopyObject_ObjectType_enum, ObjectName As String)
  6.  
  7. Description
  8.  
  9. Copy a template object, such as a style or a macro, from one template to another.
  10.  
  11. Parameters
  12.  
  13. CopyFrom: string    The template to copy the object from.
  14.  
  15. ObjectType: enumeration    Abbreviation!
  16.  
  17. ButtonBar!
  18.  
  19. Keyboard!
  20.  
  21. Macro!
  22.  
  23. Menu!
  24.  
  25. QuickWords!
  26.  
  27. ObjectName: string    The name of the object to copy.
  28.  
  29. TemplateCopyObjectDlg
  30.  
  31. Syntax
  32.  
  33. TemplateCopyObjectDlg()
  34.  
  35. Description
  36.  
  37. Display the Copy/Remove Template Objects dialog box.
  38.  
  39. TemplateCreate
  40.  
  41. Syntax
  42.  
  43. TemplateCreate(Filename As String, [BasedOn As String])
  44.  
  45. Description
  46.  
  47. Create a new template based on an existing template and open the new template in edit mode.
  48.  
  49. Parameters
  50.  
  51. Filename: string    The filename of the new template. If a path is not included in this parameter, the new template file is created in the default template folder.
  52.  
  53. BasedOn: string (optional)    The filename of the existing template to base the new template on. If a path is not included in this parameter, the method looks for the existing template in the default template folder.
  54.  
  55. TemplateDescriptionDlg
  56.  
  57. Syntax
  58.  
  59. TemplateDescriptionDlg()
  60.  
  61. Description
  62.  
  63. Display the Template Description dialog box.
  64.  
  65. TemplateDlg
  66.  
  67. Syntax
  68.  
  69. TemplateDlg()
  70.  
  71. Description
  72.  
  73. Display the Select New Document dialog box. When you use this method, the macro continues processing while the dialog box is displayed. Displaying the dialog box does not pause the macro.
  74.  
  75. TemplateEdit
  76.  
  77. Syntax
  78.  
  79. TemplateEdit(Filename As String)
  80.  
  81. Description
  82.  
  83. Edit a template.
  84.  
  85. Parameters
  86.  
  87. Filename: string    The full path and filename of the template file.
  88.  
  89. TemplateFill
  90.  
  91. Syntax
  92.  
  93. TemplateFill()
  94.  
  95. Description
  96.  
  97. Display a dialog box for entering template data. This dialog box varies depending on the fields required for the current template. If the personal information is not specified, this method first prompts the user to specify the personal information regardless of what data the current template requires. If the current template does not require data beyond the personal information, and the personal information has been set, this method updates the personal information in the document without displaying the dialog. If the current document is not based on an automated template, and the personal information has been set, this method does nothing.
  98.  
  99. TemplateGetAssociation
  100.  
  101. Syntax
  102.  
  103. TemplateGetAssociation(FeatureTrigger As _TemplateGetAssociation_FeatureTrigger_enum, Object As _TemplateGetAssociation_Object_enum) As String
  104.  
  105. Description
  106.  
  107. Return the name of the specified object that is associated in the current template with the specified feature or trigger. If the specified association does not exist in the current template, nothing is returned.
  108.  
  109. Parameters
  110.  
  111. FeatureTrigger: enumeration    BoxSelected!
  112.  
  113. Comment!
  114.  
  115. Endnote!
  116.  
  117. EquationEditor!
  118.  
  119. Footers!
  120.  
  121. Footnote!
  122.  
  123. Headers!
  124.  
  125. Main!
  126.  
  127. Outline!
  128.  
  129. PostClose!
  130.  
  131. PostDocument!
  132.  
  133. PostNew!
  134.  
  135. PostOpen!
  136.  
  137. PostPrint!
  138.  
  139. PostStartup!
  140.  
  141. PostTables!
  142.  
  143. PreClose!
  144.  
  145. PreDocument!
  146.  
  147. PreNew!
  148.  
  149. PreOpen!
  150.  
  151. PrePrint!
  152.  
  153. PreTables!
  154.  
  155. SGML!
  156.  
  157. Tables!
  158.  
  159. Watermark!
  160.  
  161. Object: enumeration    ButtonBar!
  162.  
  163. Keyboard!
  164.  
  165. Macro!
  166.  
  167. Menu!
  168.  
  169. TemplateMacroEditControlBar
  170.  
  171. Syntax
  172.  
  173. TemplateMacroEditControlBar([State As _TemplateMacroEditControlBar_State_enum])
  174.  
  175. Description
  176.  
  177. Display the Template Macro Edit feature bar.
  178.  
  179. Parameters
  180.  
  181. State: enumeration (optional)    Off!
  182.  
  183. On!
  184.  
  185. TemplateSelect
  186.  
  187. Syntax
  188.  
  189. TemplateSelect(Filename As String)
  190.  
  191. Description
  192.  
  193. Select a document template. This method applies the selected method to the active document, rather than creating a new document based on that template, as File | New from template does
  194.  
  195. Parameters
  196.  
  197. Filename: string    The filename of the document template.
  198.  
  199. TemplateSetAssociation
  200.  
  201. Syntax
  202.  
  203. TemplateSetAssociation(FeatureTrigger As _TemplateSetAssociation_FeatureTrigger_enum, Object As _TemplateSetAssociation_Object_enum, ObjectName As String)
  204.  
  205. Description
  206.  
  207. Assign menus, keyboards, and toolbars to selected WordPerfect features or triggers in the current template.
  208.  
  209. Parameters
  210.  
  211. FeatureTrigger: enumeration    BoxSelected!
  212.  
  213. Comment!
  214.  
  215. Endnote!
  216.  
  217. EquationEditor!
  218.  
  219. Footers!
  220.  
  221. Footnote!
  222.  
  223. Headers!
  224.  
  225. Main!
  226.  
  227. Outline!
  228.  
  229. PostClose!
  230.  
  231. PostDocument!
  232.  
  233. PostNew!
  234.  
  235. PostOpen!
  236.  
  237. PostPrint!
  238.  
  239. PostStartup!
  240.  
  241. PostTables!
  242.  
  243. PreClose!
  244.  
  245. PreDocument!
  246.  
  247. PreNew!
  248.  
  249. PreOpen!
  250.  
  251. PrePrint!
  252.  
  253. PreTables!
  254.  
  255. SGML!
  256.  
  257. Tables!
  258.  
  259. Watermark!
  260.  
  261. Object: enumeration    ButtonBar!
  262.  
  263. Keyboard!
  264.  
  265. Macro!
  266.  
  267. Menu!
  268.  
  269. ObjectName: string    The name of the object.
  270.  
  271. TextBorderCreate
  272.  
  273. Syntax
  274.  
  275. TextBorderCreate(Style, FillName, BorderFunction As _TextBorderCreate_BorderFunction_enum)
  276.  
  277. Description
  278.  
  279. Create a border for the current paragraph, column, or page. Use with TextBorderEnd(). You must pass the numeric values for Style and FillName.
  280.  
  281. Parameters
  282.  
  283. Style: any    ButtonBorder!
  284.  
  285. ColumnBorderAll!
  286.  
  287. ColumnBorderBetween!
  288.  
  289. DashedBorder!
  290.  
  291. DottedBorder!
  292.  
  293. DoubleBorder!
  294.  
  295. ExtraThickBorder!
  296.  
  297. HeavyDoubleBorder!
  298.  
  299. HeavySingleBorder!
  300.  
  301. NoBorder!
  302.  
  303. SingleBorder!
  304.  
  305. SpacingOnly!
  306.  
  307. ThickBorder!
  308.  
  309. ThickThinBorder!
  310.  
  311. ThickTopBottomBorder!
  312.  
  313. ThinThickBorder!    10
  314.  
  315. 12
  316.  
  317. 11
  318.  
  319. 3
  320.  
  321. 4
  322.  
  323. 2
  324.  
  325. 6
  326.  
  327. 14
  328.  
  329. 13
  330.  
  331. 127
  332.  
  333. 1
  334.  
  335. 0
  336.  
  337. 5
  338.  
  339. 9
  340.  
  341. 9
  342.  
  343. 7
  344.  
  345. FillName: any    Fill10!
  346.  
  347. Fill100!
  348.  
  349. Fill20!
  350.  
  351. Fill30!
  352.  
  353. Fill40!
  354.  
  355. Fill5!
  356.  
  357. Fill50!
  358.  
  359. Fill60!
  360.  
  361. Fill70!
  362.  
  363. Fill80!
  364.  
  365. Fill90!
  366.  
  367. FillButton!
  368.  
  369. NoFill!    0
  370.  
  371. 9
  372.  
  373. 1
  374.  
  375. 2
  376.  
  377. 3
  378.  
  379. 11
  380.  
  381. 4
  382.  
  383. 5
  384.  
  385. 6
  386.  
  387. 7
  388.  
  389. 8
  390.  
  391. 10
  392.  
  393. 127
  394.  
  395. BorderFunction: enumeration    ColumnBorder!
  396.  
  397. PageBorder!
  398.  
  399. ParagraphBorder!    
  400.  
  401. TextBorderEdit
  402.  
  403. Syntax
  404.  
  405. TextBorderEdit(BorderType As _TextBorderEdit_BorderType_enum)
  406.  
  407. Description
  408.  
  409. Begin editing changes to the current border.
  410.  
  411. Parameters
  412.  
  413. BorderType: enumeration    Column!
  414.  
  415. Page!
  416.  
  417. Paragraph!
  418.  
  419. TextBorderEnd
  420.  
  421. Syntax
  422.  
  423.  TextBorderEnd(State As _TextBorderEnd_State_enum)
  424.  
  425. Description
  426.  
  427. End text border creation or editing, and save or cancel changes.
  428.  
  429. Parameters
  430.  
  431. State: enumeration    Cancel!
  432.  
  433. Save!
  434.  
  435. TextBorderFillStyle
  436.  
  437. Syntax
  438.  
  439. TextBorderFillStyle(FillName)
  440.  
  441. Description
  442.  
  443. Specify a fill style for the current border. You must pass ther numeric value for FillName.
  444.  
  445. Parameters
  446.  
  447. FillName: any    Fill10!
  448.  
  449. Fill100!
  450.  
  451. Fill20!
  452.  
  453. Fill30!
  454.  
  455. Fill40!
  456.  
  457. Fill5!
  458.  
  459. Fill50!
  460.  
  461. Fill60!
  462.  
  463. Fill70!
  464.  
  465. Fill80!
  466.  
  467. Fill90!
  468.  
  469. FillButton!
  470.  
  471. NoFill!    0
  472.  
  473. 9
  474.  
  475. 1
  476.  
  477. 2
  478.  
  479. 3
  480.  
  481. 11
  482.  
  483. 4
  484.  
  485. 5
  486.  
  487. 6
  488.  
  489. 7
  490.  
  491. 8
  492.  
  493. 10
  494.  
  495. 127
  496.  
  497. TextBorderStyle
  498.  
  499. Syntax
  500.  
  501. TextBorderStyle(Style)
  502.  
  503. Description
  504.  
  505. Specify the current border style.
  506.  
  507. Parameters
  508.  
  509. Style: any    ButtonBorder!
  510.  
  511. ColumnBorderAll!
  512.  
  513. ColumnBorderBetween!
  514.  
  515. DashedBorder!
  516.  
  517. DottedBorder!
  518.  
  519. DoubleBorder!
  520.  
  521. ExtraThickBorder!
  522.  
  523. HeavyDoubleBorder!
  524.  
  525. HeavySingleBorder!
  526.  
  527. NoBorder!
  528.  
  529. SingleBorder!
  530.  
  531. SpacingOnly!
  532.  
  533. ThickBorder!
  534.  
  535. ThickThinBorder!
  536.  
  537. ThickTopBottomBorder!
  538.  
  539. ThinThickBorder!    10
  540.  
  541. 12
  542.  
  543. 11
  544.  
  545. 3
  546.  
  547. 4
  548.  
  549. 2
  550.  
  551. 6
  552.  
  553. 14
  554.  
  555. 13
  556.  
  557. 127
  558.  
  559. 1
  560.  
  561. 0
  562.  
  563. 5
  564.  
  565. 9
  566.  
  567. 9
  568.  
  569. 7
  570.  
  571. TextBoxCreate
  572.  
  573. Syntax
  574.  
  575. TextBoxCreate()
  576.  
  577. Description
  578.  
  579. Create a text box and display the Text Box feature bar.
  580.  
  581. TextColor
  582.  
  583. Syntax
  584.  
  585. TextColor([ColorName As String], [Red As Integer], [Green As Integer], [Blue As Integer])
  586.  
  587. Description
  588.  
  589. Specify a text color.
  590.  
  591. Parameters
  592.  
  593. ColorName: string (optional)    This parameter has been left in for backward compatibility with previous versions of WordPerfect. To specify a color in WordPerfect 8, use the Red, Green, and Blue parameters.
  594.  
  595. Red: numeric    Value: 0-255.
  596.  
  597. Green: numeric    Value: 0-255.
  598.  
  599. Blue: numeric    Value: 0-255.
  600.  
  601. TextShade
  602.  
  603. Syntax
  604.  
  605. TextShade(ShadingValue As Integer)
  606.  
  607. Description
  608.  
  609. Specify the intensity of a text color.
  610.  
  611. Parameters
  612.  
  613. ShadingValue: numeric    Percent. Full intensity: 100%.
  614.  
  615. ThirdPartyCreate
  616.  
  617. Syntax
  618.  
  619. ThirdPartyCreate(Id As Integer, Data)
  620.  
  621. Description
  622.  
  623. Insert a third-party function into a document.
  624.  
  625. Parameters
  626.  
  627. Id: numeric    The ID for the third party function.
  628.  
  629. Data: raw binary data    The data for the third party function.
  630.  
  631. ThirdPartyDelete
  632.  
  633. Syntax
  634.  
  635. ThirdPartyDelete(Id As Integer, From As _ThirdPartyDelete_From_enum, Direction As _ThirdPartyDelete_Direction_enum)
  636.  
  637. Description
  638.  
  639. Delete a third-party function from a document.
  640.  
  641. Parameters
  642.  
  643. Id: numeric    The ID for the third party function.
  644.  
  645. From: enumeration    BegOfFile!
  646.  
  647. CurrentPos!
  648.  
  649. Direction: enumeration    Backward!
  650.  
  651. Forward!
  652.  
  653. ThirdPartyFind
  654.  
  655. Syntax
  656.  
  657.  ThirdPartyFind(From As _ThirdPartyFind_From_enum, Direction As _ThirdPartyFind_Direction_enum) As Integer
  658.  
  659. Description
  660.  
  661. Find the third-party id of the next or previous third party.
  662.  
  663. Parameters
  664.  
  665. From: enumeration    BegOfFile!
  666.  
  667. CurrentPos!
  668.  
  669. Direction: enumeration    Backward!
  670.  
  671. Forward!
  672.  
  673. ThirdPartyFindByID
  674.  
  675. Syntax
  676.  
  677.  ThirdPartyFindByID(Id As Integer, From As _ThirdPartyFindByID_From_enum, Direction As _ThirdPartyFindByID_Direction_enum)
  678.  
  679. Description
  680.  
  681. Get the data from a third-party function.
  682.  
  683. Parameters
  684.  
  685. Id: numeric    The ID for the third party function.
  686.  
  687. From: enumeration    BegOfFile!
  688.  
  689. CurrentPos!
  690.  
  691. Direction: enumeration    Backward!
  692.  
  693. Forward!
  694.  
  695. ThousandsSeparator
  696.  
  697. Syntax
  698.  
  699. ThousandsSeparator([Character As String]) As String
  700.  
  701. Description
  702.  
  703. Specify a character to separate each three digits. Use when the FormatType parameter of TableCellNumberFormat(), TableColumnNumberFormat(), or TableNumberFormat ()is Comma!; or use with TableCellNumberUseCommas(), TableColumnNumberUseCommas(), or TableNumberUseCommas().
  704.  
  705. Parameters
  706.  
  707. Character: string    The character to use as a thousands separator.
  708.  
  709. TOACreateFullFormDlg
  710.  
  711. Syntax
  712.  
  713. TOACreateFullFormDlg()
  714.  
  715. Description
  716.  
  717. Display the Create Full Form dialog box.
  718.  
  719. TOADefineDlg
  720.  
  721. Syntax
  722.  
  723. TOADefineDlg()
  724.  
  725. Description
  726.  
  727. Display the Define Table of Authorities dialog box.
  728.  
  729. TOADefinition
  730.  
  731. Syntax
  732.  
  733. TOADefinition(SectionName As String, [Style], [Numbering As _TOADefinition_Numbering_enum], [Underline As _TOADefinition_Underline_enum], [PageCombine As _TOADefinition_PageCombine_enum], [NumberingFormat As String])
  734.  
  735. Description
  736.  
  737. Specify a section, define format options, and insert a table of authorities definition in the document. You must pass the numeric value for the Style.
  738.  
  739. Parameters
  740.  
  741. SectionName: string    The name of the section.
  742.  
  743. Style: any (optional)    NormalStyle! [0]
  744.  
  745. FootnoteNumberInDocumentStyle! [16]
  746.  
  747. EndnoteNumberInDocumentStyle! [17]
  748.  
  749. FigureNumberStyle! [18]
  750.  
  751. TableBoxNumberStyle! [19]
  752.  
  753. TextBoxNumberStyle! [20]
  754.  
  755. UserBoxNumberStyle! [21]
  756.  
  757. EquationNumberStyle! [22]
  758.  
  759. HypertextStyle! [23]
  760.  
  761. ToC1Style! [24]
  762.  
  763. ToC2Style! [25]
  764.  
  765. ToC3Style! [26]
  766.  
  767. ToC4Style! [27]
  768.  
  769. ToC5Style! [28]
  770.  
  771. Index1Style! [29]
  772.  
  773. Index2Style! [30]
  774.  
  775. ListStyle! [31]
  776.  
  777. ToAStyle! [32]
  778.  
  779. DocStyle! [33]
  780.  
  781. BoxTextStyle! [34]
  782.  
  783. CaptionStyle! [35]
  784.  
  785. FootnoteStyle! [36]
  786.  
  787. EndnoteStyle! [37]
  788.  
  789. CommentStyle! [38]
  790.  
  791. HeaderAStyle! [39]
  792.  
  793. HeaderBStyle! [40]
  794.  
  795. FooterAStyle! [41]
  796.  
  797. FooterBStyle! [42]
  798.  
  799. WatermarkAStyle! [43]
  800.  
  801. WatermarkBStyle!AddressStyle! [44]
  802.  
  803. ParagraphOutlnStyle! [45]
  804.  
  805. OutlineStyle! [46]
  806.  
  807. LegalOutlnStyle! [47]
  808.  
  809. BulletsOutlnStyle! [48]
  810.  
  811. HeadingsOutlnStyle! [48]
  812.  
  813. Legal_2OutlnStyle! [49]
  814.  
  815. NumbersOutlnStyle! [50]
  816.  
  817. Level1Style! [51]
  818.  
  819. Level2Style! [52]
  820.  
  821. Level3Style! [53]
  822.  
  823. Level4Style! [54]
  824.  
  825. Level5Style! [55]
  826.  
  827. Level6Style! [56]
  828.  
  829. Level7Style! [57]
  830.  
  831. Level8Style! [58]
  832.  
  833. Legal1Style! [59]
  834.  
  835. Legal2Style! [60]
  836.  
  837. Legal3Style! [61]
  838.  
  839. Legal4Style! [62]
  840.  
  841. Legal5Style! [63]
  842.  
  843. Legal6Style! [64]
  844.  
  845. Legal7Style! [65]
  846.  
  847. Legal8Style! [66]
  848.  
  849. Heading1Style! [67]
  850.  
  851. Heading2Style! [68]
  852.  
  853. Heading3Style! [69]
  854.  
  855. Heading4Style! [70]
  856.  
  857. Heading5Style! [71]
  858.  
  859. Heading6Style! [72]
  860.  
  861. Heading7Style! [73]
  862.  
  863. Heading8Style! [74]
  864.  
  865. MonospacedStyle! [75]
  866.  
  867. CustomHTMLStyle! [76]
  868.  
  869. PreformattedStyle! [77]
  870.  
  871. AddressStyle! [78]
  872.  
  873. QuotationsOutlnStyle! [79]
  874.  
  875. DefinitionsOutlnStyle! [80]
  876.  
  877. Quotation1Style! [81]
  878.  
  879. Quotation2Style! [82]
  880.  
  881. Quotation3Style! [83]
  882.  
  883. Quotation4Style! [84]
  884.  
  885. Quotation5Style! [85]
  886.  
  887. Quotation6Style! [86]
  888.  
  889. Quotation7Style! [87]
  890.  
  891. Quotation8Style! [88]
  892.  
  893. Definition1Style! [89]
  894.  
  895. Definition2Style! [90]
  896.  
  897. Definition3Style! [91]
  898.  
  899. Definition4Style! [92]
  900.  
  901. Definition5Style! [93]
  902.  
  903. Definition6Style! [94]
  904.  
  905. Definition7Style! [95]
  906.  
  907. Definition8Style! [96]
  908.  
  909. Level9Style! [97]
  910.  
  911. Legal9Style! [111]
  912.  
  913. Heading9Style! [112]
  914.  
  915. Quotation9Style! [113]
  916.  
  917. DefinitionStyle [114]
  918.  
  919. Numbering: enumeration (optional)    DefFlushRight!
  920.  
  921. DefFollows!
  922.  
  923. DefLeader!
  924.  
  925. DefNone!
  926.  
  927. DefParentheses!
  928.  
  929. Underline: enumeration (optional)    NoToAUnderline!
  930.  
  931. ToAUnderline!
  932.  
  933. PageCombine: enumeration (optional)    Combine sequential page numbers.
  934.  
  935. Combine!
  936.  
  937. NoCombine!
  938.  
  939. NumberingFormat: string (optional)    The numbering format for the table.
  940.  
  941. TOADefinitionCombine
  942.  
  943. Syntax
  944.  
  945.  TOADefinitionCombine(SectionName As String, [Combine As _TOADefinitionCombine_Combine_enum])
  946.  
  947. Description
  948.  
  949. Combine sequential page numbers in a table of authorities section.
  950.  
  951. Parameters
  952.  
  953. SectionName: string    The name of the section.
  954.  
  955. Combine: enumeration (optional)    Combine!
  956.  
  957. NoCombine!
  958.  
  959. TOADefinitionCreate
  960.  
  961. Syntax
  962.  
  963. TOADefinitionCreate(SectionName As String, [Style], [Numbering As _TOADefinitionCreate_Numbering_enum], [Underline As _TOADefinitionCreate_Underline_enum], [PageCombine As _TOADefinitionCreate_PageCombine_enum], [NumberingFormat As String])
  964.  
  965. Description
  966.  
  967. Create a table of authorities definition. You must pass the numeric value for the Style.
  968.  
  969. Parameters
  970.  
  971. SectionName: string    The name of the section.
  972.  
  973. Style: any (optional)    NormalStyle! [0]
  974.  
  975. FootnoteNumberInDocumentStyle! [16]
  976.  
  977. EndnoteNumberInDocumentStyle! [17]
  978.  
  979. FigureNumberStyle! [18]
  980.  
  981. TableBoxNumberStyle! [19]
  982.  
  983. TextBoxNumberStyle! [20]
  984.  
  985. UserBoxNumberStyle! [21]
  986.  
  987. EquationNumberStyle! [22]
  988.  
  989. HypertextStyle! [23]
  990.  
  991. ToC1Style! [24]
  992.  
  993. ToC2Style! [25]
  994.  
  995. ToC3Style! [26]
  996.  
  997. ToC4Style! [27]
  998.  
  999. ToC5Style! [28]
  1000.  
  1001. Index1Style! [29]
  1002.  
  1003. Index2Style! [30]
  1004.  
  1005. ListStyle! [31]
  1006.  
  1007. ToAStyle! [32]
  1008.  
  1009. DocStyle! [33]
  1010.  
  1011. BoxTextStyle! [34]
  1012.  
  1013. CaptionStyle! [35]
  1014.  
  1015. FootnoteStyle! [36]
  1016.  
  1017. EndnoteStyle! [37]
  1018.  
  1019. CommentStyle! [38]
  1020.  
  1021. HeaderAStyle! [39]
  1022.  
  1023. HeaderBStyle! [40]
  1024.  
  1025. FooterAStyle! [41]
  1026.  
  1027. FooterBStyle! [42]
  1028.  
  1029. WatermarkAStyle! [43]
  1030.  
  1031. WatermarkBStyle!AddressStyle! [44]
  1032.  
  1033. ParagraphOutlnStyle! [45]
  1034.  
  1035. OutlineStyle! [46]
  1036.  
  1037. LegalOutlnStyle! [47]
  1038.  
  1039. BulletsOutlnStyle! [48]
  1040.  
  1041. HeadingsOutlnStyle! [48]
  1042.  
  1043. Legal_2OutlnStyle! [49]
  1044.  
  1045. NumbersOutlnStyle! [50]
  1046.  
  1047. Level1Style! [51]
  1048.  
  1049. Level2Style! [52]
  1050.  
  1051. Level3Style! [53]
  1052.  
  1053. Level4Style! [54]
  1054.  
  1055. Level5Style! [55]
  1056.  
  1057. Level6Style! [56]
  1058.  
  1059. Level7Style! [57]
  1060.  
  1061. Level8Style! [58]
  1062.  
  1063. Legal1Style! [59]
  1064.  
  1065. Legal2Style! [60]
  1066.  
  1067. Legal3Style! [61]
  1068.  
  1069. Legal4Style! [62]
  1070.  
  1071. Legal5Style! [63]
  1072.  
  1073. Legal6Style! [64]
  1074.  
  1075. Legal7Style! [65]
  1076.  
  1077. Legal8Style! [66]
  1078.  
  1079. Heading1Style! [67]
  1080.  
  1081. Heading2Style! [68]
  1082.  
  1083. Heading3Style! [69]
  1084.  
  1085. Heading4Style! [70]
  1086.  
  1087. Heading5Style! [71]
  1088.  
  1089. Heading6Style! [72]
  1090.  
  1091. Heading7Style! [73]
  1092.  
  1093. Heading8Style! [74]
  1094.  
  1095. MonospacedStyle! [75]
  1096.  
  1097. CustomHTMLStyle! [76]
  1098.  
  1099. PreformattedStyle! [77]
  1100.  
  1101. AddressStyle! [78]
  1102.  
  1103. QuotationsOutlnStyle! [79]
  1104.  
  1105. DefinitionsOutlnStyle! [80]
  1106.  
  1107. Quotation1Style! [81]
  1108.  
  1109. Quotation2Style! [82]
  1110.  
  1111. Quotation3Style! [83]
  1112.  
  1113. Quotation4Style! [84]
  1114.  
  1115. Quotation5Style! [85]
  1116.  
  1117. Quotation6Style! [86]
  1118.  
  1119. Quotation7Style! [87]
  1120.  
  1121. Quotation8Style! [88]
  1122.  
  1123. Definition1Style! [89]
  1124.  
  1125. Definition2Style! [90]
  1126.  
  1127. Definition3Style! [91]
  1128.  
  1129. Definition4Style! [92]
  1130.  
  1131. Definition5Style! [93]
  1132.  
  1133. Definition6Style! [94]
  1134.  
  1135. Definition7Style! [95]
  1136.  
  1137. Definition8Style! [96]
  1138.  
  1139. Level9Style! [97]
  1140.  
  1141. Legal9Style! [111]
  1142.  
  1143. Heading9Style! [112]
  1144.  
  1145. Quotation9Style! [113]
  1146.  
  1147. DefinitionStyle [114]
  1148.  
  1149. Numbering: enumeration (optional)    DefFlushRight!
  1150.  
  1151. DefFollows!
  1152.  
  1153. DefLeader!
  1154.  
  1155. DefNone!
  1156.  
  1157. DefParentheses!
  1158.  
  1159. Underline: enumeration (optional)    Allow underlining.
  1160.  
  1161. NoToAUnderline!
  1162.  
  1163. ToAUnderline!
  1164.  
  1165. PageCombine: enumeration (optional)    Combine sequential page numbers.
  1166.  
  1167. Combine!
  1168.  
  1169. NoCombine!
  1170.  
  1171. NumberingFormat: string (optional)    The numbering format for the section.
  1172.  
  1173. TOADefinitionDelete
  1174.  
  1175. Syntax
  1176.  
  1177. TOADefinitionDelete(SectionName As String)
  1178.  
  1179. Description
  1180.  
  1181. Delete a table of authorities section definition.
  1182.  
  1183. Parameters
  1184.  
  1185. SectionName: string    The name of the section definition to delete.
  1186.  
  1187. TOADefinitionMode
  1188.  
  1189. Syntax
  1190.  
  1191. TOADefinitionMode(SectionName As String, [Numbering As _TOADefinitionMode_Numbering_enum])
  1192.  
  1193. Description
  1194.  
  1195. Specify a page numbering mode in a section.
  1196.  
  1197. Parameters
  1198.  
  1199. SectionName: string    The name of the section definition.
  1200.  
  1201. Numbering: enumeration (optional)    DefFlushRight!
  1202.  
  1203. DefFollows!
  1204.  
  1205. DefFollowsParenthesis!
  1206.  
  1207. DefLeaders!
  1208.  
  1209. DefNone!
  1210.  
  1211. TOADefinitionRename
  1212.  
  1213. Syntax
  1214.  
  1215. TOADefinitionRename(OldSection As String, NewSection As String)
  1216.  
  1217. Description
  1218.  
  1219. Rename a section.
  1220.  
  1221. Parameters
  1222.  
  1223. OldSection: string    The original name of the section.
  1224.  
  1225. NewSection: string    The new name of the section.
  1226.  
  1227. TOADefinitionRetrieve
  1228.  
  1229. Syntax
  1230.  
  1231. TOADefinitionRetrieve(Filename As String, SectionName As String)
  1232.  
  1233. Description
  1234.  
  1235. Retrieve a section from another document into the current document.
  1236.  
  1237. Parameters
  1238.  
  1239. Filename: string    The filename of the section file.
  1240.  
  1241. SectionName: string    The name of the section to retrieve.
  1242.  
  1243. TOADefinitionStyle
  1244.  
  1245. Syntax
  1246.  
  1247.  TOADefinitionStyle(SectionName As String, Style)
  1248.  
  1249. Description
  1250.  
  1251. Specify a table of authorities section style. You must pass the numeric value of the Style.
  1252.  
  1253. Parameters
  1254.  
  1255. SectionName: string    The name of the section.
  1256.  
  1257. Style: any (optional)    NormalStyle! [0]
  1258.  
  1259. FootnoteNumberInDocumentStyle! [16]
  1260.  
  1261. EndnoteNumberInDocumentStyle! [17]
  1262.  
  1263. FigureNumberStyle! [18]
  1264.  
  1265. TableBoxNumberStyle! [19]
  1266.  
  1267. TextBoxNumberStyle! [20]
  1268.  
  1269. UserBoxNumberStyle! [21]
  1270.  
  1271. EquationNumberStyle! [22]
  1272.  
  1273. HypertextStyle! [23]
  1274.  
  1275. ToC1Style! [24]
  1276.  
  1277. ToC2Style! [25]
  1278.  
  1279. ToC3Style! [26]
  1280.  
  1281. ToC4Style! [27]
  1282.  
  1283. ToC5Style! [28]
  1284.  
  1285. Index1Style! [29]
  1286.  
  1287. Index2Style! [30]
  1288.  
  1289. ListStyle! [31]
  1290.  
  1291. ToAStyle! [32]
  1292.  
  1293. DocStyle! [33]
  1294.  
  1295. BoxTextStyle! [34]
  1296.  
  1297. CaptionStyle! [35]
  1298.  
  1299. FootnoteStyle! [36]
  1300.  
  1301. EndnoteStyle! [37]
  1302.  
  1303. CommentStyle! [38]
  1304.  
  1305. HeaderAStyle! [39]
  1306.  
  1307. HeaderBStyle! [40]
  1308.  
  1309. FooterAStyle! [41]
  1310.  
  1311. FooterBStyle! [42]
  1312.  
  1313. WatermarkAStyle! [43]
  1314.  
  1315. WatermarkBStyle!AddressStyle! [44]
  1316.  
  1317. ParagraphOutlnStyle! [45]
  1318.  
  1319. OutlineStyle! [46]
  1320.  
  1321. LegalOutlnStyle! [47]
  1322.  
  1323. BulletsOutlnStyle! [48]
  1324.  
  1325. HeadingsOutlnStyle! [48]
  1326.  
  1327. Legal_2OutlnStyle! [49]
  1328.  
  1329. NumbersOutlnStyle! [50]
  1330.  
  1331. Level1Style! [51]
  1332.  
  1333. Level2Style! [52]
  1334.  
  1335. Level3Style! [53]
  1336.  
  1337. Level4Style! [54]
  1338.  
  1339. Level5Style! [55]
  1340.  
  1341. Level6Style! [56]
  1342.  
  1343. Level7Style! [57]
  1344.  
  1345. Level8Style! [58]
  1346.  
  1347. Legal1Style! [59]
  1348.  
  1349. Legal2Style! [60]
  1350.  
  1351. Legal3Style! [61]
  1352.  
  1353. Legal4Style! [62]
  1354.  
  1355. Legal5Style! [63]
  1356.  
  1357. Legal6Style! [64]
  1358.  
  1359. Legal7Style! [65]
  1360.  
  1361. Legal8Style! [66]
  1362.  
  1363. Heading1Style! [67]
  1364.  
  1365. Heading2Style! [68]
  1366.  
  1367. Heading3Style! [69]
  1368.  
  1369. Heading4Style! [70]
  1370.  
  1371. Heading5Style! [71]
  1372.  
  1373. Heading6Style! [72]
  1374.  
  1375. Heading7Style! [73]
  1376.  
  1377. Heading8Style! [74]
  1378.  
  1379. MonospacedStyle! [75]
  1380.  
  1381. CustomHTMLStyle! [76]
  1382.  
  1383. PreformattedStyle! [77]
  1384.  
  1385. AddressStyle! [78]
  1386.  
  1387. QuotationsOutlnStyle! [79]
  1388.  
  1389. DefinitionsOutlnStyle! [80]
  1390.  
  1391. Quotation1Style! [81]
  1392.  
  1393. Quotation2Style! [82]
  1394.  
  1395. Quotation3Style! [83]
  1396.  
  1397. Quotation4Style! [84]
  1398.  
  1399. Quotation5Style! [85]
  1400.  
  1401. Quotation6Style! [86]
  1402.  
  1403. Quotation7Style! [87]
  1404.  
  1405. Quotation8Style! [88]
  1406.  
  1407. Definition1Style! [89]
  1408.  
  1409. Definition2Style! [90]
  1410.  
  1411. Definition3Style! [91]
  1412.  
  1413. Definition4Style! [92]
  1414.  
  1415. Definition5Style! [93]
  1416.  
  1417. Definition6Style! [94]
  1418.  
  1419. Definition7Style! [95]
  1420.  
  1421. Definition8Style! [96]
  1422.  
  1423. Level9Style! [97]
  1424.  
  1425. Legal9Style! [111]
  1426.  
  1427. Heading9Style! [112]
  1428.  
  1429. Quotation9Style! [113]
  1430.  
  1431. DefinitionStyle [114]
  1432.  
  1433. TOADefinitionUnderline
  1434.  
  1435. Syntax
  1436.  
  1437. TOADefinitionUnderline(Section As String, [Action As _TOADefinitionUnderline_Action_enum])
  1438.  
  1439. Description
  1440.  
  1441. Turn Underlining on or off in a table of authorities section.
  1442.  
  1443. Parameters
  1444.  
  1445. Section: string    The name of the section.
  1446.  
  1447. Action: enumeration (optional)    NoToAUnderline!
  1448.  
  1449. ToAUnderline!
  1450.  
  1451. TOAEditFullForm
  1452.  
  1453. Syntax
  1454.  
  1455. TOAEditFullForm(ShortForm As String)
  1456.  
  1457. Description
  1458.  
  1459. Begin editing changes to a full form. SubstructureExit ends editing and saves changes.
  1460.  
  1461. Parameters
  1462.  
  1463. ShortForm: string    The name of the form.
  1464.  
  1465. TOAEditFullFormCBar
  1466.  
  1467. Syntax
  1468.  
  1469. TOAEditFullFormCBar()
  1470.  
  1471. Description
  1472.  
  1473. Display the Table of Authorities Full Form feature bar.
  1474.  
  1475. TOAEditFullFormDlg
  1476.  
  1477. Syntax
  1478.  
  1479. TOAEditFullFormDlg()
  1480.  
  1481. Description
  1482.  
  1483. Display the Edit Full Form dialog box.
  1484.  
  1485. TOAEditPageFormat
  1486.  
  1487. Syntax
  1488.  
  1489. TOAEditPageFormat(ListName As String, NumberFormat))
  1490.  
  1491. Description
  1492.  
  1493. Specify the text for page numbering in a table of authorities.
  1494.  
  1495. Parameters
  1496.  
  1497. Listname: string    The name of the list.
  1498.  
  1499. NumberFormat: any    Use a string to specify a custom format.
  1500.  
  1501. DocFormat!
  1502.  
  1503. TOAEditSection
  1504.  
  1505. Syntax
  1506.  
  1507. TOAEditSection(OldName As String, NewName As String)
  1508.  
  1509. Description
  1510.  
  1511. Rename a section name in the full form of a table of authorities.
  1512.  
  1513. Parameters
  1514.  
  1515. OldName: string    The original name of the form.
  1516.  
  1517. NewName: string    The new name of the form.
  1518.  
  1519. TOAEditShortForm
  1520.  
  1521. Syntax
  1522.  
  1523.  TOAEditShortForm(OldName As String, NewName As String)
  1524.  
  1525. Description
  1526.  
  1527. Rename a short form name in the full form of a table of authorities.
  1528.  
  1529. Parameters
  1530.  
  1531. OldName: string    The original name of the form.
  1532.  
  1533. NewName: string    The new name of the form.
  1534.  
  1535. TOAMark
  1536.  
  1537. Syntax
  1538.  
  1539. TOAMark([SectionName As String], [ShortForm As String])
  1540.  
  1541. Description
  1542.  
  1543. Mark the selected text as a table of authorities reference.
  1544.  
  1545. Parameters
  1546.  
  1547. SectionName: string (optional)    The name of the section.
  1548.  
  1549. ShortForm: string (optional)    The name of the form.
  1550.  
  1551. TOAMarkShortForm
  1552.  
  1553. Syntax
  1554.  
  1555. TOAMarkShortForm(ShortForm As String)
  1556.  
  1557. Description
  1558.  
  1559. Mark the current short form citation at the insertion point.
  1560.  
  1561. Parameters
  1562.  
  1563. ShortForm: string    The name of the form.
  1564.  
  1565. TOCDefine
  1566.  
  1567. Syntax
  1568.  
  1569. TOCDefine([WrapLastLevel As _TOCDefine_WrapLastLevel_enum], [NumberingFormat As String], [Style], [Numbering])
  1570.  
  1571. Description
  1572.  
  1573. Define a table of contents and insert the definition. You must pass the numeric value for the Style.
  1574.  
  1575. Parameters
  1576.  
  1577. WrapLastLevel: enumeration (optional)    Wrap the last level.
  1578.  
  1579. No!
  1580.  
  1581. Yes!
  1582.  
  1583. NumberingFormat: string (optional)    The page numbering format.
  1584.  
  1585. Style: any (optional)    NormalStyle! [0]
  1586.  
  1587. FootnoteNumberInDocumentStyle! [16]
  1588.  
  1589. EndnoteNumberInDocumentStyle! [17]
  1590.  
  1591. FigureNumberStyle! [18]
  1592.  
  1593. TableBoxNumberStyle! [19]
  1594.  
  1595. TextBoxNumberStyle! [20]
  1596.  
  1597. UserBoxNumberStyle! [21]
  1598.  
  1599. EquationNumberStyle! [22]
  1600.  
  1601. HypertextStyle! [23]
  1602.  
  1603. ToC1Style! [24]
  1604.  
  1605. ToC2Style! [25]
  1606.  
  1607. ToC3Style! [26]
  1608.  
  1609. ToC4Style! [27]
  1610.  
  1611. ToC5Style! [28]
  1612.  
  1613. Index1Style! [29]
  1614.  
  1615. Index2Style! [30]
  1616.  
  1617. ListStyle! [31]
  1618.  
  1619. ToAStyle! [32]
  1620.  
  1621. DocStyle! [33]
  1622.  
  1623. BoxTextStyle! [34]
  1624.  
  1625. CaptionStyle! [35]
  1626.  
  1627. FootnoteStyle! [36]
  1628.  
  1629. EndnoteStyle! [37]
  1630.  
  1631. CommentStyle! [38]
  1632.  
  1633. HeaderAStyle! [39]
  1634.  
  1635. HeaderBStyle! [40]
  1636.  
  1637. FooterAStyle! [41]
  1638.  
  1639. FooterBStyle! [42]
  1640.  
  1641. WatermarkAStyle! [43]
  1642.  
  1643. WatermarkBStyle!AddressStyle! [44]
  1644.  
  1645. ParagraphOutlnStyle! [45]
  1646.  
  1647. OutlineStyle! [46]
  1648.  
  1649. LegalOutlnStyle! [47]
  1650.  
  1651. BulletsOutlnStyle! [48]
  1652.  
  1653. HeadingsOutlnStyle! [48]
  1654.  
  1655. Legal_2OutlnStyle! [49]
  1656.  
  1657. NumbersOutlnStyle! [50]
  1658.  
  1659. Level1Style! [51]
  1660.  
  1661. Level2Style! [52]
  1662.  
  1663. Level3Style! [53]
  1664.  
  1665. Level4Style! [54]
  1666.  
  1667. Level5Style! [55]
  1668.  
  1669. Level6Style! [56]
  1670.  
  1671. Level7Style! [57]
  1672.  
  1673. Level8Style! [58]
  1674.  
  1675. Legal1Style! [59]
  1676.  
  1677. Legal2Style! [60]
  1678.  
  1679. Legal3Style! [61]
  1680.  
  1681. Legal4Style! [62]
  1682.  
  1683. Legal5Style! [63]
  1684.  
  1685. Legal6Style! [64]
  1686.  
  1687. Legal7Style! [65]
  1688.  
  1689. Legal8Style! [66]
  1690.  
  1691. Heading1Style! [67]
  1692.  
  1693. Heading2Style! [68]
  1694.  
  1695. Heading3Style! [69]
  1696.  
  1697. Heading4Style! [70]
  1698.  
  1699. Heading5Style! [71]
  1700.  
  1701. Heading6Style! [72]
  1702.  
  1703. Heading7Style! [73]
  1704.  
  1705. Heading8Style! [74]
  1706.  
  1707. MonospacedStyle! [75]
  1708.  
  1709. CustomHTMLStyle! [76]
  1710.  
  1711. PreformattedStyle! [77]
  1712.  
  1713. AddressStyle! [78]
  1714.  
  1715. QuotationsOutlnStyle! [79]
  1716.  
  1717. DefinitionsOutlnStyle! [80]
  1718.  
  1719. Quotation1Style! [81]
  1720.  
  1721. Quotation2Style! [82]
  1722.  
  1723. Quotation3Style! [83]
  1724.  
  1725. Quotation4Style! [84]
  1726.  
  1727. Quotation5Style! [85]
  1728.  
  1729. Quotation6Style! [86]
  1730.  
  1731. Quotation7Style! [87]
  1732.  
  1733. Quotation8Style! [88]
  1734.  
  1735. Definition1Style! [89]
  1736.  
  1737. Definition2Style! [90]
  1738.  
  1739. Definition3Style! [91]
  1740.  
  1741. Definition4Style! [92]
  1742.  
  1743. Definition5Style! [93]
  1744.  
  1745. Definition6Style! [94]
  1746.  
  1747. Definition7Style! [95]
  1748.  
  1749. Definition8Style! [96]
  1750.  
  1751. Level9Style! [97]
  1752.  
  1753. Legal9Style! [111]
  1754.  
  1755. Heading9Style! [112]
  1756.  
  1757. Quotation9Style! [113]
  1758.  
  1759. DefinitionStyle [114]
  1760.  
  1761. Numbering: enumeration (optional)    The page numbering mode for references.
  1762.  
  1763. DefFlushRight!
  1764.  
  1765. DefFollows!
  1766.  
  1767. DefLeader!
  1768.  
  1769. DefNone!
  1770.  
  1771. DefParentheses!
  1772.  
  1773. TOCDefineDlg
  1774.  
  1775. Syntax
  1776.  
  1777. TOCDefineDlg()
  1778.  
  1779. Description
  1780.  
  1781. Display the Define Table of Contents dialog box.
  1782.  
  1783. TOCMark
  1784.  
  1785. Syntax
  1786.  
  1787.  TOCMark(Level As Integer)
  1788.  
  1789. Description
  1790.  
  1791. Mark the selected text for the table of contents.
  1792.  
  1793. Parameters
  1794.  
  1795. Level: numeric    
  1796.  
  1797. TotalPages
  1798.  
  1799. Syntax
  1800.  
  1801. ()
  1802.  
  1803. Description
  1804.  
  1805. Return the total number of pages in the current document. Not recordable. If something was added to the middle of a document that increased the total number of pages, TotalPages may not return the current value. Several techniques can be used to make sure this value is current. Moving to the end of the document is one of them.
  1806.  
  1807. If you do not use any of the optional parameters available, any existing code will be removed from the document in question.
  1808.  
  1809. The following is an example of moving to the end of the document before using TotalPages:
  1810.  
  1811. QuickmarkSet ()
  1812.  
  1813. PosDocBottom ()
  1814.  
  1815. QuickMarkFind ()
  1816.  
  1817. BookmarkDelete (Name: "QuickMark")
  1818.  
  1819. vPages := TotalPages ()
  1820.  
  1821. TotalPagesDisplay
  1822.  
  1823. Syntax
  1824.  
  1825. TotalPagesDisplay()
  1826.  
  1827. Description
  1828.  
  1829. Insert a code in the text to display the total number of pages.
  1830.  
  1831. TotalPagesMethod
  1832.  
  1833. Syntax
  1834.  
  1835.  TotalPagesMethod([Method As _TotalPagesMethod_Method_enum])
  1836.  
  1837. Description
  1838.  
  1839. Specify the page-numbering method for the total number of pages.
  1840.  
  1841. Parameters
  1842.  
  1843. Method: enumeration (optional)    LowerLetters!
  1844.  
  1845. LowerRoman!
  1846.  
  1847. Numbers!
  1848.  
  1849. UpperLetters!
  1850.  
  1851. UpperRoman!
  1852.  
  1853. Note
  1854.  
  1855.   If you do not specify an enumeration, any page numbering in your document in the Page (Page #) of (Tot Pages#) format is removed.
  1856.   
  1857. TwainAcquire
  1858.  
  1859. Syntax
  1860.  
  1861. TwainAcquire()
  1862.  
  1863. Description
  1864.  
  1865. Scan an image into WordPerfect. This token is valid only if the optional TWAIN support files were installed using the Custom install option, and a TWAIN-compatible scanning device is installed.
  1866.  
  1867. TwainSelectSourceDlg
  1868.  
  1869. Syntax
  1870.  
  1871. TwainSelectSourceDlg()
  1872.  
  1873. Description
  1874.  
  1875. Display the Select Image Source dialog box. This token is valid only if the optional TWAIN support files were installed using the Custom install option, and a TWAIN-compatible scanning device is installed.
  1876.  
  1877. TypeChar
  1878.  
  1879. Syntax
  1880.  
  1881. TypeChar(CharacterSet As Integer, Offset As Integer)
  1882.  
  1883. Description
  1884.  
  1885. Insert a character from the WordPerfect character sets.
  1886.  
  1887. Parameters
  1888.  
  1889. CharacterSet: numeric    The character to insert.
  1890.  
  1891. Offset: numeric    A WordPerfect character.
  1892.  
  1893. Typeover
  1894.  
  1895. Syntax
  1896.  
  1897. Typeover(State As _Typeover_State_enum)
  1898.  
  1899. Description
  1900.  
  1901. Turn Typeover on or off.
  1902.  
  1903. Parameters
  1904.  
  1905. State: enumeration    Off!
  1906.  
  1907. On!
  1908.  
  1909. TypeoverKey
  1910.  
  1911. Syntax
  1912.  
  1913. Typeover(State As _Typeover_State_enum)()
  1914.  
  1915. Description
  1916.  
  1917.  urn Typeover on or off
  1918.  
  1919. TypesetManualKerningDlg
  1920.  
  1921. Syntax
  1922.  
  1923. TypesetManualKerningDlg()
  1924.  
  1925. Description
  1926.  
  1927. Display the Manual Kerning dialog box, which allows you to increase or decrease the space between two characters.
  1928.  
  1929.  
  1930.  
  1931.  
  1932.  
  1933.  
  1934.