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

  1. boolean:=?CapBeginSentence
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return True if the QuickCorrect Capitalize first letter option is on, False if not.
  10.  
  11. string:=?Cell
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Return the current table cell number. For example, if the insertion point is in the first cell of a table, this variable contains the value A1.
  20.  
  21. numeric:=?CellAlignment
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Return the vertical alignment of the current cell.
  30.  
  31. Return Value
  32.  
  33. 1    Top
  34.  
  35. 2    Center
  36.  
  37. 4    Bottom
  38.  
  39. boolean:=?CellBold
  40.  
  41. Syntax
  42.  
  43. ()
  44.  
  45. Description
  46.  
  47. Return True if the cell font attribute is Bold, False if not.
  48.  
  49. boolean:=?CellDoubleUnderline
  50.  
  51. Syntax
  52.  
  53. ()
  54.  
  55. Description
  56.  
  57. Return True if the cell font attribute is Double Underline, False if not.
  58.  
  59. boolean:=?CellExtraLarge
  60.  
  61. Syntax
  62.  
  63. ()
  64.  
  65. Description
  66.  
  67. Return True if the cell font size is Extra Large, False if not.
  68.  
  69. any:=?CellFill
  70.  
  71. Syntax
  72.  
  73. ()
  74.  
  75. Description
  76.  
  77. Return the fill style of the current cell.
  78.  
  79. Return Value
  80.  
  81. 0    Fill 10
  82.  
  83. 1    Fill 20
  84.  
  85. 2    Fill 30
  86.  
  87. 3    Fill 40
  88.  
  89. 4    Fill 50
  90.  
  91. 5    Fill 60
  92.  
  93. 6    Fill 70
  94.  
  95. 7    Fill 80
  96.  
  97. 8    Fill 90
  98.  
  99. 9    Fill 100
  100.  
  101. 10    Fill button
  102.  
  103. 127    No fill
  104.  
  105. boolean:=?CellFine
  106.  
  107. Syntax
  108.  
  109. ()
  110.  
  111. Description
  112.  
  113. Return True if the cell font size is Fine, False if not.
  114.  
  115. boolean:=?CellFormula
  116.  
  117. Syntax
  118.  
  119. ()
  120.  
  121. Description
  122.  
  123. Return True if the cell contains a formula, False if not.
  124.  
  125. boolean:=?CellIgnoreWhenCalculating
  126.  
  127. Syntax
  128.  
  129. ()
  130.  
  131. Description
  132.  
  133. Return True if the option to ignore the current cell or selected cells when calculating formulas is on, False if not.
  134.  
  135. boolean:=?CellItalics
  136.  
  137. Syntax
  138.  
  139. ()
  140.  
  141. Description
  142.  
  143. Return True if the cell font attribute is Italics, False if not.
  144.  
  145. numeric:=?CellJustification
  146.  
  147. Syntax
  148.  
  149. ()
  150.  
  151. Description
  152.  
  153. Return the justification of the current cell. Return 0 if the insertion point is not in a table cell.
  154.  
  155. Return Value
  156.  
  157. 0    Left
  158.  
  159. 1    Full
  160.  
  161. 2    Center
  162.  
  163. 3    Right
  164.  
  165. 4    Full all
  166.  
  167. 5    Decimal
  168.  
  169. boolean:=?CellLarge
  170.  
  171. Syntax
  172.  
  173. ()
  174.  
  175. Description
  176.  
  177. Return True if the cell font size is Large, False if not.
  178.  
  179. boolean:=?CellLocked
  180.  
  181. Syntax
  182.  
  183. ()
  184.  
  185. Description
  186.  
  187. Return True if the current cell is locked, False if not.
  188.  
  189. boolean:=?CellNormal
  190.  
  191. Syntax
  192.  
  193. ()
  194.  
  195. Description
  196.  
  197. Return True if the cell font size is Normal (meaning there are no specified attributes), False if not.
  198.  
  199. boolean:=?CellOutline
  200.  
  201. Syntax
  202.  
  203. ()
  204.  
  205. Description
  206.  
  207. Return True if the cell font attribute is Outline, False if not.
  208.  
  209. boolean:=?CellRedline
  210.  
  211. Syntax
  212.  
  213. ()
  214.  
  215. Description
  216.  
  217. Return True if the cell font attribute is Redline, False if not.
  218.  
  219. boolean:=?CellShadow
  220.  
  221. Syntax
  222.  
  223. ()
  224.  
  225. Description
  226.  
  227. Return True if the cell font attribute is Shadow, False if not.
  228.  
  229. boolean:=?CellSmall
  230.  
  231. Syntax
  232.  
  233. ()
  234.  
  235. Description
  236.  
  237. Return True if the cell font attribute is Small, False if not.
  238.  
  239. boolean:=?CellSmallCaps
  240.  
  241. Syntax
  242.  
  243. ()
  244.  
  245. Description
  246.  
  247. Return True if the cell font attribute is Small Caps, False if not.
  248.  
  249. numeric:=?CellSpecificAttribute
  250.  
  251. Syntax
  252.  
  253. ()
  254.  
  255. Description
  256.  
  257. Return whether the current cell contains cell-specific attributes.
  258.  
  259. Return Value
  260.  
  261. 0    Does not contain cell-specific attributes
  262.  
  263. 1    Contains cell-specific attributes
  264.  
  265. numeric:=?CellSpecificJustification
  266.  
  267. Syntax
  268.  
  269. ()
  270.  
  271. Description
  272.  
  273. Return the state of cell justification in the current cell.
  274.  
  275. Return Value
  276.  
  277. 0    No cell justification
  278.  
  279. 1    Cell justification
  280.  
  281. boolean:=?CellStrikeout
  282.  
  283. Syntax
  284.  
  285. ()
  286.  
  287. Description
  288.  
  289. Return True if the cell font attribute is Strikeout, False if not.
  290.  
  291. boolean:=?CellSubscript
  292.  
  293. Syntax
  294.  
  295. ()
  296.  
  297. Description
  298.  
  299. Return True if the cell font attribute is Subscript, False if not.
  300.  
  301. boolean:=?CellSuperscript
  302.  
  303. Syntax
  304.  
  305. ()
  306.  
  307. Description
  308.  
  309. Return True if the cell font attribute is Superscript, False if not.
  310.  
  311. boolean:=?CellUnderline
  312.  
  313. Syntax
  314.  
  315. ()
  316.  
  317. Description
  318.  
  319. Return True if the cell font attribute is Underline, False if not.
  320.  
  321. boolean:=?CellVeryLarge
  322.  
  323. Syntax
  324.  
  325. ()
  326.  
  327. Description
  328.  
  329. Return True if the cell font attribute is Very Large, False if not.
  330.  
  331. measurement:=?CellWidth
  332.  
  333. Syntax
  334.  
  335. ()
  336.  
  337. Description
  338.  
  339. Return the width of the current table cell in WordPerfect units (1200ths of an inch).
  340.  
  341. boolean:=?CenterCurrentPage
  342.  
  343. Syntax
  344.  
  345. ()
  346.  
  347. Description
  348.  
  349. Return True if the contents of the current page only are centered vertically, False if not.
  350.  
  351. boolean:=?CenterPages
  352.  
  353. Syntax
  354.  
  355. ()
  356.  
  357. Description
  358.  
  359. Return True if the contents of the current page are centered vertically by means of the Current and subsequent pages setting in the Center Page(s) dialog box, False if not.
  360.  
  361. numeric:=?ChapterNumber
  362.  
  363. Syntax
  364.  
  365. ()
  366.  
  367. Description
  368.  
  369. Return the current chapter number.
  370.  
  371. numeric:=?ChapterNumberMethod
  372.  
  373. Syntax
  374.  
  375. ()
  376.  
  377. Description
  378.  
  379. Return current chapter numbering method.
  380.  
  381. Return Value
  382.  
  383. 0    Numbers
  384.  
  385. 1    Lower letters
  386.  
  387. 2    Upper letters
  388.  
  389. 3    Lower roman
  390.  
  391. 4    Upper roman
  392.  
  393. numeric:=?CharSpaceWidth
  394.  
  395. Syntax
  396.  
  397. ()
  398.  
  399. Description
  400.  
  401. Return the distance between letters.
  402.  
  403. Return Value
  404.  
  405. Percent of WordPerfect optimal. Normal: 0, optimal: 100.
  406.  
  407. boolean:=?CleanUpSpaces
  408.  
  409. Syntax
  410.  
  411. ()
  412.  
  413. Description
  414.  
  415. Return True if Cut and Paste Cleanup is on, False if not.
  416.  
  417. numeric:=?Column
  418.  
  419. Syntax
  420.  
  421. ()
  422.  
  423. Description
  424.  
  425. Return the number of the current text column or table column.
  426.  
  427. any:=?ColumnBorder
  428.  
  429. Syntax
  430.  
  431. ()
  432.  
  433. Description
  434.  
  435. Return whether the current column setting includes a border.
  436.  
  437. Return Value
  438.  
  439. 0    No border
  440.  
  441. 1    Border
  442.  
  443. any:=?ColumnDefine
  444.  
  445. Syntax
  446.  
  447. ()
  448.  
  449. Description
  450.  
  451. Return the current column type.
  452.  
  453. Return Value
  454.  
  455. 0    Newspaper
  456.  
  457. 1    Newspaper balanced
  458.  
  459. 2    Parallel
  460.  
  461. 3    Parallel block protect
  462.  
  463. any:=?ColumnWidth
  464.  
  465. Syntax
  466.  
  467. ()
  468.  
  469. Description
  470.  
  471. Return the width of the current column in WordPerfect units (1200ths of an inch).
  472.  
  473. boolean:=?ConfirmCodesDelete
  474.  
  475. Syntax
  476.  
  477. ()
  478.  
  479. Description
  480.  
  481. Return True if Confirm deletion of codes, Stop insertion point at hidden codes is on in Environment Preferences, False if not.
  482.  
  483. boolean:=?ConfirmFormulaDelete
  484.  
  485. Syntax
  486.  
  487. ()
  488.  
  489. Description
  490.  
  491. Return True if Confirm deletion of table formulas is selected in Environment Preferences, False if not.
  492.  
  493. string:=?CurrentKeyboard
  494.  
  495. Syntax
  496.  
  497. ()
  498.  
  499. Description
  500.  
  501. Return the name of the active keyboard.
  502.  
  503. string:=?CurrentLabel
  504.  
  505. Syntax
  506.  
  507. ()
  508.  
  509. Description
  510.  
  511. Return the name of the current label definition.
  512.  
  513. string:=?CurrentMenu
  514.  
  515. Syntax
  516.  
  517. ()
  518.  
  519. Description
  520.  
  521. Return the name of the active menu bar.
  522.  
  523. string:=?CurrentPaperName
  524.  
  525. Syntax
  526.  
  527. ()
  528.  
  529. Description
  530.  
  531. Return the name of the current page definition.
  532.  
  533. numeric:=?CurrentParagraphLevel
  534.  
  535. Syntax
  536.  
  537. ()
  538.  
  539. Description
  540.  
  541. Return the level of the active outline paragraph.
  542.  
  543. string:=?CurrentPrinterPort
  544.  
  545. Syntax
  546.  
  547. ()
  548.  
  549. Description
  550.  
  551. Return the name of the active printer port.
  552.  
  553. string:=?CurrentStyle
  554.  
  555. Syntax
  556.  
  557. ()
  558.  
  559. Description
  560.  
  561. Return the name of the active style.
  562.  
  563. numeric:=?CurrentSubdoc
  564.  
  565. Syntax
  566.  
  567. ()
  568.  
  569. Description
  570.  
  571. Return the active substructure.
  572.  
  573. Return Value
  574.  
  575. 0    None
  576.  
  577. 1    Footnote
  578.  
  579. 2    Endnote
  580.  
  581. 3    Header A
  582.  
  583. 4    Header B
  584.  
  585. 5    Footer A
  586.  
  587. 6    Footer B
  588.  
  589. 7    Watermark A
  590.  
  591. 8    Watermark B
  592.  
  593. 9    ToA Full Form
  594.  
  595. 10    Window Caption
  596.  
  597. 11    Text Box
  598.  
  599. 12    Equation Editor
  600.  
  601. 13    Comment
  602.  
  603. 14    Endnote (for placement)
  604.  
  605. 15    Envelope
  606.  
  607. 16    Style
  608.  
  609. 17    Equation Display
  610.  
  611. 18    Delay Codes
  612.  
  613. 19    Summary Abstract
  614.  
  615. string:=?CurrentTableName
  616.  
  617. Syntax
  618.  
  619. ()
  620.  
  621. Description
  622.  
  623. Return the active table name, or the previous table name if the insertion point is not in a table. Returns 0 if the insertion point is not in a table and there is no previous table.
  624.  
  625. string:=?CurrentTemplate
  626.  
  627. Syntax
  628.  
  629. ()
  630.  
  631. Description
  632.  
  633. Return the path and filename of the active template.
  634.  
  635. string:=?CurrentWord
  636.  
  637. Syntax
  638.  
  639. ()
  640.  
  641. Description
  642.  
  643. Return the word in which the insertion point is located.
  644.  
  645.  
  646.  
  647.  
  648.  
  649.  
  650.