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

  1. boolean:=?BaselineMode
  2.  
  3. Syntax
  4.  
  5. ()
  6.  
  7. Description
  8.  
  9. Return the state of the Baseline placement for typesetting option.
  10.  
  11. Return Value
  12.  
  13. 0    Off
  14.  
  15. 1    On
  16.  
  17. boolean:=?BetweenTableCodes
  18.  
  19. Syntax
  20.  
  21. ()
  22.  
  23. Description
  24.  
  25. Return True if the insertion point is in a table, False if not.
  26.  
  27. numeric:=?Binding
  28.  
  29. Syntax
  30.  
  31. ()
  32.  
  33. Description
  34.  
  35. Return the binding edge for the current page. Return the current document settings only, regardless of the print-time settings.
  36.  
  37. Return Value
  38.  
  39. 0    Left edge
  40.  
  41. 1    Right edge
  42.  
  43. 2    Top edge
  44.  
  45. 3    Bottom edge
  46.  
  47. boolean:=?BlockActive
  48.  
  49. Syntax
  50.  
  51. ()
  52.  
  53. Description
  54.  
  55. Return the current select mode, or 0 if select is not active.
  56.  
  57. Return Value
  58.  
  59. 0    Select not active
  60.  
  61. 1    Character mode
  62.  
  63. 2    Word mode
  64.  
  65. 4    Sentence mode
  66.  
  67. 8    Paragraph mode
  68.  
  69. 16    Page mode
  70.  
  71. 32    Rectangle mode
  72.  
  73. 64    Tabular Column mode
  74.  
  75. 128    Document mode
  76.  
  77. 256    Character no cell mode
  78.  
  79. string:=?BookmarkList
  80.  
  81. Syntax
  82.  
  83. ()
  84.  
  85. Description
  86.  
  87. Return the name of the earliest-created bookmark that still exists in the current document. Return 0 if no bookmarks exist in the current document.
  88.  
  89. any:=?Border
  90.  
  91. Syntax
  92.  
  93. ()
  94.  
  95. Description
  96.  
  97. Return the current paragraph, column, or page border style. Precede with TextBorderEdit or TextBorderCreate and follow with TextBorderEnd.
  98.  
  99. Return Value
  100.  
  101. Returns a value representing the current border style. If the current border style is not in the list below, the current border name is returned.
  102.  
  103. 0    Spacing only
  104.  
  105. 1    Single border
  106.  
  107. 2    Double border
  108.  
  109. 3    Dashed border
  110.  
  111. 4    Dotted border
  112.  
  113. 5    Thick border
  114.  
  115. 6    Extra thick border
  116.  
  117. 7    Thin thick border
  118.  
  119. 8    Thick thin border
  120.  
  121. 9    Thick top bottom border
  122.  
  123. 10    Button border
  124.  
  125. 11    Column border between
  126.  
  127. 12    Column border all
  128.  
  129. 127    No border
  130.  
  131. any:=?BorderBottomLine
  132.  
  133. Syntax
  134.  
  135. ()
  136.  
  137. Description
  138.  
  139. Return the bottom line style of a border. Precede with TextBorderCreate or TextBorderEdit and follow with TextBorderEnd.
  140.  
  141. Return Value
  142.  
  143. A string specifies a user-defined line style.
  144.  
  145. 0    Single line
  146.  
  147. 1    Double line
  148.  
  149. 2    Dashed line
  150.  
  151. 3    Dotted line
  152.  
  153. 4    Thick line
  154.  
  155. 5    Extra-thick line
  156.  
  157. 6    Thin-thick line
  158.  
  159. 7    Thick-thin line
  160.  
  161. 8    Button top-left line
  162.  
  163. 9    Button bottom-right line
  164.  
  165. 126    Table default line
  166.  
  167. 127    No line
  168.  
  169. numeric:=?BorderColorBlue
  170.  
  171. Syntax
  172.  
  173. ()
  174.  
  175. Description
  176.  
  177. Return the blue value of a border color style. Precede with BorderStyleCreate or BorderStyleEdit and follow with BorderStyleEnd.
  178.  
  179. Return Value
  180.  
  181. Value: 0-255.
  182.  
  183. numeric:=?BorderColorGreen
  184.  
  185. Syntax
  186.  
  187. ()
  188.  
  189. Description
  190.  
  191. Return the green value of a border color. Precede with BorderStyleCreate or BorderStyleEdit and follow with BorderStyleEnd.
  192.  
  193. Return Value
  194.  
  195. Value: 0-255.
  196.  
  197. numeric:=?BorderColorRed
  198.  
  199. Syntax
  200.  
  201. ()
  202.  
  203. Description
  204.  
  205. Return the red value of a border color. Precede with BorderStyleCreate or BorderStyleEdit and follow with BorderStyleEnd.
  206.  
  207. Return Value
  208.  
  209. Value: 0-255.
  210.  
  211. numeric:=?BorderColorShading
  212.  
  213. Syntax
  214.  
  215. ()
  216.  
  217. Description
  218.  
  219. Return the color shading percent of a border. Precede with a command that identifies a specific border, such as BorderStyleCreate, BorderStyleEdit, or TextBorderEdit; follow with a corresponding command like BorderStyleEnd or TextBorderEnd.
  220.  
  221. Return Value
  222.  
  223. Percent: 0-100.
  224.  
  225. numeric:=?BorderCornerRadius
  226.  
  227. Syntax
  228.  
  229. ()
  230.  
  231. Description
  232.  
  233. Return the corner radius of a border.
  234.  
  235. any:=?BorderInsideSpacingBottom
  236.  
  237. Syntax
  238.  
  239. ()
  240.  
  241. Description
  242.  
  243. Return the bottom spacing inside a border.
  244.  
  245. any:=?BorderInsideSpacingTop
  246.  
  247. Syntax
  248.  
  249. ()
  250.  
  251. Description
  252.  
  253. Return the top spacing inside a border.
  254.  
  255. any:=?BorderLeftLine
  256.  
  257. Syntax
  258.  
  259. ()
  260.  
  261. Description
  262.  
  263. Return the left line style of a border.
  264.  
  265. Return Value
  266.  
  267. A string specifies a user-defined line style.
  268.  
  269. 0    Single line
  270.  
  271. 1    Double line
  272.  
  273. 2    Dashed line
  274.  
  275. 3    Dotted line
  276.  
  277. 4    Thick line
  278.  
  279. 5    Extra-thick line
  280.  
  281. 6    Thin-thick line
  282.  
  283. 7    Thick-thin line
  284.  
  285. 8    Button top-left line
  286.  
  287. 9    Button bottom-right line
  288.  
  289. 126    Table default line
  290.  
  291. 127    No line
  292.  
  293. any:=?BorderRightLine
  294.  
  295. Syntax
  296.  
  297. ()
  298.  
  299. Description
  300.  
  301. Return the right line style of a border.
  302.  
  303. Return Value
  304.  
  305. A string specifies a user-defined line style.
  306.  
  307. 0    Single line
  308.  
  309. 1    Double line
  310.  
  311. 2    Dashed line
  312.  
  313. 3    Dotted line
  314.  
  315. 4    Thick line
  316.  
  317. 5    Extra-thick line
  318.  
  319. 6    Thin-thick line
  320.  
  321. 7    Thick-thin line
  322.  
  323. 8    Button top-left line
  324.  
  325. 9    Button bottom-right line
  326.  
  327. 126    Table default line
  328.  
  329. 127    No line
  330.  
  331. any:=?BorderSeparatorLine
  332.  
  333. Syntax
  334.  
  335. ()
  336.  
  337. Description
  338.  
  339. Return the separator line style of a border.
  340.  
  341. Return Value
  342.  
  343. A string specifies a user-defined line style.
  344.  
  345. 0    Single line
  346.  
  347. 1    Double line
  348.  
  349. 2    Dashed line
  350.  
  351. 3    Dotted line
  352.  
  353. 4    Thick line
  354.  
  355. 5    Extra-thick line
  356.  
  357. 6    Thin-thick line
  358.  
  359. 7    Thick-thin line
  360.  
  361. 8    Button top-left line
  362.  
  363. 9    Button bottom-right line
  364.  
  365. 126    Table default line
  366.  
  367. 127    No line
  368.  
  369. any:=?BorderSetSpacing
  370.  
  371. Syntax
  372.  
  373. ()
  374.  
  375. Description
  376.  
  377. Return whether auto spacing or set spacing is active in the current border. Precede with a command that specifies a specific border, such as TextBorderEdit, TextBorderCreate, BorderStyleEdit, or BorderStyleCreate; follow with a corresponding command such as TextBorderEnd or BorderStyleEnd.
  378.  
  379. Return Value
  380.  
  381. 0    Auto spacing on
  382.  
  383. 1    Set spacing is on
  384.  
  385. any:=?BorderTopLine
  386.  
  387. Syntax
  388.  
  389. ()
  390.  
  391. Description
  392.  
  393. Return the top line style of a border.
  394.  
  395. Return Value
  396.  
  397. A string specifies a user-defined line style.
  398.  
  399. 0    Single line
  400.  
  401. 1    Double line
  402.  
  403. 2    Dashed line
  404.  
  405. 3    Dotted line
  406.  
  407. 4    Thick line
  408.  
  409. 5    Extra-thick line
  410.  
  411. 6    Thin-thick line
  412.  
  413. 7    Thick-thin line
  414.  
  415. 8    Button top-left line
  416.  
  417. 9    Button bottom-right line
  418.  
  419. 126    Table default line
  420.  
  421. 127    No line
  422.  
  423. any:=?BorderUseBorderColor
  424.  
  425. Sytnax
  426.  
  427. ()
  428.  
  429. Description
  430.  
  431. Return whether the line style color or the border color is used for the current border. Precede with a command that specifies a specific border, such as TextBorderEdit, TextBorderCreate, BorderStyleEdit, or BorderStyleCreate; follow with a corresponding command such as TextBorderEnd or BorderStyleEnd.
  432.  
  433. Return Value
  434.  
  435. 0    Use the line style color
  436.  
  437. 1    Use the border color
  438.  
  439. any:=?BoxAttachTo
  440.  
  441. Sytnax
  442.  
  443. ()
  444.  
  445. Description
  446.  
  447. Return the structure a graphics box is attached to. Precede with BoxCreate or BoxEdit and follow with BoxEnd to specify a box to return the information on. This command will also return information on the currently selected box.
  448.  
  449. Return Value
  450.  
  451. 2    Page
  452.  
  453. 3    Paragraph
  454.  
  455. 64    Character
  456.  
  457. any:=?BoxCaptionDefaultInitialStyle
  458.  
  459. Sytnax
  460.  
  461. ()
  462.  
  463. Description
  464.  
  465. Return the initial style of the current caption.
  466.  
  467. Return Value
  468.  
  469. 0    Normal
  470.  
  471. 16    Footnote number in document
  472.  
  473. 17    Endnote number in document
  474.  
  475. 18    Figure number
  476.  
  477. 19    Table-box number
  478.  
  479. 20    Text-box number
  480.  
  481. 21    User-box number
  482.  
  483. 22    Equation number
  484.  
  485. 23    Hypertext
  486.  
  487. 24    ToC 1
  488.  
  489. 25    ToC 2
  490.  
  491. 26    ToC 3
  492.  
  493. 27    ToC 4
  494.  
  495. 28    ToC 5
  496.  
  497. 29    Index 1
  498.  
  499. 30    Index 2
  500.  
  501. 31    List
  502.  
  503. 32    ToA
  504.  
  505. 33    Doc
  506.  
  507. 34    Box text
  508.  
  509. 35    Caption
  510.  
  511. 36    Footnote
  512.  
  513. 37    Endnote
  514.  
  515. 38    Comment
  516.  
  517. 39    Header A
  518.  
  519. 40    Header B
  520.  
  521. 41    Footer A
  522.  
  523. 42    Footer B
  524.  
  525. 43    Watermark A
  526.  
  527. 44    Watermark B
  528.  
  529. 45    Paragraph outline
  530.  
  531. 46    Outline
  532.  
  533. 47    Legal outline
  534.  
  535. 48    Bullets outline
  536.  
  537. 49    Headings outline
  538.  
  539. 50    Legal 2 outline
  540.  
  541. 51    Numbers outline
  542.  
  543. 52    Level 1
  544.  
  545. 53    Level 2
  546.  
  547. 54    Level 3
  548.  
  549. 55    Level 4
  550.  
  551. 56    Level 5
  552.  
  553. 57    Level 6
  554.  
  555. 58    Level 7
  556.  
  557. 59    Level 8
  558.  
  559. 60    Legal 1
  560.  
  561. 61    Legal 2
  562.  
  563. 62    Legal 3
  564.  
  565. 63    Legal 4
  566.  
  567. 64    Legal 5
  568.  
  569. 65    Legal 6
  570.  
  571. 66    Legal 7
  572.  
  573. 67    Legal 8
  574.  
  575. 68    Heading 1
  576.  
  577. 69    Heading 2
  578.  
  579. 70    Heading 3
  580.  
  581. 71    Heading 4
  582.  
  583. 72    Heading 5
  584.  
  585. 73    Heading 6
  586.  
  587. 74    Heading 7
  588.  
  589. 75    Heading 8
  590.  
  591. any:=?BoxCaptionDefaultNumberStyle
  592.  
  593. Syntax
  594.  
  595. ()
  596.  
  597. Description
  598.  
  599. Return the current caption number style.
  600.  
  601. Return Value
  602.  
  603. 0    Normal
  604.  
  605. 16    Footnote number in document
  606.  
  607. 17    Endnote number in document
  608.  
  609. 18    Figure number
  610.  
  611. 19    Table-box number
  612.  
  613. 20    Text-box number
  614.  
  615. 21    User-box number
  616.  
  617. 22    Equation number
  618.  
  619. 23    Hypertext
  620.  
  621. 24    ToC 1
  622.  
  623. 25    ToC 2
  624.  
  625. 26    ToC 3
  626.  
  627. 27    ToC 4
  628.  
  629. 28    ToC 5
  630.  
  631. 29    Index 1
  632.  
  633. 30    Index 2
  634.  
  635. 31    List
  636.  
  637. 32    ToA
  638.  
  639. 33    Doc
  640.  
  641. 34    Box text
  642.  
  643. 35    Caption
  644.  
  645. 36    Footnote
  646.  
  647. 37    Endnote
  648.  
  649. 38    Comment
  650.  
  651. 39    Header A
  652.  
  653. 40    Header B
  654.  
  655. 41    Footer A
  656.  
  657. 42    Footer B
  658.  
  659. 43    Watermark A
  660.  
  661. 44    Watermark B
  662.  
  663. 45    Paragraph outline
  664.  
  665. 46    Outline
  666.  
  667. 47    Legal outline
  668.  
  669. 48    Bullets outline
  670.  
  671. 49    Headings outline
  672.  
  673. 50    Legal 2 outline
  674.  
  675. 51    Numbers outline
  676.  
  677. 52    Level 1
  678.  
  679. 53    Level 2
  680.  
  681. 54    Level 3
  682.  
  683. 55    Level 4
  684.  
  685. 56    Level 5
  686.  
  687. 57    Level 6
  688.  
  689. 58    Level 7
  690.  
  691. 59    Level 8
  692.  
  693. 60    Legal 1
  694.  
  695. 61    Legal 2
  696.  
  697. 62    Legal 3
  698.  
  699. 63    Legal 4
  700.  
  701. 64    Legal 5
  702.  
  703. 65    Legal 6
  704.  
  705. 66    Legal 7
  706.  
  707. 67    Legal 8
  708.  
  709. 68    Heading 1
  710.  
  711. 69    Heading 2
  712.  
  713. 70    Heading 3
  714.  
  715. 71    Heading 4
  716.  
  717. 72    Heading 5
  718.  
  719. 73    Heading 6
  720.  
  721. 74    Heading 7
  722.  
  723. 75    Heading 8
  724.  
  725. any:=?BoxCaptionFormatting
  726.  
  727. Syntax
  728.  
  729. ()
  730.  
  731. Description
  732.  
  733. Return the caption width. If the width is Auto, the value is 2. Otherwise, the value is a measurement or a percent of the box width or height.
  734.  
  735. any:=?BoxCaptionPositionAlignment
  736.  
  737. Syntax
  738.  
  739. ()
  740.  
  741. Description
  742.  
  743. Return the caption alignment.
  744.  
  745. Return Value
  746.  
  747. 0    Left
  748.  
  749. 1    Top
  750.  
  751. 2    Center
  752.  
  753. 3    Right
  754.  
  755. 4    Bottom
  756.  
  757. any:=?BoxCaptionPositionBorder
  758.  
  759. Syntax
  760.  
  761. ()
  762.  
  763. Description
  764.  
  765. Return the caption position relative to the border.
  766.  
  767. Return Value
  768.  
  769. 0    Outside border
  770.  
  771. 1    Inside border
  772.  
  773. 2    On border
  774.  
  775. any:=?BoxCaptionPositionOffset
  776.  
  777. Syntax
  778.  
  779. ()
  780.  
  781. Description
  782.  
  783. Return the caption offset or a percent of the box width or height.
  784.  
  785. any:=?BoxCaptionPositionSide
  786.  
  787. Syntax
  788.  
  789. ()
  790.  
  791. Description
  792.  
  793. Return the side of a box where a caption is located.
  794.  
  795. Return Value
  796.  
  797. 0    Left
  798.  
  799. 1    Top
  800.  
  801. 3    Right
  802.  
  803. 4    Bottom
  804.  
  805. any:=?BoxCaptionRotation
  806.  
  807. Syntax
  808.  
  809. ()
  810.  
  811. Description
  812.  
  813. Return the degree of caption rotation.
  814.  
  815. Return Value
  816.  
  817. 0    None
  818.  
  819. 1    90 degrees
  820.  
  821. 2    180 degrees
  822.  
  823. 3    270 degrees
  824.  
  825. any:=?BoxChangeLineHeight
  826.  
  827. Syntax
  828.  
  829. ()
  830.  
  831. Description
  832.  
  833. Return whether a box attached to a character automatically adjusts to fit the text-line height.
  834.  
  835. Return Value
  836.  
  837. 0    No change
  838.  
  839. 1    Change
  840.  
  841. any:=?BoxContentFilename
  842.  
  843. Syntax
  844.  
  845. ()
  846.  
  847. Description
  848.  
  849. Return the name of a text or image file in the current box.
  850.  
  851. any:=?BoxContentHorizontalPosition
  852.  
  853. Syntax
  854.  
  855. ()
  856.  
  857. Description
  858.  
  859. Return the horizontal position of the current box contents.
  860.  
  861. Return Value
  862.  
  863. 0    Left
  864.  
  865. 2    Center
  866.  
  867. 3    Right
  868.  
  869. any:=?BoxContentInternal
  870.  
  871. Syntax
  872.  
  873. ()
  874.  
  875. Description
  876.  
  877. Return the location of an image used in a graphics box.
  878.  
  879. Return Value
  880.  
  881. 0    In document
  882.  
  883. 1    On disk
  884.  
  885. any:=?BoxContentPreserveAspectRatio
  886.  
  887. Syntax
  888.  
  889. ()
  890.  
  891. Description
  892.  
  893. Return whether the width/height ratio of an image is preserved when the box size changes.
  894.  
  895. Return Value
  896.  
  897. 0    Not preserved
  898.  
  899. 1    Preserved
  900.  
  901. any:=?BoxContentType
  902.  
  903. Syntax
  904.  
  905. ()
  906.  
  907. Description
  908.  
  909. Return the current box content type.
  910.  
  911. Return Value
  912.  
  913. 1    Text
  914.  
  915. 2    Linked text
  916.  
  917. 3    Image
  918.  
  919. 4    Equation
  920.  
  921. 5    Presentation
  922.  
  923. 6    Video
  924.  
  925. 7    Macro
  926.  
  927. 8    External
  928.  
  929. 127    Empty
  930.  
  931. any:=?BoxContentVerticalPosition
  932.  
  933. Syntax
  934.  
  935. ()
  936.  
  937. Description
  938.  
  939. Return the vertical position of box contents.
  940.  
  941. Return Value
  942.  
  943. 1    Top
  944.  
  945. 2    Center
  946.  
  947. 4    Bottom
  948.  
  949. any:=?BoxCount
  950.  
  951. Syntax
  952.  
  953. ()
  954.  
  955. Description
  956.  
  957. Return the number of boxes in the current document.
  958.  
  959. any:=?BoxCounter
  960.  
  961. Syntax
  962.  
  963. ()
  964.  
  965. Description
  966.  
  967. Return the current counter type.
  968.  
  969. Return Value
  970.  
  971. 0    None
  972.  
  973. 1    Image box counter
  974.  
  975. 2    Table box counter
  976.  
  977. 3    Text box counter
  978.  
  979. 4    User box counter
  980.  
  981. 5    Equation counter
  982.  
  983. any:=?BoxEquationColorBlue
  984.  
  985. Syntax
  986.  
  987. ()
  988.  
  989. Description
  990.  
  991. Return the blue value of the current equation color.
  992.  
  993. Return Value
  994.  
  995. Value: 0-255.
  996.  
  997. any:=?BoxEquationColorGreen
  998.  
  999. Syntax
  1000.  
  1001. ()
  1002.  
  1003. Description
  1004.  
  1005. Return the green value of the current equation color.
  1006.  
  1007. Return Value
  1008.  
  1009. Value: 0-255.
  1010.  
  1011. any:=?BoxEquationColorRed
  1012.  
  1013. Syntax
  1014.  
  1015. ()
  1016.  
  1017. Description
  1018.  
  1019. Return the red value of the current equation color.
  1020.  
  1021. Return Value
  1022.  
  1023. Value: 0-255.
  1024.  
  1025. any:=?BoxEquationColorShading
  1026.  
  1027. Syntax
  1028.  
  1029. ()
  1030.  
  1031. Description
  1032.  
  1033. Return the shade of the current equation color.
  1034.  
  1035. Return Value
  1036.  
  1037. Percent: 0-100.
  1038.  
  1039. any:=?BoxEquationFont
  1040.  
  1041. Syntax
  1042.  
  1043. ()
  1044.  
  1045. Description
  1046.  
  1047. Return the name of the font used in the current equation box.
  1048.  
  1049. any:=?BoxEquationFontSize
  1050.  
  1051. Syntax
  1052.  
  1053. ()
  1054.  
  1055. Description
  1056.  
  1057. Return the font size used in the current equation box.
  1058.  
  1059. any:=?BoxHeight
  1060.  
  1061. Syntax
  1062.  
  1063. ()
  1064.  
  1065. Description
  1066.  
  1067. Return the box height. If the height is Auto, the value is 2. Otherwise, the value is expressed in WordPerfect units (1200ths of an inch).
  1068.  
  1069. any:=?BoxHorizontalAlignment
  1070.  
  1071. Syntax
  1072.  
  1073. ()
  1074.  
  1075. Description
  1076.  
  1077. Return the horizontal position of a box attached to a page or a paragraph.
  1078.  
  1079. Return Value
  1080.  
  1081. 0    Left
  1082.  
  1083. 2    Center
  1084.  
  1085. 3    Right
  1086.  
  1087. 7    Full align
  1088.  
  1089. any:=?BoxHorizontalAlignTo
  1090.  
  1091. Syntax
  1092.  
  1093. ()
  1094.  
  1095. Description
  1096.  
  1097. Return whether a box attached to a page is aligned to the margins or to a column or columns.
  1098.  
  1099. Return Value
  1100.  
  1101. 1    Align margins
  1102.  
  1103. 2    Align columns
  1104.  
  1105. any:=?BoxHorizontalOffset
  1106.  
  1107. Syntax
  1108.  
  1109. ()
  1110.  
  1111. Description
  1112.  
  1113. Return the right or left position of a box relative to an alignment point in WordPerfect units (1200ths of an inch).
  1114.  
  1115. any:=?BoxImageBlackWhiteThreshold
  1116.  
  1117. Syntax
  1118.  
  1119. ()
  1120.  
  1121. Description
  1122.  
  1123. Return the threshold where image colors and/or grays convert to black or white. Colors or grays below the threshold convert to black; those above convert to white.
  1124.  
  1125. Return Value
  1126.  
  1127. Value: 1-255. Default: 127.
  1128.  
  1129. any:=?BoxImageBrightness
  1130.  
  1131. Syntax
  1132.  
  1133. ()
  1134.  
  1135. Description
  1136.  
  1137. Return the brightness of an image color.
  1138.  
  1139. Return Value
  1140.  
  1141. Value: -1.0 (black) to 1.0 (white).
  1142.  
  1143. any:=?BoxImageContrast
  1144.  
  1145. Syntax
  1146.  
  1147. ()
  1148.  
  1149. Description
  1150.  
  1151. Return the image contrast value.
  1152.  
  1153. Return Value
  1154.  
  1155. Value: -1.0 (slight) to 1.0 (substantial).
  1156.  
  1157. any:=?BoxImageDitherMethod
  1158.  
  1159. Syntax
  1160.  
  1161. ()
  1162.  
  1163. Description
  1164.  
  1165. Return the dither method.
  1166.  
  1167. Return Value
  1168.  
  1169. 1    Halftoning
  1170.  
  1171. 2    Ordered dither
  1172.  
  1173. 3    Error diffusion dither
  1174.  
  1175. 6    Default
  1176.  
  1177. any:=?BoxImageDitherSource
  1178.  
  1179. Syntax
  1180.  
  1181. ()
  1182.  
  1183. Description
  1184.  
  1185. Return the dither source.
  1186.  
  1187. Return Value
  1188.  
  1189. 0    WordPerfect
  1190.  
  1191. 1    Printer
  1192.  
  1193. 6    Default
  1194.  
  1195. 8    External
  1196.  
  1197. any:=?BoxImageFill
  1198.  
  1199. Syntax
  1200.  
  1201. ()
  1202.  
  1203. Description
  1204.  
  1205. Return the image fill type.
  1206.  
  1207. Return Value
  1208.  
  1209. 0    Normal
  1210.  
  1211. 1    Transparent
  1212.  
  1213. 2    White
  1214.  
  1215. any:=?BoxImageFlipX
  1216.  
  1217. Syntax
  1218.  
  1219. ()
  1220.  
  1221. Description
  1222.  
  1223. Return whether an image is reversed on its horizontal axis.
  1224.  
  1225. Return Value
  1226.  
  1227. 0    Not reversed
  1228.  
  1229. 1    Reversed
  1230.  
  1231. any:=?BoxImageFlipY
  1232.  
  1233. Syntax
  1234.  
  1235. ()
  1236.  
  1237. Description
  1238.  
  1239. Return whether an image is flipped on its vertical axis.
  1240.  
  1241. Return Value
  1242.  
  1243. 0    Not reversed
  1244.  
  1245. 1    Reversed
  1246.  
  1247. any:=?BoxImageHalftoneAngle0
  1248.  
  1249. Syntax
  1250.  
  1251. ()
  1252.  
  1253. Description
  1254.  
  1255. Return the image halftone angle. The default is generally 45, but it depends upon the selected printer.
  1256.  
  1257. any:=?BoxImageHalftoneAngle1
  1258.  
  1259. Syntax
  1260.  
  1261. ()
  1262.  
  1263. Description
  1264.  
  1265. Return the image halftone angle 1.
  1266.  
  1267. any:=?BoxImageHalftoneAngle2
  1268.  
  1269. Syntax
  1270.  
  1271. ()
  1272.  
  1273. Description
  1274.  
  1275. Return the image halftone angle 2.
  1276.  
  1277. any:=?BoxImageHalftoneAngle3
  1278.  
  1279. Syntax
  1280.  
  1281. ()
  1282.  
  1283. Description
  1284.  
  1285. Return the image halftone angle 3.
  1286.  
  1287. any:=?BoxImageHalftoneScreenLPI
  1288.  
  1289. Syntax
  1290.  
  1291. ()
  1292.  
  1293. Description
  1294.  
  1295. Return the halftone lines per inch (LPI).
  1296.  
  1297. Return Value
  1298.  
  1299. Default: 60.
  1300.  
  1301. any:=?BoxImageInvertColors
  1302.  
  1303. Syntax
  1304.  
  1305. ()
  1306.  
  1307. Description
  1308.  
  1309. Return whether image colors have been inverted to their respective complementary colors.
  1310.  
  1311. Return Value
  1312.  
  1313. 0    Not inverted
  1314.  
  1315. 1    Inverted
  1316.  
  1317. any:=?BoxImageMonochrome
  1318.  
  1319. Syntax
  1320.  
  1321. ()
  1322.  
  1323. Description
  1324.  
  1325. Return whether a color image converts to black and white.
  1326.  
  1327. Return Value
  1328.  
  1329. 0    Not monochrome
  1330.  
  1331. 1    Monochrome
  1332.  
  1333. any:=?BoxImagePageBackground
  1334.  
  1335. Syntax
  1336.  
  1337. ()
  1338.  
  1339. Description
  1340.  
  1341. Return whether any background colors or gradients saved with an image are visible.
  1342.  
  1343. Return Value
  1344.  
  1345. 0    Background not visible
  1346.  
  1347. 1    Background visible
  1348.  
  1349. any:=?BoxImageRotation
  1350.  
  1351. Syntax
  1352.  
  1353. ()
  1354.  
  1355. Description
  1356.  
  1357. Return the degree of rotation for a graphics box.
  1358.  
  1359. Return Value
  1360.  
  1361. Value: 0.0 to 359.0.
  1362.  
  1363. any:=?BoxImageScalingX
  1364.  
  1365. Syntax
  1366.  
  1367. ()
  1368.  
  1369. Description
  1370.  
  1371. Return the scaling width.
  1372.  
  1373. Return Value
  1374.  
  1375. Value: 0.01 to 9.99.
  1376.  
  1377. any:=?BoxImageScalingY
  1378.  
  1379. Syntax
  1380.  
  1381. ()
  1382.  
  1383. Description
  1384.  
  1385. Return the scaling height.
  1386.  
  1387. Return Value
  1388.  
  1389. Value: 0.01 to 9.99.
  1390.  
  1391. any:=?BoxImageTranslationX
  1392.  
  1393. Syntax
  1394.  
  1395. ()
  1396.  
  1397. Description
  1398.  
  1399. Return the horizontal position of an image within a box.
  1400.  
  1401. Return Value
  1402.  
  1403. Value: -5.0 to 5.0. Default: 0.0.
  1404.  
  1405. any:=?BoxImageTranslationY
  1406.  
  1407. Syntax
  1408.  
  1409. ()
  1410.  
  1411. Description
  1412.  
  1413. Return the vertical position of an image within a box.
  1414.  
  1415. Return Value
  1416.  
  1417. Value: -5.0 to 5.0. Default: 0.0.
  1418.  
  1419. any:=?BoxLeftColumn
  1420.  
  1421. Syntax
  1422.  
  1423. ()
  1424.  
  1425. Description
  1426.  
  1427. Return the number of the left column to which a graphics box aligns.
  1428.  
  1429. any:=?BoxNumber
  1430.  
  1431. Syntax
  1432.  
  1433. ()
  1434.  
  1435. Description
  1436.  
  1437. Return the number of the box after the insertion point.
  1438.  
  1439. any:=?BoxOverlap
  1440.  
  1441. Syntax
  1442.  
  1443. ()
  1444.  
  1445. Description
  1446.  
  1447. Return whether a graphics box may overlap other boxes.
  1448.  
  1449. Return Value
  1450.  
  1451. 0    No overlap
  1452.  
  1453. 1    Overlap
  1454.  
  1455. any:=?BoxRightColumn
  1456.  
  1457. Syntax
  1458.  
  1459. ()
  1460.  
  1461. Description
  1462.  
  1463. Return number of the right column to which a graphics box aligns.
  1464.  
  1465. boolean:=?BoxSizeIsNotLimited
  1466.  
  1467. Syntax
  1468.  
  1469. ()
  1470.  
  1471. Description
  1472.  
  1473. Return whether the box is limited by table boundaries.
  1474.  
  1475. Return Value
  1476.  
  1477. 0    The box is limited by table boundaries.
  1478.  
  1479. 1    The box is not limited by table boundaries.
  1480.  
  1481. Note
  1482.  
  1483.   New command
  1484.   
  1485. boolean:=?BoxStaysOnPage
  1486.  
  1487. Syntax
  1488.  
  1489. ()
  1490.  
  1491. Description
  1492.  
  1493. Return whether the current box will stay on a specific page or move with the surrounding text. This command must be preceded by BoxCreate, BoxEdit, BoxEditByCounter, BoxEditNext, or BoxEditPrevious, and it must be followed by BoxEnd.
  1494.  
  1495. Return Value
  1496.  
  1497. 0    Moves with text.
  1498.  
  1499. 1    Stays on a specific page.
  1500.  
  1501. any:=?BoxStyleName
  1502.  
  1503. Syntax
  1504.  
  1505. ()
  1506.  
  1507. Description
  1508.  
  1509. Return the name of a box style.
  1510.  
  1511. Return Value
  1512.  
  1513. A string specifies a user-created style.
  1514.  
  1515. 0    Figure box
  1516.  
  1517. 1    Table box
  1518.  
  1519. 2    Text box
  1520.  
  1521. 3    User box
  1522.  
  1523. 4    Equation box
  1524.  
  1525. 5    Button box
  1526.  
  1527. 6    Watermark image box
  1528.  
  1529. 7    Inline equation box
  1530.  
  1531. 127    No box
  1532.  
  1533. boolean:=?BoxSuppressed
  1534.  
  1535. Syntax
  1536.  
  1537. ()
  1538.  
  1539. Description
  1540.  
  1541. Return whether the box is suppressed.
  1542.  
  1543. Return Value
  1544.  
  1545. 0    The box is not suppressed.
  1546.  
  1547. 1    The box is suppressed.
  1548.  
  1549. Note
  1550.  
  1551.   New command
  1552.   
  1553. any:=?BoxTextAngle
  1554.  
  1555. Syntax
  1556.  
  1557. ()
  1558.  
  1559. Description
  1560.  
  1561. Return the degree of rotation for text in a box.
  1562.  
  1563. Return Value
  1564.  
  1565. 0    None
  1566.  
  1567. 1    90 degrees
  1568.  
  1569. 2    180 degrees
  1570.  
  1571. 3    270 degrees
  1572.  
  1573. any:=?BoxTextDefaultStyle
  1574.  
  1575. Syntax
  1576.  
  1577. ()
  1578.  
  1579. Description
  1580.  
  1581. Return the default style of box text.
  1582.  
  1583. Return Value
  1584.  
  1585. 0    Normal style
  1586.  
  1587. 16    Footnote number in document style
  1588.  
  1589. 17    Endnote number in document style
  1590.  
  1591. 18    Figure number style
  1592.  
  1593. 19    Table-box number style
  1594.  
  1595. 20    Text-box number style
  1596.  
  1597. 21    User-box number style
  1598.  
  1599. 22    Equation number style
  1600.  
  1601. 23    Hypertext style
  1602.  
  1603. 24    TOC 1 style
  1604.  
  1605. 25    TOC 2 style
  1606.  
  1607. 26    TOC 3 style
  1608.  
  1609. 27    TOC 4 style
  1610.  
  1611. 28    TOC 5 style
  1612.  
  1613. 29    Index 1 style
  1614.  
  1615. 30    Index 2 style
  1616.  
  1617. 31    List style
  1618.  
  1619. 32    TOA style
  1620.  
  1621. 33    Doc style
  1622.  
  1623. 34    Box text style
  1624.  
  1625. 35    Caption style
  1626.  
  1627. 36    Footnote style
  1628.  
  1629. 37    Endnote style
  1630.  
  1631. 38    Comment style
  1632.  
  1633. 39    Header A style
  1634.  
  1635. 40    Header B style
  1636.  
  1637. 41    Footer A style
  1638.  
  1639. 42    Footer B style
  1640.  
  1641. 43    Watermark A style
  1642.  
  1643. 44    Watermark B style
  1644.  
  1645. 45    Paragraph outline style
  1646.  
  1647. 46    Outline style
  1648.  
  1649. 47    Legal outline style
  1650.  
  1651. 48    Bullets outline style
  1652.  
  1653. 49    Headings outline style
  1654.  
  1655. 50    Legal 2 outline style
  1656.  
  1657. 51    Numbers outline style
  1658.  
  1659. 52    Level 1 style
  1660.  
  1661. 53    Level 2 style
  1662.  
  1663. 54    Level 3 style
  1664.  
  1665. 55    Level 4 style
  1666.  
  1667. 56    Level 5 style
  1668.  
  1669. 57    Level 6 style
  1670.  
  1671. 58    Level 7 style
  1672.  
  1673. 59    Level 8 style
  1674.  
  1675. 60    Legal 1 style
  1676.  
  1677. 61    Legal 2 style
  1678.  
  1679. 62    Legal 3 style
  1680.  
  1681. 63    Legal 4 style
  1682.  
  1683. 64    Legal 5 style
  1684.  
  1685. 65    Legal 6 style
  1686.  
  1687. 66    Legal 7 style
  1688.  
  1689. 67    Legal 8 style
  1690.  
  1691. 68    Heading 1 style
  1692.  
  1693. 69    Heading 2 style
  1694.  
  1695. 70    Heading 3 style
  1696.  
  1697. 71    Heading 4 style
  1698.  
  1699. 72    Heading 5 style
  1700.  
  1701. 73    Heading 6 style
  1702.  
  1703. 74    Heading 7 style
  1704.  
  1705. 75    Heading 8 style
  1706.  
  1707. any:=?BoxVerticalAlignment
  1708.  
  1709. Syntax
  1710.  
  1711. ()
  1712.  
  1713. Description
  1714.  
  1715. Return the vertical alignment of a box attached to a page or character.
  1716.  
  1717. Return Value
  1718.  
  1719. 1    Top
  1720.  
  1721. 2    Center
  1722.  
  1723. 4    Bottom
  1724.  
  1725. 6    Baseline
  1726.  
  1727. 7    Full
  1728.  
  1729. any:=?BoxVerticalAlignTo
  1730.  
  1731. Syntax
  1732.  
  1733. ()
  1734.  
  1735. Description
  1736.  
  1737. Return the alignment of a box to the margins.
  1738.  
  1739. Return Value
  1740.  
  1741. 1    Aligned to margins
  1742.  
  1743. 2    Fixed position
  1744.  
  1745. any:=?BoxVerticalOffset
  1746.  
  1747. Syntax
  1748.  
  1749. ()
  1750.  
  1751. Description
  1752.  
  1753. Return the vertical position of a box relative to an alignment point in WordPerfect units (1200ths of an inch).
  1754.  
  1755. any:=?BoxWidth
  1756.  
  1757. Syntax
  1758.  
  1759. ()
  1760.  
  1761. Description
  1762.  
  1763. Return the width of a graphics box.
  1764.  
  1765. Return Value
  1766.  
  1767. If the width is Auto, the value is 2. Otherwise, the value is in WordPerfect units.
  1768.  
  1769. any:=?BoxWrapping
  1770.  
  1771. Syntax
  1772.  
  1773. ()
  1774.  
  1775. Description
  1776.  
  1777. Return the direction of text wrapping around a box.
  1778.  
  1779. Return Value
  1780.  
  1781. 0    Largest side
  1782.  
  1783. 1    Left side
  1784.  
  1785. 2    Right side
  1786.  
  1787. 3    Neither side
  1788.  
  1789. 8    Both sides
  1790.  
  1791. 9    Columnar
  1792.  
  1793. 15    No wrapping
  1794.  
  1795. any:=?BoxWrappingType
  1796.  
  1797. Syntax
  1798.  
  1799. ()
  1800.  
  1801. Description
  1802.  
  1803. Return whether the text outside a box wraps around an image.
  1804.  
  1805. Return Value
  1806.  
  1807. 4    Not contoured
  1808.  
  1809. 5    Contoured
  1810.  
  1811. boolean:=?ButtonBarActive
  1812.  
  1813. Syntax
  1814.  
  1815. ()
  1816.  
  1817. Description
  1818.  
  1819. Return True if the toolbar is active, False if not.
  1820.  
  1821.  
  1822.  
  1823.  
  1824.  
  1825.  
  1826.