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

  1. numeric:=?DateDay
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return the current day of the month.
  10.  
  11. numeric:=?DateMonth
  12.  
  13. Syntax
  14.  
  15. ()
  16.  
  17. Description
  18.  
  19. Return the current month.
  20.  
  21. numeric:=?DateWeekday
  22.  
  23. Syntax
  24.  
  25. ()
  26.  
  27. Description
  28.  
  29. Return the current day of the week.
  30.  
  31. numeric:=?DateYear
  32.  
  33. Syntax
  34.  
  35. ()
  36.  
  37. Description
  38.  
  39. Return the current year.
  40.  
  41. string:=?DecimalAlignmentCharacter
  42.  
  43. Syntax
  44.  
  45. ()
  46.  
  47. Description
  48.  
  49. Return the current decimal alignment character.
  50.  
  51. string:=?DefaultDocumentExtension
  52.  
  53. Syntax
  54.  
  55. ()
  56.  
  57. Description
  58.  
  59. Return the default extension for document filenames.
  60.  
  61. string:=?DefaultTemplateExtension
  62.  
  63. Syntax
  64.  
  65. ()
  66.  
  67. Description
  68.  
  69. Return the default extension for template filenames.
  70.  
  71. numeric:=?DefaultView
  72.  
  73. Syntax
  74.  
  75. ()
  76.  
  77. Description
  78.  
  79. Return the default view.
  80.  
  81. Return Value
  82.  
  83. 0    Draft
  84.  
  85. 1    Page
  86.  
  87. 2    Two page
  88.  
  89. numeric:=?DisplayMode
  90.  
  91. Syntax
  92.  
  93. ()
  94.  
  95. Description
  96.  
  97. Return the current display mode.
  98.  
  99. Return Value
  100.  
  101. 2    Draft View
  102.  
  103. 3    Page View
  104.  
  105. 4    Two Page View
  106.  
  107. boolean:=?DocBlank
  108.  
  109. Syntax
  110.  
  111. ()
  112.  
  113. Description
  114.  
  115. Return True if the current document is blank, False if not.
  116.  
  117. boolean:=?DocChanged
  118.  
  119. Syntax
  120.  
  121. ()
  122.  
  123. Description
  124.  
  125. Return True if the current document has been modified since the last time it was saved, False if not.
  126.  
  127. boolean:=?DocModified
  128.  
  129. Syntax
  130.  
  131. ()
  132.  
  133. Description
  134.  
  135. Return True if the active document has been modified since the last time it was saved, False if not.
  136.  
  137. boolean:=?DocNeedsGenerating
  138.  
  139. Syntax
  140.  
  141. ()
  142.  
  143. Description
  144.  
  145. Return True if you have made any changes to the active document and it may need to be generated, False if not.
  146.  
  147. numeric:=?DocNumber
  148.  
  149. Syntax
  150.  
  151. ()
  152.  
  153. Description
  154.  
  155. Return the active document number (1-9), or returns 0 if the insertion point is in a document substructure such as a comment, header, or watermark.
  156.  
  157. Return Value
  158.  
  159. Value: 0-9.
  160.  
  161. boolean:=?DocReadOnly
  162.  
  163. Syntax
  164.  
  165. ()
  166.  
  167. Description
  168.  
  169. Return True if the current document is read only, False if not.
  170.  
  171. string:=?DocumentFont
  172.  
  173. Syntax
  174.  
  175. ()
  176.  
  177. Description
  178.  
  179. Return the document initial font name.
  180.  
  181. numeric:=?DocumentInformation
  182.  
  183. Syntax
  184.  
  185. ()
  186.  
  187. Description
  188.  
  189. Return the number of characters in the active document.
  190.  
  191. string:=?DOSName
  192.  
  193. Syntax
  194.  
  195. ()
  196.  
  197. Description
  198.  
  199. Return the active DOS filename.
  200.  
  201. string:=?DOSPath
  202.  
  203. Syntax
  204.  
  205. ()
  206.  
  207. Description
  208.  
  209. Return the active DOS file path, not including the filename.
  210.  
  211. string:=?DotLeader
  212.  
  213. Syntax
  214.  
  215. ()
  216.  
  217. Description
  218.  
  219. Return the active dot-leader character.
  220.  
  221. boolean:=?DoubleSmartQuote
  222.  
  223. Syntax
  224.  
  225. ()
  226.  
  227. Description
  228.  
  229. Return True if QuickCorrect changes double quotes to double smart quotes, False if not.
  230.  
  231. any:=?DropCapBorderStyle
  232.  
  233. Syntax
  234.  
  235. ()
  236.  
  237. Description
  238.  
  239. Return the active drop-cap border style. Precede with DropCapBegin and end with DropCapEnd.
  240.  
  241. Return Value
  242.  
  243. A string specifies a user-defined style.
  244.  
  245. 0    Spacing only
  246.  
  247. 1    Single border
  248.  
  249. 2    Double border
  250.  
  251. 3    Dashed border
  252.  
  253. 4    Dotted border
  254.  
  255. 5    Thick border
  256.  
  257. 6    Extra-thick border
  258.  
  259. 7    Thin-thick border
  260.  
  261. 8    Thick-thin border
  262.  
  263. 9    Thick top-bottom border
  264.  
  265. 10    Button border
  266.  
  267. 11    Column border between
  268.  
  269. 12    Column border all
  270.  
  271. 127    No border
  272.  
  273. numeric:=?DropCapCharacters
  274.  
  275. Syntax
  276.  
  277. ()
  278.  
  279. Description
  280.  
  281. Return the number of characters in a drop cap.
  282.  
  283. Example
  284.  
  285. You have to use DropCapBegin and DropCapEnd in conjunction with this command. Refer to the following code snippet.
  286.  
  287.  DropCapBegin ()
  288.  
  289.  vAdj = ?DropCapCharacters
  290.  
  291.  MessageBox (Status:vW; ;"This drop cap has " + (vAdj) + "characters.")
  292.  
  293. DropCapEnd (State: Cancel!)
  294.  
  295.  
  296.  
  297. numeric:=?DropCapCharacterSize
  298.  
  299. Syntax
  300.  
  301. ()
  302.  
  303. Description
  304.  
  305. Return the active drop cap character size relative to a line of text.
  306.  
  307. boolean:=?DropCapContourWrap
  308.  
  309. Syntax
  310.  
  311. ()
  312.  
  313. Description
  314.  
  315. Return the state of Wrap Text around Drop Cap.
  316.  
  317. Return Value
  318.  
  319. 0    Off
  320.  
  321. 1    On
  322.  
  323. any:=?DropCapFillStyle
  324.  
  325. Syntax
  326.  
  327. ()
  328.  
  329. Description
  330.  
  331. Return the active drop cap fill style.
  332.  
  333. Return Value
  334.  
  335. A string indicates a user-defined style.
  336.  
  337. 0    Fill 10
  338.  
  339. 1    Fill 20
  340.  
  341. 2    Fill 30
  342.  
  343. 3    Fill 40
  344.  
  345. 4    Fill 50
  346.  
  347. 5    Fill 60
  348.  
  349. 6    Fill 70
  350.  
  351. 7    Fill 80
  352.  
  353. 8    Fill 90
  354.  
  355. 9    Fill 100
  356.  
  357. 10    Fill button
  358.  
  359. 127    No fill
  360.  
  361. numeric:=?DropCapHorizontalAdjustment
  362.  
  363. Syntax
  364.  
  365. ()
  366.  
  367. Description
  368.  
  369. Return the percent a drop cap extends into the left margin.
  370.  
  371. Example
  372.  
  373. You must use DropCapBegin and DropCapEnd in conjunction with this command. Refer to the following code snippet.
  374.  
  375.  
  376.  
  377. DropCapBegin ()
  378.  
  379.  vAdj = ?DropCapHorizontalAdjustment
  380.  
  381.  MessageBox (Status:vW; ;"This drop cap is " + (vAdj*100) + "% horizontally adjusted.")
  382.  
  383. DropCapEnd (State: Cancel!)
  384.  
  385. boolean:=?DropCapIncludeDescender
  386.  
  387. Syntax
  388.  
  389. ()
  390.  
  391. Description
  392.  
  393. Return the state of Allow for Descender.
  394.  
  395. Return Value
  396.  
  397. 0    Off
  398.  
  399. 1    On
  400.  
  401. boolean:=?DropCapIncludeDiacritic
  402.  
  403. Syntax
  404.  
  405. ()
  406.  
  407. Description
  408.  
  409. Return the selection of Allow for Diacritic.
  410.  
  411. Return Value
  412.  
  413. 0    Do not allow for diacritic
  414.  
  415. 1    Allow for diacritic
  416.  
  417. boolean:=?DropCapInParagraph
  418.  
  419. Syntax
  420.  
  421. ()
  422.  
  423. Description
  424.  
  425. Return True if the current paragraph contains [Dropcap Definition], False if not.
  426.  
  427. Return Value
  428.  
  429. 0    Does not contain code
  430.  
  431. 1    Contains code
  432.  
  433. measurement:=?DropCapKerning
  434.  
  435. Syntax
  436.  
  437. ()
  438.  
  439. Description
  440.  
  441. Return the kerning distance between a drop cap and the text to the right. The default kerning is 0, and the measurement is expressed in WordPerfect units (1200ths of an inch). A negative value reduces the distance; a positive value increases it.
  442.  
  443. boolean:=?DropCapNoWrap
  444.  
  445. Syntax
  446.  
  447. ()
  448.  
  449. Description
  450.  
  451. Return the state of Wrap Text around Drop Cap.
  452.  
  453. Return Value
  454.  
  455. 0    On
  456.  
  457. 1    Off
  458.  
  459. boolean:=?DropCapState
  460.  
  461. Syntax
  462.  
  463. ()
  464.  
  465. Description
  466.  
  467. Return the state of the Drop Cap feature bar.
  468.  
  469. Return Value
  470.  
  471. 0    Off
  472.  
  473. 1    On
  474.  
  475. boolean:=?DropCapUseColor
  476.  
  477. Syntax
  478.  
  479. ()
  480.  
  481. Description
  482.  
  483. Return information about whether the text color or a different color is used in a drop-cap character.
  484.  
  485. Return Value
  486.  
  487. 0    Uses regular text color
  488.  
  489. 1    Uses different color
  490.  
  491. numeric:=?DropCapVerticalAdjustment
  492.  
  493. Syntax
  494.  
  495. ()
  496.  
  497. Description
  498.  
  499. Return the number of lines to extend a drop cap.
  500.  
  501. Example
  502.  
  503. You must use DropCapBegin and DropCapEnd in conjunction with this command. Refer to the following code snippet.
  504.  
  505. DropCapBegin ()
  506.  
  507.  vAdj = ?DropCapHorizontalAdjustment
  508.  
  509.  MessageBox (Status:vW; ;"This drop cap is " + (vAdj*100) + "% horizontally adjusted.")
  510.  
  511. DropCapEnd (State: Cancel!)
  512.  
  513.  
  514.  
  515.  
  516.  
  517.  
  518.  
  519.  
  520.