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

  1. ImportCreateDlg
  2.  
  3. Syntax
  4.  
  5. ImportCreateDlg()
  6.  
  7. Description
  8.  
  9. Display the Create Data Link dialog box.
  10.  
  11. ImportDlg
  12.  
  13. Syntax
  14.  
  15. ImportDlg()
  16.  
  17. Description
  18.  
  19. Display the Import Data dialog box.
  20.  
  21. ImportDoEdit
  22.  
  23. Syntax
  24.  
  25. ImportDoEdit()
  26.  
  27. Description
  28.  
  29. Modify and perform an existing link between a spreadsheet or database and the current document.
  30.  
  31. ImportDoImport
  32.  
  33. Syntax
  34.  
  35. ImportDoImport()
  36.  
  37. Description
  38.  
  39. Import ASCII text, ANSI text, table data, spreadsheet data, or database data.
  40.  
  41. ImportDoLink
  42.  
  43. Syntax
  44.  
  45. ImportDoLink()
  46.  
  47. Description
  48.  
  49. Create and perform a link between a spreadsheet or database and the current document.
  50.  
  51. ImportDoUpdate
  52.  
  53. Syntax
  54.  
  55. ImportDoUpdate()
  56.  
  57. Description
  58.  
  59. Update linked data in the current document to match the data in linked spreadsheet or database files.
  60.  
  61. ImportEditDlg
  62.  
  63. Syntax
  64.  
  65. ImportEditDlg()
  66.  
  67. Description
  68.  
  69. Display the Edit Data Link dialog box.
  70.  
  71. ImportOptionsDlg
  72.  
  73. Syntax
  74.  
  75. ImportOptionsDlg()
  76.  
  77. Description
  78.  
  79. Display the Link Options dialog box.
  80.  
  81. ImportSetAsciiEncap
  82.  
  83. Syntax
  84.  
  85. ImportSetAsciiEncap(EncapsulationChar As String)
  86.  
  87. Description
  88.  
  89. Specify an ASCII encapsulation character for importing spreadsheet or database data saved as ASCII delimited text.
  90.  
  91. Parameters
  92.  
  93. EncapsulationChar: string    The ASCII encapsulation character.
  94.  
  95. ImportSetAsciiFieldDelimiter
  96.  
  97. Syntax
  98.  
  99. ImportSetAsciiFieldDelimiter(FieldDelimiter As String)
  100.  
  101. Description
  102.  
  103. Specify the characters to mark the beginning or end of a field when importing spreadsheet or database data saved as ASCII delimited text.
  104.  
  105. Parameters
  106.  
  107. FieldDelimiter: string    The ASCII field delimiter.
  108.  
  109. ImportSetAsciiRecordDelimiter
  110.  
  111. Syntax
  112.  
  113.  ImportSetAsciiRecordDelimiter(RecordDelimiter As String)
  114.  
  115. Description
  116.  
  117. Specify the characters to mark the beginning or end of a record when importing spreadsheet or database data saved as ASCII delimited text.
  118.  
  119. Parameters
  120.  
  121. RecordDelimiter: string    The ASCII record delimiter.
  122.  
  123. ImportSetAsciiStrip
  124.  
  125. Syntax
  126.  
  127.  ImportSetAsciiStrip(StripChars As String)
  128.  
  129. Description
  130.  
  131. Delete extra characters when importing spreadsheet or database data saved as ASCII delimited text.
  132.  
  133. Parameters
  134.  
  135. StripChars: string    Characters to delete when importing ASCII text.
  136.  
  137. ImportSetDataSource
  138.  
  139. Syntax
  140.  
  141. ImportSetDataSource(Source As String)
  142.  
  143. Description
  144.  
  145. Specify the data source for an ODBC import.
  146.  
  147. Parameters
  148.  
  149. Source: string    The filename and location of a data file.
  150.  
  151. ImportSetDestination
  152.  
  153. Syntax
  154.  
  155. ImportSetDestination(DestinationType As _ImportSetDestination_DestinationType_enum)
  156.  
  157. Description
  158.  
  159. Specify a format for linked or imported spreadsheet or database data.
  160.  
  161. Parameters
  162.  
  163. DestinationType: enumeration    MergeData!
  164.  
  165. TabbedText!
  166.  
  167. WPTable!
  168.  
  169. ImportSetDictPath
  170.  
  171. Syntax
  172.  
  173. ImportSetDictPath(DictionaryPath As String)
  174.  
  175. Description
  176.  
  177. Specify the Novell NetWare SQL dictionary path for imported spreadsheet or database data. Available only for Pioneer Q+E drivers.
  178.  
  179. Parameters
  180.  
  181. DictionaryPath: string    The SQL dictionary path.
  182.  
  183. ImportSetFields
  184.  
  185. Syntax
  186.  
  187. ImportSetFields(FieldNames As String)
  188.  
  189. Description
  190.  
  191. Specify the database fields to import.
  192.  
  193. Parameters
  194.  
  195. FieldNames: string    Separate fields with a comma, enclosed in quotation marks.
  196.  
  197. ImportSetFileName
  198.  
  199. Syntax
  200.  
  201.  ImportSetFileName(Filename As String)
  202.  
  203. Description
  204.  
  205. Specify a source file to link to or import from.
  206.  
  207. Parameters
  208.  
  209. Filename: string    The filename of the source file.
  210.  
  211. ImportSetFilePath
  212.  
  213. Syntax
  214.  
  215.  ImportSetFilePath(FilePath As String)
  216.  
  217. Description
  218.  
  219. Specify a NetWare SQL file path. Available only for Pioneer Q+E drivers.
  220.  
  221. Parameters
  222.  
  223. FilePath: string    The path to the SQL file.
  224.  
  225. ImportSetFirstRecFieldNames
  226.  
  227. Syntax
  228.  
  229. ImportSetFirstRecFieldnames(State As _ImportSetFirstRecFieldnames_State_enum)
  230.  
  231. Description
  232.  
  233. Lets you specify whether or not to set the first record as field names.
  234.  
  235. Parameters
  236.  
  237. State: enumeration    No!
  238.  
  239. Yes!
  240.  
  241. ImportSetIncludeNames
  242.  
  243. Syntax
  244.  
  245. ImportSetIncludeNames(State As _ImportSetIncludeNames_State_enum)
  246.  
  247. Description
  248.  
  249. Use the field names as headings for imported database data.
  250.  
  251. Parameters
  252.  
  253. State: enumeration    Off!
  254.  
  255. On!
  256.  
  257. ImportSetPanel
  258.  
  259. Syntax
  260.  
  261. ImportSetPanel(PanelName As String)
  262.  
  263. Description
  264.  
  265. Specify a Corel DataPerfect panel to retrieve.
  266.  
  267. Parameters
  268.  
  269. PanelName: string    The name of the panel.
  270.  
  271. ImportSetPassword
  272.  
  273. Syntax
  274.  
  275.  ImportSetPassword(Password As String)
  276.  
  277. Description
  278.  
  279. Specify a password to import SQL data. Available only for Pioneer Q+E drivers.
  280.  
  281. Parameters
  282.  
  283. Password: string    The password for SQL data.
  284.  
  285. ImportSetQuery
  286.  
  287. Syntax
  288.  
  289. ImportSetQuery([FieldName1 As String], [FieldName2 As String], [FieldName3 As String], [Condition1Field1 As String], [Condition1Field2 As String], [Condition1Field3 As String], [Condition2Field1 As String], [Condition2Field2 As String], [Condition2Field3 As String], [Condition3Field1 As String], [Condition3Field2 As String], [Condition3Field3 As String], [Condition4Field1 As String], [Condition4Field2 As String], [Condition4Field3 As String])
  290.  
  291. Description
  292.  
  293. Specify the field conditions for a database import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
  294.  
  295. Parameters
  296.  
  297. FieldName1: string (optional)    The name of the first field.
  298.  
  299. FieldName2: string (optional)    The name of the second field.
  300.  
  301. FieldName3: string (optional)    The name of the third field.
  302.  
  303. Condition1Field1: string (optional)    Importing condition.
  304.  
  305. Condition1Field2: string (optional)    Importing condition.
  306.  
  307. Condition1Field3: string (optional)    Importing condition.
  308.  
  309. Condition2Field1: string (optional)    Importing condition.
  310.  
  311. Condition2Field2: string (optional)    Importing condition.
  312.  
  313. Condition2Field3: string (optional)    Importing condition.
  314.  
  315. Condition3Field1: string (optional)    Importing condition.
  316.  
  317. Condition3Field2: string (optional)    Importing condition.
  318.  
  319. Condition3Field3: string (optional)    Importing condition.
  320.  
  321. Condition4Field1: string (optional)    Importing condition.
  322.  
  323. Condition4Field2: string (optional)    Importing condition.
  324.  
  325. Condition4Field3: string (optional)    Importing condition.
  326.  
  327. ImportSetRange
  328.  
  329. Syntax
  330.  
  331.  ImportSetRange(Range As String)
  332.  
  333. Description
  334.  
  335. Specify a range of spreadsheet cells to import.
  336.  
  337. Parameters
  338.  
  339. Range: string    The range of cells.
  340.  
  341. ImportSetServer
  342.  
  343. Syntax
  344.  
  345.  ImportSetServer(ServerName As String)
  346.  
  347. Description
  348.  
  349. Specify a server for a NetWare SQL database import. Available only for Pioneer Q+E drivers.
  350.  
  351. Parameters
  352.  
  353. ServerName: string    The name of the SQL server.
  354.  
  355. ImportSetSizeToFit
  356.  
  357. Syntax
  358.  
  359. ImportSetSizeToFit(State As _ImportSetSizeToFit_State_enum)
  360.  
  361. Description
  362.  
  363. Size table columns to fit data after it is imported.
  364.  
  365. Parameters
  366.  
  367. State: enumeration    No!
  368.  
  369. Yes!
  370.  
  371. ImportSetSource
  372.  
  373. Syntax
  374.  
  375. ImportSetSource(SourceType As _ImportSetSource_SourceType_enum)
  376.  
  377. Description
  378.  
  379. Specify the format of spreadsheet or database data to import.
  380.  
  381. Parameters
  382.  
  383. SourceType: enumeration    ANSIText!
  384.  
  385. ASCII!
  386.  
  387. Clipper!
  388.  
  389. DataPerfect!
  390.  
  391. DB2!
  392.  
  393. dBase!
  394.  
  395. FoxPro!
  396.  
  397. InFormix!
  398.  
  399. NetWare!
  400.  
  401. ODBC!
  402.  
  403. ODBC_NO_SQL!
  404.  
  405. Oracle!
  406.  
  407. Paradox!
  408.  
  409. Spreadsheet!
  410.  
  411. SQLBase!
  412.  
  413. SQLServer!
  414.  
  415. Sybase!
  416.  
  417. XDB! 
  418.  
  419. ImportSetSQLQuery
  420.  
  421. Syntax
  422.  
  423. ImportSetSQLQuery(SQLQuery As String)
  424.  
  425. Description
  426.  
  427. Specify the conditions for a database link or import query. For examples of valid conditions, choose Example from the Define Selection Conditions dialog box.
  428.  
  429. Parameters
  430.  
  431. SQLQuery: string    The conditions for a database link or import query.
  432.  
  433. ImportSetTable
  434.  
  435. Syntax
  436.  
  437. ImportSetTable(TableName As String)
  438.  
  439. Description
  440.  
  441. Specify a table to import.
  442.  
  443. Parameters
  444.  
  445. TableName: string    The name of the table to import.
  446.  
  447. ImportSetUserID
  448.  
  449. Syntax
  450.  
  451.  ImportSetUserID(UserId As String)
  452.  
  453. Description
  454.  
  455. Specify a NetWare SQL database user identification. Available only for Pioneer Q+E drivers.
  456.  
  457. Parameters
  458.  
  459. UserId: string    The SQL user identification.
  460.  
  461. ImportUpdateDlg
  462.  
  463. Syntax
  464.  
  465.  ImportUpdateDlg()
  466.  
  467. Description
  468.  
  469. Display the Update import dialog box.
  470.  
  471. Indent
  472.  
  473. Syntax
  474.  
  475. Indent()
  476.  
  477. Description
  478.  
  479. Indent a paragraph one tab stop to the right without changing the margins.
  480.  
  481. IndentLeftRight
  482.  
  483. Syntax
  484.  
  485. IndentLeftRight()
  486.  
  487. Description
  488.  
  489. Indent both sides of a paragraph equally from the left and right margin.
  490.  
  491. IndexDefineDlg
  492.  
  493. Syntax
  494.  
  495. IndexDefineDlg()
  496.  
  497. Description
  498.  
  499. Display the Define Index dialog box.
  500.  
  501. IndexDefinition
  502.  
  503. Syntax
  504.  
  505. IndexDefinition(Heading, SubHeading, NumMode As _IndexDefinition_NumMode_enum, PgCombine As _IndexDefinition_PgCombine_enum, [Concordance As String], [UserFormat As String])
  506.  
  507. Description
  508.  
  509. Create and insert an index definition. You must pass thre numeric for the Heading and the SubHeading.
  510.  
  511. Parameters
  512.  
  513. Heading: any    NormalStyle!
  514.  
  515. FootnoteNumberInDocumentStyle!
  516.  
  517. EndnoteNumberInDocumentStyle!
  518.  
  519. FigureNumberStyle!
  520.  
  521. TableBoxNumberStyle!
  522.  
  523. TextBoxNumberStyle!
  524.  
  525. UserBoxNumberStyle!
  526.  
  527. EquationNumberStyle!
  528.  
  529. HypertextStyle!
  530.  
  531. ToC1Style!
  532.  
  533. ToC2Style!
  534.  
  535. ToC3Style!
  536.  
  537. ToC4Style!
  538.  
  539. ToC5Style!
  540.  
  541. Index1Style!
  542.  
  543. Index2Style!
  544.  
  545. ListStyle!
  546.  
  547. ToAStyle!
  548.  
  549. DocStyle!
  550.  
  551. BoxTextStyle!
  552.  
  553. CaptionStyle!
  554.  
  555. FootnoteStyle!
  556.  
  557. EndnoteStyle!
  558.  
  559. CommentStyle!
  560.  
  561. HeaderAStyle!
  562.  
  563. HeaderBStyle!
  564.  
  565. FooterAStyle!
  566.  
  567. FooterBStyle!
  568.  
  569. WatermarkAStyle!
  570.  
  571. WatermarkBStyle!AddressStyle!
  572.  
  573. ParagraphOutlnStyle!
  574.  
  575. OutlineStyle!
  576.  
  577. LegalOutlnStyle!
  578.  
  579. BulletsOutlnStyle!
  580.  
  581. HeadingsOutlnStyle!
  582.  
  583. Legal_2OutlnStyle!
  584.  
  585. NumbersOutlnStyle!
  586.  
  587. Level1Style!
  588.  
  589. Level2Style!
  590.  
  591. Level3Style!
  592.  
  593. Level4Style!
  594.  
  595. Level5Style!
  596.  
  597. Level6Style!
  598.  
  599. Level7Style!
  600.  
  601. Level8Style!
  602.  
  603. Legal1Style!
  604.  
  605. Legal2Style!
  606.  
  607. Legal3Style!
  608.  
  609. Legal4Style!
  610.  
  611. Legal5Style!
  612.  
  613. Legal6Style!
  614.  
  615. Legal7Style!
  616.  
  617. Legal8Style!
  618.  
  619. Heading1Style!
  620.  
  621. Heading2Style!
  622.  
  623. Heading3Style!
  624.  
  625. Heading4Style!
  626.  
  627. Heading5Style!
  628.  
  629. Heading6Style!
  630.  
  631. Heading7Style!
  632.  
  633. Heading8Style!
  634.  
  635. MonospacedStyle!
  636.  
  637. CustomHTMLStyle!
  638.  
  639. PreformattedStyle!
  640.  
  641. AddressStyle!
  642.  
  643. QuotationsOutlnStyle!
  644.  
  645. DefinitionsOutlnStyle!
  646.  
  647. Quotation1Style!
  648.  
  649. Quotation2Style!
  650.  
  651. Quotation3Style!
  652.  
  653. Quotation4Style!
  654.  
  655. Quotation5Style!
  656.  
  657. Quotation6Style!
  658.  
  659. Quotation7Style!
  660.  
  661. Quotation8Style!
  662.  
  663. Definition1Style!
  664.  
  665. Definition2Style!
  666.  
  667. Definition3Style!
  668.  
  669. Definition4Style!
  670.  
  671. Definition5Style!
  672.  
  673. Definition6Style!
  674.  
  675. Definition7Style!
  676.  
  677. Definition8Style!
  678.  
  679. Level9Style!
  680.  
  681. Legal9Style!
  682.  
  683. Heading9Style!
  684.  
  685. Quotation9Style!
  686.  
  687. DefinitionStyle! !    0
  688.  
  689. 16
  690.  
  691. 17
  692.  
  693. 18
  694.  
  695. 19
  696.  
  697. 20
  698.  
  699. 21
  700.  
  701. 22
  702.  
  703. 23
  704.  
  705. 24
  706.  
  707. 25
  708.  
  709. 26
  710.  
  711. 27
  712.  
  713. 28
  714.  
  715. 29
  716.  
  717. 30
  718.  
  719. 31
  720.  
  721. 32
  722.  
  723. 33
  724.  
  725. 34
  726.  
  727. 35
  728.  
  729. 36
  730.  
  731. 37
  732.  
  733. 38
  734.  
  735. 39
  736.  
  737. 40
  738.  
  739. 41
  740.  
  741. 42
  742.  
  743. 43
  744.  
  745. 44
  746.  
  747. 45
  748.  
  749. 46
  750.  
  751. 47
  752.  
  753. 48
  754.  
  755. 49
  756.  
  757. 50
  758.  
  759. 51
  760.  
  761. 52
  762.  
  763. 53
  764.  
  765. 54
  766.  
  767. 55
  768.  
  769. 56
  770.  
  771. 57
  772.  
  773. 58
  774.  
  775. 59
  776.  
  777. 60
  778.  
  779. 61
  780.  
  781. 62
  782.  
  783. 63
  784.  
  785. 64
  786.  
  787. 65
  788.  
  789. 66
  790.  
  791. 67
  792.  
  793. 68
  794.  
  795. 69
  796.  
  797. 70
  798.  
  799. 71
  800.  
  801. 72
  802.  
  803. 73
  804.  
  805. 74
  806.  
  807. 75
  808.  
  809. 76
  810.  
  811. 77
  812.  
  813. 78
  814.  
  815. 79
  816.  
  817. 80
  818.  
  819. 81
  820.  
  821. 82
  822.  
  823. 83
  824.  
  825. 84
  826.  
  827. 85
  828.  
  829. 86
  830.  
  831. 87
  832.  
  833. 88
  834.  
  835. 89
  836.  
  837. 90
  838.  
  839. 91
  840.  
  841. 92
  842.  
  843. 93
  844.  
  845. 94
  846.  
  847. 95
  848.  
  849. 96
  850.  
  851. 97
  852.  
  853. 111
  854.  
  855. 112
  856.  
  857. 113
  858.  
  859. 115
  860.  
  861. 116
  862.  
  863.  
  864.  
  865. Any    The subheading style
  866.  
  867. NormalStyle!
  868.  
  869. FootnoteNumberInDocumentStyle!
  870.  
  871. EndnoteNumberInDocumentStyle!
  872.  
  873. FigureNumberStyle!
  874.  
  875. TableBoxNumberStyle!
  876.  
  877. TextBoxNumberStyle!
  878.  
  879. UserBoxNumberStyle!
  880.  
  881. EquationNumberStyle!
  882.  
  883. HypertextStyle!
  884.  
  885. ToC1Style!
  886.  
  887. ToC2Style!
  888.  
  889. ToC3Style!
  890.  
  891. ToC4Style!
  892.  
  893. ToC5Style!
  894.  
  895. Index1Style!
  896.  
  897. Index2Style!
  898.  
  899. ListStyle!
  900.  
  901. ToAStyle!
  902.  
  903. DocStyle!
  904.  
  905. BoxTextStyle!
  906.  
  907. CaptionStyle!
  908.  
  909. FootnoteStyle!
  910.  
  911. EndnoteStyle!
  912.  
  913. CommentStyle!
  914.  
  915. HeaderAStyle!
  916.  
  917. HeaderBStyle!
  918.  
  919. FooterAStyle!
  920.  
  921. FooterBStyle!
  922.  
  923. WatermarkAStyle!
  924.  
  925. WatermarkBStyle!AddressStyle!
  926.  
  927. ParagraphOutlnStyle!
  928.  
  929. OutlineStyle!
  930.  
  931. LegalOutlnStyle!
  932.  
  933. BulletsOutlnStyle!
  934.  
  935. HeadingsOutlnStyle!
  936.  
  937. Legal_2OutlnStyle!
  938.  
  939. NumbersOutlnStyle!
  940.  
  941. Level1Style!
  942.  
  943. Level2Style!
  944.  
  945. Level3Style!
  946.  
  947. Level4Style!
  948.  
  949. Level5Style!
  950.  
  951. Level6Style!
  952.  
  953. Level7Style!
  954.  
  955. Level8Style!
  956.  
  957. Legal1Style!
  958.  
  959. Legal2Style!
  960.  
  961. Legal3Style!
  962.  
  963. Legal4Style!
  964.  
  965. Legal5Style!
  966.  
  967. Legal6Style!
  968.  
  969. Legal7Style!
  970.  
  971. Legal8Style!
  972.  
  973. Heading1Style!
  974.  
  975. Heading2Style!
  976.  
  977. Heading3Style!
  978.  
  979. Heading4Style!
  980.  
  981. Heading5Style!
  982.  
  983. Heading6Style!
  984.  
  985. Heading7Style!
  986.  
  987. Heading8Style!
  988.  
  989. MonospacedStyle!
  990.  
  991. CustomHTMLStyle!
  992.  
  993. PreformattedStyle!
  994.  
  995. AddressStyle!
  996.  
  997. QuotationsOutlnStyle!
  998.  
  999. DefinitionsOutlnStyle!
  1000.  
  1001. Quotation1Style!
  1002.  
  1003. Quotation2Style!
  1004.  
  1005. Quotation3Style!
  1006.  
  1007. Quotation4Style!
  1008.  
  1009. Quotation5Style!
  1010.  
  1011. Quotation6Style!
  1012.  
  1013. Quotation7Style!
  1014.  
  1015. Quotation8Style!
  1016.  
  1017. Definition1Style!
  1018.  
  1019. Definition2Style!
  1020.  
  1021. Definition3Style!
  1022.  
  1023. Definition4Style!
  1024.  
  1025. Definition5Style!
  1026.  
  1027. Definition6Style!
  1028.  
  1029. Definition7Style!
  1030.  
  1031. Definition8Style!
  1032.  
  1033. Level9Style!
  1034.  
  1035. Legal9Style!
  1036.  
  1037. Heading9Style!
  1038.  
  1039. Quotation9Style!
  1040.  
  1041. DefinitionStyle!     
  1042.  
  1043. 0
  1044.  
  1045. 16
  1046.  
  1047. 17
  1048.  
  1049. 18
  1050.  
  1051. 19
  1052.  
  1053. 20
  1054.  
  1055. 21
  1056.  
  1057. 22
  1058.  
  1059. 23
  1060.  
  1061. 24
  1062.  
  1063. 25
  1064.  
  1065. 26
  1066.  
  1067. 27
  1068.  
  1069. 28
  1070.  
  1071. 29
  1072.  
  1073. 30
  1074.  
  1075. 31
  1076.  
  1077. 32
  1078.  
  1079. 33
  1080.  
  1081. 34
  1082.  
  1083. 35
  1084.  
  1085. 36
  1086.  
  1087. 37
  1088.  
  1089. 38
  1090.  
  1091. 39
  1092.  
  1093. 40
  1094.  
  1095. 41
  1096.  
  1097. 42
  1098.  
  1099. 43
  1100.  
  1101. 44
  1102.  
  1103. 45
  1104.  
  1105. 46
  1106.  
  1107. 47
  1108.  
  1109. 48
  1110.  
  1111. 49
  1112.  
  1113. 50
  1114.  
  1115. 51
  1116.  
  1117. 52
  1118.  
  1119. 53
  1120.  
  1121. 54
  1122.  
  1123. 55
  1124.  
  1125. 56
  1126.  
  1127. 57
  1128.  
  1129. 58
  1130.  
  1131. 59
  1132.  
  1133. 60
  1134.  
  1135. 61
  1136.  
  1137. 62
  1138.  
  1139. 63
  1140.  
  1141. 64
  1142.  
  1143. 65
  1144.  
  1145. 66
  1146.  
  1147. 67
  1148.  
  1149. 68
  1150.  
  1151. 69
  1152.  
  1153. 70
  1154.  
  1155. 71
  1156.  
  1157. 72
  1158.  
  1159. 73
  1160.  
  1161. 74
  1162.  
  1163. 75
  1164.  
  1165. 76
  1166.  
  1167. 77
  1168.  
  1169. 78
  1170.  
  1171. 79
  1172.  
  1173. 80
  1174.  
  1175. 81
  1176.  
  1177. 82
  1178.  
  1179. 83
  1180.  
  1181. 84
  1182.  
  1183. 85
  1184.  
  1185. 86
  1186.  
  1187. 87
  1188.  
  1189. 88
  1190.  
  1191. 89
  1192.  
  1193. 90
  1194.  
  1195. 91
  1196.  
  1197. 92
  1198.  
  1199. 93
  1200.  
  1201. 94
  1202.  
  1203. 95
  1204.  
  1205. 96
  1206.  
  1207. 97
  1208.  
  1209. 111
  1210.  
  1211. 112
  1212.  
  1213. 113
  1214.  
  1215. 114
  1216.  
  1217. 115
  1218.  
  1219. NumMode: enumeration    The page numbering method after a heading.
  1220.  
  1221. DefFlushRight!
  1222.  
  1223. DefFollows!
  1224.  
  1225. DefLeader!
  1226.  
  1227. DefNone!
  1228.  
  1229. DefParentheses!    
  1230.  
  1231. PgCombine: enumeration    Combine sequential page numbers (for example, 51-53) or not (51, 52, 53).
  1232.  
  1233. Combine!
  1234.  
  1235. NoCombine!    
  1236.  
  1237. Concordance: string (optional)    The concordance format.    
  1238.  
  1239. UserFormat: string (optional)    The page number format. Default: document format.    
  1240.  
  1241. IndexMark
  1242.  
  1243. Syntax
  1244.  
  1245.  IndexMark([Heading As String], [SubHeading As String])
  1246.  
  1247. Description
  1248.  
  1249. Mark the text to be indexed. You can specify both a heading and a subheading.
  1250.  
  1251. Parameters
  1252.  
  1253. Heading: string (optional)    The heading for the index entry.
  1254.  
  1255. Subheading: string (optional)    The subheading for the index entry.
  1256.  
  1257. InhibitInput
  1258.  
  1259. Syntax
  1260.  
  1261. InhibitInput([State As _InhibitInput_State_enum]) As Boolean
  1262.  
  1263. Description
  1264.  
  1265. Enable or disable keyboard and menu input during macro execution.
  1266.  
  1267. Return Value
  1268.  
  1269. Returns True if Inhibit Input is active, False if not. If the State parameter is omitted, its current value is returned. If it is included, the current value is returned, then the new value is set.
  1270.  
  1271. Parameters
  1272.  
  1273. State: enumeration (optional)    Off!
  1274.  
  1275. On!
  1276.  
  1277. InitialCodesDoc
  1278.  
  1279. Syntax
  1280.  
  1281. InitialCodesDoc()
  1282.  
  1283. Description
  1284.  
  1285. Begin initial codes. All codes between InitialCodesDoc and SubstructureExit are placed in initial codes.
  1286.  
  1287. InitialCodesStyleDlg
  1288.  
  1289. Syntax
  1290.  
  1291.  InitialCodesStyleDlg()
  1292.  
  1293. Description
  1294.  
  1295. Display the Styles Editor dialog box. Recordable equivalent: Format, Document, Initial Codes Style.
  1296.  
  1297. InsertDefaultBullet
  1298.  
  1299. Syntax
  1300.  
  1301. InsertDefaultBullet()
  1302.  
  1303. Description
  1304.  
  1305. Insert another bullet or number of the last type inserted.
  1306.  
  1307. InsertFilename
  1308.  
  1309. Syntax
  1310.  
  1311. InsertFilename()
  1312.  
  1313. Description
  1314.  
  1315. Insert the filename of the current document.
  1316.  
  1317. InsertFilenameWithPath
  1318.  
  1319. Syntax
  1320.  
  1321. InsertFilenameWithPath()
  1322.  
  1323. Description
  1324.  
  1325. Insert the path and filename of the current document.
  1326.  
  1327. InsertOtherCodesDlg
  1328.  
  1329. Syntax
  1330.  
  1331. InsertOtherCodesDlg()
  1332.  
  1333. Description
  1334.  
  1335. Display the Other Codes dialog box.
  1336.  
  1337. InternetPublisherDlg
  1338.  
  1339. Syntax
  1340.  
  1341. InternetPublisherDlg()
  1342.  
  1343. Description
  1344.  
  1345. Display the Internet Publisher dialog box.
  1346.  
  1347. InvokeDialog
  1348.  
  1349. Syntax
  1350.  
  1351. InvokeDialog(Dialog As Integer)
  1352.  
  1353. Description
  1354.  
  1355. Display a specified dialog box but do not pause the macro for input.
  1356.  
  1357. Parameters
  1358.  
  1359. Dialog: method name    The dialog box to display.
  1360.  
  1361. IrregularCap
  1362.  
  1363. Syntax
  1364.  
  1365.  IrregularCap(State As _IrregularCap_State_enum)
  1366.  
  1367. Description
  1368.  
  1369. Corrects two consecutive uppercase letters followed by a lowercase letter at the beginning of a word. The second uppercase letter is made lowercase.
  1370.  
  1371. Parameters
  1372.  
  1373. State: enumeration    Off!
  1374.  
  1375. On!
  1376.  
  1377. IsTokenValid
  1378.  
  1379. Syntax
  1380.  
  1381. IsTokenValid(Variable, Token As Integer) As Boolean
  1382.  
  1383. Description
  1384.  
  1385. Indicate whether a specified macro method can be executed given the current state of the program. For example, when the Clipboard is empty, the EditPaste method is invalid. This method is equivalent to checking whether an option grayed is in the interface. Menu items and dialog boxes are represented by the macro methods that execute them. For example, to check the Open dialog, use FileOpenDlg.
  1386.  
  1387. Return Value
  1388.  
  1389. Returns True if the token specified in the Token parameter is valid, False if not.
  1390.  
  1391. Parameters
  1392.  
  1393. Variable: variable    The value of the variable specified in this parameter is set to True if token specified in the Token parameter is available, False if not.
  1394.  
  1395. Token: method name    The macro method (token) specifying item or dialog to check.
  1396.  
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.