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

  1. LayoutGallery
  2.  
  3. Syntax
  4.  
  5. LayoutGallery()
  6.  
  7. Description
  8.  
  9. Display or retrieve pre-designed slide show layouts.
  10.  
  11. LayoutGetNext
  12.  
  13. Syntax
  14.  
  15. LayoutGetNext()
  16.  
  17. Description
  18.  
  19. Specify the next layout in the Name dialog box in the Layout Editor.
  20.  
  21. LayoutGetPrevious
  22.  
  23. Syntax
  24.  
  25. LayoutGetPrevious()
  26.  
  27. Description
  28.  
  29. Specify the previous layout in the Name dialog box in the Layout Editor.
  30.  
  31. LayoutNext
  32.  
  33. Syntax
  34.  
  35. LayoutNext()
  36.  
  37. Description
  38.  
  39. Open the next layout in the Layout Editor.
  40.  
  41. LayoutPrevious
  42.  
  43. Syntax
  44.  
  45. LayoutPrevious()
  46.  
  47. Description
  48.  
  49. Open the previous layout in the Layout Editor.
  50.  
  51. LineAttributes
  52.  
  53. Syntax
  54.  
  55. LineAttributes(DefaultAttr As _LineAttributes_DefaultAttr_enum, ApplyTo As _LineAttributes_ApplyTo_enum, ObjectFilled As _LineAttributes_ObjectFilled_enum, ObjectClosed As _LineAttributes_ObjectClosed_enum, ObjectFramed As _LineAttributes_ObjectFramed_enum, FillMethod As _LineAttributes_FillMethod_enum, LineEnd1 As _LineAttributes_LineEnd1_enum, LineEnd2 As _LineAttributes_LineEnd2_enum, LineJoin As _LineAttributes_LineJoin_enum, PenStyle As _LineAttributes_PenStyle_enum, PenPattern As _LineAttributes_PenPattern_enum, PenHorzWidth As Integer, PenVertWidth As Integer, PenFColorRed As Integer, PenFColorGreen As Integer, PenFColorBlue As Integer, PenBColorRed As Integer, PenBColorGreen As Integer, PenBColorBlue As Integer, [ChangedAttrs As _LineAttributes_ChangedAttrs_enum])
  56.  
  57. Description
  58.  
  59. Specify the color, style, pattern, width, and end style of a line.
  60.  
  61. Parameters
  62.  
  63. DefaultAttr: enumeration    Set the default line attributes, rather than use line attributes for a selected objects.
  64.  
  65. No
  66.  
  67. Yes
  68.  
  69. ApplyTo: enumeration    Define the line attributes for graphics, text, or both.
  70.  
  71. Both
  72.  
  73. Graphics
  74.  
  75. Text
  76.  
  77. ObjectFilled: enumeration    No
  78.  
  79. Yes
  80.  
  81. ObjectClosed: enumeration    No
  82.  
  83. Yes
  84.  
  85. ObjectFramed: enumeration    No
  86.  
  87. Yes
  88.  
  89. FillMethod: enumeration    Alternate or winding fills.
  90.  
  91. Alternating
  92.  
  93. Winding
  94.  
  95. LineEnd1: enumeration    The line end style. Beginning and ending line end styles are the same unless either end is an arrowhead.
  96.  
  97. Arrow
  98.  
  99. Flat
  100.  
  101. Round
  102.  
  103. Square!
  104.  
  105. LineEnd2: enumeration    The second line end style if LineEnd1 or LineEnd2 is Arrow!. Otherwise, LineEnd2 records with the same value as LineEnd1, and LineEnd1 specifies both line end styles even if a different value is entered for LineEnd2.
  106.  
  107. Arrow
  108.  
  109. Flat
  110.  
  111. Round
  112.  
  113. Square!
  114.  
  115. LineJoin: enumeration    The style used to join lines.
  116.  
  117. Bevel!
  118.  
  119. Miter!
  120.  
  121. None!
  122.  
  123. Round!
  124.  
  125. PenStyle: enumeration    The pen style for lines.
  126.  
  127. Alternate
  128.  
  129. Dash
  130.  
  131. Dash2Dot
  132.  
  133. Dash2Dot2
  134.  
  135. DashDot2
  136.  
  137. DotDash
  138.  
  139. DotDash2
  140.  
  141. Dots
  142.  
  143. Long2Short
  144.  
  145. Long2Short2
  146.  
  147. LongDash
  148.  
  149. LongShort
  150.  
  151. LongShort2
  152.  
  153. ShortDash
  154.  
  155. Solid
  156.  
  157. TinyDash
  158.  
  159. PenPattern: enumeration    The pen pattern for lines.
  160.  
  161. Arch
  162.  
  163. Balls
  164.  
  165. BigChecks
  166.  
  167. BigCrosshatch
  168.  
  169. BigSquares
  170.  
  171. Chainlink
  172.  
  173. Checks
  174.  
  175. Crosses
  176.  
  177. Crosshatch
  178.  
  179. Fishscale
  180.  
  181. Gray12
  182.  
  183. Gray25
  184.  
  185. Gray50
  186.  
  187. Honeycomb
  188.  
  189. HorzBricks
  190.  
  191. HorzLines1
  192.  
  193. HorzLines2
  194.  
  195. Mesh
  196.  
  197. Patio
  198.  
  199. Plaid
  200.  
  201. Solid
  202.  
  203. Squares
  204.  
  205. TiltBricks
  206.  
  207. TiltLines1
  208.  
  209. TiltLines2
  210.  
  211. TiltLines3
  212.  
  213. TiltLines4
  214.  
  215. Triangles
  216.  
  217. VertLines1
  218.  
  219. VertLines2
  220.  
  221. Waves
  222.  
  223. Weave
  224.  
  225. PenHorzWidth: numeric    The horizontal line width, in WordPerfect units (1200ths of an inch).
  226.  
  227. PenVertWidth: numeric    The vertical line width, in WordPerfect units.
  228.  
  229. PenFColorRed: numeric    The amount of red (0-255) in the foreground pen color.
  230.  
  231. PenFColorGreen: numeric    The amount of green (0-255) in the foreground pen color.
  232.  
  233. PenFColorBlue: numeric    The amount of blue (0-255) in the foreground pen color.
  234.  
  235. PenBColorRed: numeric    The amount of red (0-255) in the pen background color.
  236.  
  237. PenBColorGreen: numeric    The amount of green (0-255) in the pen background color.
  238.  
  239. PenBColorBlue: numeric    The amount of blue (0-255) in the pen background color.
  240.  
  241. ChangedAttrs: enumeration (optional)    Bcolor
  242.  
  243. Close
  244.  
  245. End1
  246.  
  247. End2
  248.  
  249. FColor
  250.  
  251. Fill
  252.  
  253. Frame
  254.  
  255. HWidth
  256.  
  257. Join
  258.  
  259. Method
  260.  
  261. PenPattern
  262.  
  263. PenStyle
  264.  
  265. Vwidth
  266.  
  267. LineAttributesDlg
  268.  
  269. Syntax
  270.  
  271. LineAttributesDlg()
  272.  
  273. Description
  274.  
  275. Display the Object Properties dialog box with the Line tab displayed, which is used to edit the color, style, pattern, width, and ends of lines.
  276.  
  277. LineSpacingDlg
  278.  
  279. Syntax
  280.  
  281. LineSpacingDlg()
  282.  
  283. Description
  284.  
  285. Display the Line Spacing dialog box, which is used to set spacing between lines of text.
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.