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

  1. Quick3D
  2.  
  3. Syntax
  4.  
  5. Quick3D(Type As _Quick3D_Type_enum, Depth As Integer, X_Rotation As Integer, Y_Rotation As Integer, Z_Rotation As Integer, SideRelativeColorValue As Integer)
  6.  
  7. Description
  8.  
  9. Add the appearance of depth to selected objects using Quick3-D.
  10.  
  11. Parameters
  12.  
  13. Type: enumeration    The perspective.
  14.  
  15. Inverse
  16.  
  17. Linear
  18.  
  19. Parallel
  20.  
  21. Depth: numeric    The object depth expressed as a percentage.
  22.  
  23. X_Rotation: numeric    The degree of rotation around the X axis.
  24.  
  25. Y_Rotation: numeric    The degree of rotation around the Y axis.
  26.  
  27. Z_Rotation: numeric    The degree of rotation around the Z axis.
  28.  
  29. SideRelativeColorValue: numeric    The percentage by which to lighten or darken a side relative to the front. Values range from 1 to 100 to lighten a side, and from -1 to -100 to darken a side.
  30.  
  31. Quick3DDlg
  32.  
  33. Syntax
  34.  
  35. Quick3DDlg()
  36.  
  37. Description
  38.  
  39. Display the Quick3-D dialog box, which is used to change the apparent depth of selected objects.
  40.  
  41. QuickCorrect
  42.  
  43. Syntax
  44.  
  45. QuickCorrect([State As _QuickCorrect_State_enum]))
  46.  
  47. Description
  48.  
  49. Turn QuickCorrect on or off.
  50.  
  51. Parameters
  52.  
  53. State: enumeration (optional)    QuickCorrect is on or off.
  54.  
  55. Off
  56.  
  57. On
  58.  
  59. QuickCorrectAddItem
  60.  
  61. Syntax
  62.  
  63. QuickCorrectAddItem(StringTyped As String, ReplaceString As String)
  64.  
  65. Description
  66.  
  67. Add a word/correction pair to QuickCorrect.
  68.  
  69. Parameters
  70.  
  71. StringTyped: string    The misspelled or abbreviated word to add.
  72.  
  73. ReplaceString: string    The correction or expansion to add.
  74.  
  75. QuickCorrectDeleteItem
  76.  
  77. Syntax
  78.  
  79. QuickCorrectDeleteItem(StringTyped As String)
  80.  
  81. Description
  82.  
  83. Delete a word/correction pair from QuickCorrect.
  84.  
  85. Parameters
  86.  
  87. StringTyped: string    The word to delete.
  88.  
  89. QuickCorrectDlg
  90.  
  91. Syntax
  92.  
  93. QuickCorrectDlg()
  94.  
  95. Description
  96.  
  97. Display the QuickCorrect dialog box, which displays the current list of word/correction pairs.
  98.  
  99. QuickCorrectOptions
  100.  
  101. Syntax
  102.  
  103. QuickCorrectOptions()
  104.  
  105. Description
  106.  
  107. Open the QuickCorrect options dialog box, which is used to specify QuickCorrect default settings.
  108.  
  109. QuickWarp
  110.  
  111. Syntax
  112.  
  113. QuickWarp([Envelope As Integer])
  114.  
  115. Description
  116.  
  117. Apply a QuickWarp effect to the selected objects.
  118.  
  119. Parameters
  120.  
  121. Envelope: numeric (optional)    Specify a predefined envelope to apply to selected objects. Values range from 0 to 48, with 0 indicating the top left envelope on the palette and 48 indicating the bottom right envelope.
  122.  
  123. QuickWarpDlg
  124.  
  125. Syntax
  126.  
  127. QuickWarpDlg()
  128.  
  129. Description
  130.  
  131. Display the QuickWarp dialog box, which is used to apply a QuickWarp effect to selected objects.
  132.  
  133.  
  134.  
  135.  
  136.  
  137.  
  138.