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

  1. numeric:=?TableAlternateFill
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return the state of Alternating Fill in the current table.
  10.  
  11. Return Value
  12.  
  13. 0    Off
  14.  
  15. 2    Rows
  16.  
  17. 3    Columns
  18.  
  19. any:=?TableDefaultLine
  20.  
  21. Syntax
  22.  
  23. ()
  24.  
  25. Description
  26.  
  27. Return the default line style of the current table.
  28.  
  29. Return Value
  30.  
  31. 0    Single line
  32.  
  33. 1    Double line
  34.  
  35. 2    Dashed line
  36.  
  37. 3    Dotted line
  38.  
  39. 4    Thick line
  40.  
  41. 5    Extra thick line
  42.  
  43. 6    Thin thick line
  44.  
  45. 7    Thick thin line
  46.  
  47. 8    Button top-left line
  48.  
  49. 9    Button bottom-right line
  50.  
  51. 126    Table default line
  52.  
  53. 127    No line
  54.  
  55. boolean:=?TableGuides
  56.  
  57. Syntax
  58.  
  59. ()
  60.  
  61. Description
  62.  
  63. Return the state of Table Cell Guides display.
  64.  
  65. Return Value
  66.  
  67. 0    Off
  68.  
  69. 1    On
  70.  
  71. boolean:=?TableInTable
  72.  
  73. Syntax
  74.  
  75. ()
  76.  
  77. Description
  78.  
  79. Return whether the insertion point is in a table.
  80.  
  81. Return Value
  82.  
  83. 0    Not in a table
  84.  
  85. 1    In a table
  86.  
  87. boolean:=?TableLastCell
  88.  
  89. Syntax
  90.  
  91. ()
  92.  
  93. Description
  94.  
  95. Return whether the current cell is the last cell of a table.
  96.  
  97. Return Value
  98.  
  99. 0    Not last cell
  100.  
  101. 1    Last cell
  102.  
  103. any:=?TableSecondFillStyle
  104.  
  105. Syntax
  106.  
  107. ()
  108.  
  109. Description
  110.  
  111. Return the alternating fill style of a table.
  112.  
  113. Return Value
  114.  
  115. 0    Fill 10
  116.  
  117. 1    Fill 20
  118.  
  119. 2    Fill 30
  120.  
  121. 3    Fill 40
  122.  
  123. 4    Fill 50
  124.  
  125. 5    Fill 60
  126.  
  127. 6    Fill 70
  128.  
  129. 7    Fill 80
  130.  
  131. 8    Fill 90
  132.  
  133. 9    Fill 100
  134.  
  135. 10    Fill Button
  136.  
  137. 11    Fill 5
  138.  
  139. 127    No fill
  140.  
  141. any:=?TableSkewedColumn
  142.  
  143. Syntax
  144.  
  145. ()
  146.  
  147. Description
  148.  
  149. Returns whether or not the first or last column is skewed.
  150.  
  151. Note
  152.  
  153.   New command
  154.   
  155. any:=?TableSkewedColumnAngle
  156.  
  157. Syntax
  158.  
  159. ()
  160.  
  161. Description
  162.  
  163. Returns the skew angle of the table.
  164.  
  165. Note
  166.  
  167.   New command
  168.   
  169. boolean:=?TableSkewedColumnText
  170.  
  171. Syntax
  172.  
  173. ()
  174.  
  175. Description
  176.  
  177. Returns whether the column text is skewed.
  178.  
  179. Return Value
  180.  
  181. 0    The column text is not skewed.
  182.  
  183. 1    The column text is skewed.
  184.  
  185. Note
  186.  
  187.   New command
  188.   
  189. boolean:=?TableSkewedJoinedCorners
  190.  
  191. Syntax
  192.  
  193. ()
  194.  
  195. Description
  196.  
  197. Returns whether or not the skewed table has joined corners.
  198.  
  199. Return Value
  200.  
  201. 0    The skewed table does not have joined corners.
  202.  
  203. 1    The skewed table has joined corners.
  204.  
  205. Note
  206.  
  207.   New command
  208.   
  209. any:=?TableSkewedRowAngle
  210.  
  211. Syntax
  212.  
  213. ()
  214.  
  215. Description
  216.  
  217. Returns the skew angle of the table.
  218.  
  219. Note
  220.  
  221.   New command
  222.   
  223. boolean:=?TableSkewedRowText
  224.  
  225. Syntax
  226.  
  227. ()
  228.  
  229. Description
  230.  
  231. Returns whether or not the row text is skewed.
  232.  
  233. Return Value
  234.  
  235. 0    The row text is not skewed.
  236.  
  237. 1    The row text is skewed.
  238.  
  239. Note
  240.  
  241.   New command
  242.   
  243. any=?TableSkewedSquareRow
  244.  
  245. Syntax
  246.  
  247. ()
  248.  
  249. Description
  250.  
  251. Returns whether the first row is square.
  252.  
  253. Return Value
  254.  
  255. 0    The first row is not square.
  256.  
  257. 1    The first row is square.
  258.  
  259. Note
  260.  
  261.   New command
  262.   
  263. any:=?TableStyle
  264.  
  265. Syntax
  266.  
  267. ()
  268.  
  269. Description
  270.  
  271. Return the current table style.
  272.  
  273. Return Value
  274.  
  275. 0    Table style 1
  276.  
  277. 1    Table style 2
  278.  
  279. 2    Table style 3
  280.  
  281. 3    Table style 4
  282.  
  283. 4    Table style 5
  284.  
  285. 5    Table style 6
  286.  
  287. 6    Table style 7
  288.  
  289. 7    Table style 8
  290.  
  291. 8    Table style 9
  292.  
  293. 9    Table style 10
  294.  
  295. 10    Table style 11
  296.  
  297. 11    Table style 12
  298.  
  299. 12    Table style 13
  300.  
  301. 13    Table style 14
  302.  
  303. 14    Table style 15
  304.  
  305. 15    Table style 16
  306.  
  307. 16    Table style 17
  308.  
  309. 17    Table style 18
  310.  
  311. 18    Table style 19
  312.  
  313. 19    Table style 20
  314.  
  315. 20    Table style 21
  316.  
  317. 21    Table style 22
  318.  
  319. 22    Table style 23
  320.  
  321. 23    Table style 24
  322.  
  323. 24    Table style 25
  324.  
  325. 25    Table style 26
  326.  
  327. 26    Table style 27
  328.  
  329. 27    Table style 28
  330.  
  331. 28    Table style 29
  332.  
  333. 29    Table style 30
  334.  
  335. 30    Table style 31
  336.  
  337. 31    Table style 32
  338.  
  339. 32    Table style 33
  340.  
  341. 33    Table style 34
  342.  
  343. 34    Table style 35
  344.  
  345. 35    Table style 36
  346.  
  347. 36    Table style 37
  348.  
  349. 37    Table style 38
  350.  
  351. 38    Table style 39
  352.  
  353. 39    Table style 40
  354.  
  355. 127    No table style
  356.  
  357. numeric:=?TabSettings
  358.  
  359. Syntax
  360.  
  361. ()
  362.  
  363. Description
  364.  
  365. Return whether tabs are set from the left edge of the paper or relative to the left margin.
  366.  
  367. Return Value
  368.  
  369. 0    Left edge of paper
  370.  
  371. 1    Left margin
  372.  
  373. string:=?TemplateFile
  374.  
  375. Syntax
  376.  
  377. ()
  378.  
  379. Description
  380.  
  381. Return the path and filename of the default template.
  382.  
  383. string:=?TemplateFileSupplemental
  384.  
  385. Syntax
  386.  
  387. ()
  388.  
  389. Description
  390.  
  391. Return the path and filename of the Additional Objects Template.
  392.  
  393. boolean:=?TemplateFillCanceled
  394.  
  395. Syntax
  396.  
  397. ()
  398.  
  399. Description
  400.  
  401. Return True if the last Template Fill was canceled, False if not.
  402.  
  403. numeric:=?TextColorBlue
  404.  
  405. Syntax
  406.  
  407. ()
  408.  
  409. Description
  410.  
  411. Return the blue value of the current text color.
  412.  
  413. Return Value
  414.  
  415. Value: 0-255.
  416.  
  417. numeric:=?TextColorGreen
  418.  
  419. Syntax
  420.  
  421. ()
  422.  
  423. Description
  424.  
  425. Return the green value of the current text color.
  426.  
  427. Return Value
  428.  
  429. Value: 0-255.
  430.  
  431. numeric:=?TextColorRed
  432.  
  433. Syntax
  434.  
  435. ()
  436.  
  437. Description
  438.  
  439. Return the red value of the current text color.
  440.  
  441. Return Value
  442.  
  443. Value: 0-255.
  444.  
  445. numeric:=?TextColumnNumber
  446.  
  447. Syntax
  448.  
  449. ()
  450.  
  451. Description
  452.  
  453. Return the number of the current column.
  454.  
  455. numeric:=?TextColumns
  456.  
  457. Syntax
  458.  
  459. ()
  460.  
  461. Description
  462.  
  463. Return the number of columns in the current document.
  464.  
  465. numeric:=?TextShade
  466.  
  467. Syntax
  468.  
  469. ()
  470.  
  471. Description
  472.  
  473. Return the percent of shading for the text.
  474.  
  475. numeric:=?TimeHour
  476.  
  477. Syntax
  478.  
  479. ()
  480.  
  481. Description
  482.  
  483. Return the current hour on a 24-hour clock.
  484.  
  485. numeric:=?TimeHundredth
  486.  
  487. Syntax
  488.  
  489. ()
  490.  
  491. Description
  492.  
  493. Return the current hundredth of a second.
  494.  
  495. numeric:=?TimeMinute
  496.  
  497. Syntax
  498.  
  499. ()
  500.  
  501. Description
  502.  
  503. Return the current minute.
  504.  
  505. numeric:=?TimeSecond
  506.  
  507. Syntax
  508.  
  509. ()
  510.  
  511. Description
  512.  
  513. Return the current second.
  514.  
  515. string:=?TOADefinition
  516.  
  517. Syntax
  518.  
  519. ()
  520.  
  521. Description
  522.  
  523. Return the name of the last Table of Authorities section created.
  524.  
  525. string:=?TOAShortFormMarks
  526.  
  527. Syntax
  528.  
  529. ()
  530.  
  531. Description
  532.  
  533. Return the name of the first short form used.
  534.  
  535. string:=?TOAShortForms
  536.  
  537. Syntax
  538.  
  539. ()
  540.  
  541. Description
  542.  
  543. Return the name of the last short form used.
  544.  
  545. numeric:=?TOCDefinition
  546.  
  547. Syntax
  548.  
  549. ()
  550.  
  551. Description
  552.  
  553. Return the number of levels defined for the table of contents.
  554.  
  555. boolean:=?TypeoverActive
  556.  
  557. Syntax
  558.  
  559. ()
  560.  
  561. Description
  562.  
  563. Return True if Typeover is on, False if not.
  564.  
  565.  
  566.  
  567.  
  568.  
  569.  
  570.