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

  1. numeric:=?Indent
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return the indentation of the active paragraph. Note: A Hanging Indent is simply an Indent followed by a Back Tab (margin release). Therefore, ?Indent returns 1 for paragraphs with hanging indentation.
  10.  
  11. Return Value
  12.  
  13. 0    Not indented
  14.  
  15. 1    Indented
  16.  
  17. 2    Double indented
  18.  
  19. string:=?IndexDefinition
  20.  
  21. Syntax
  22.  
  23. ()
  24.  
  25. Description
  26.  
  27. Return the current index heading style.
  28.  
  29. Return Value
  30.  
  31. 0    Normal style
  32.  
  33. 16    Footnote number in document style
  34.  
  35. 17    Endnote number in document style
  36.  
  37. 18    Figure number style
  38.  
  39. 19    Table box number style
  40.  
  41. 20    Text box number style
  42.  
  43. 21    User box number style
  44.  
  45. 22    Equation number style
  46.  
  47. 23    Hypertext style
  48.  
  49. 24    TOC 1 style
  50.  
  51. 25    TOC 2 style
  52.  
  53. 26    TOC 3 style
  54.  
  55. 27    TOC 4 style
  56.  
  57. 28    TOC 5 style
  58.  
  59. 29    Index 1 style
  60.  
  61. 30    Index 2 style
  62.  
  63. 31    List style
  64.  
  65. 32    TOA style
  66.  
  67. 33    Doc style
  68.  
  69. 34    Box text style
  70.  
  71. 35    Caption style
  72.  
  73. 36    Footnote style
  74.  
  75. 37    Endnote style
  76.  
  77. 38    Comment style
  78.  
  79. 39    Header A style
  80.  
  81. 40    Header B style
  82.  
  83. 41    Footer A style
  84.  
  85. 42    Footer B style
  86.  
  87. 43    Watermark A style
  88.  
  89. 44    Watermark B style
  90.  
  91. 45    Paragraph outline style
  92.  
  93. 46    Outline style
  94.  
  95. 47    Legal outline style
  96.  
  97. 48    Bullets outline style
  98.  
  99. 49    Headings outline style
  100.  
  101. 50    Legal 2 outline style
  102.  
  103. 51    Numbers outline style
  104.  
  105. 52    Level 1 style
  106.  
  107. 53    Level 2 style
  108.  
  109. 54    Level 3 style
  110.  
  111. 55    Level 4 style
  112.  
  113. 56    Level 5 style
  114.  
  115. 57    Level 6 style
  116.  
  117. 58    Level 7 style
  118.  
  119. 59    Level 8 style
  120.  
  121. 60    Legal 1 style
  122.  
  123. 61    Legal 2 style
  124.  
  125. 62    Legal 3 style
  126.  
  127. 63    Legal 4 style
  128.  
  129. 64    Legal 5 style
  130.  
  131. 65    Legal 6 style
  132.  
  133. 66    Legal 7 style
  134.  
  135. 67    Legal 8 style
  136.  
  137. 68    Heading 1 style
  138.  
  139. 69    Heading 2 style
  140.  
  141. 70    Heading 3 style
  142.  
  143. 71    Heading 4 style
  144.  
  145. 72    Heading 5 style
  146.  
  147. 73    Heading 6 style
  148.  
  149. 74    Heading 7 style
  150.  
  151. 75    Heading 8 style
  152.  
  153. string:=?Initials
  154.  
  155. Syntax
  156.  
  157. ()
  158.  
  159. Description
  160.  
  161. Return the initials of the current user. This command is valid only if WordPerfect is running on a network.
  162.  
  163. boolean:=?InOutline
  164.  
  165. Syntax
  166.  
  167. ()
  168.  
  169. Description
  170.  
  171. Return True if the insertion point is in an outline, False if not.
  172.  
  173. boolean:=?InTable
  174.  
  175. Syntax
  176.  
  177. ()
  178.  
  179. Description
  180.  
  181. Return True if the insertion point is in a table, False if not.
  182.  
  183. numeric:=?InterimVersion
  184.  
  185. Syntax
  186.  
  187. ()
  188.  
  189. Description
  190.  
  191. Return the interim release number of the current version of WordPerfect. For example, the value assigned to the initial release is 0, and the first interim is 1.
  192.  
  193. boolean:=?IrregularCap
  194.  
  195. Syntax
  196.  
  197. ()
  198.  
  199. Description
  200.  
  201. Return True if QuickCorrect checks for irregular capitalization, False if not.
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.