Display or retrieve pre-designed slide show layouts.
LayoutGetNext
Syntax
LayoutGetNext()
Description
Specify the next layout in the Name dialog box in the Layout Editor.
LayoutGetPrevious
Syntax
LayoutGetPrevious()
Description
Specify the previous layout in the Name dialog box in the Layout Editor.
LayoutNext
Syntax
LayoutNext()
Description
Open the next layout in the Layout Editor.
LayoutPrevious
Syntax
LayoutPrevious()
Description
Open the previous layout in the Layout Editor.
LineAttributes
Syntax
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])
Description
Specify the color, style, pattern, width, and end style of a line.
Parameters
DefaultAttr: enumeration Set the default line attributes, rather than use line attributes for a selected objects.
No
Yes
ApplyTo: enumeration Define the line attributes for graphics, text, or both.
Both
Graphics
Text
ObjectFilled: enumeration No
Yes
ObjectClosed: enumeration No
Yes
ObjectFramed: enumeration No
Yes
FillMethod: enumeration Alternate or winding fills.
Alternating
Winding
LineEnd1: enumeration The line end style. Beginning and ending line end styles are the same unless either end is an arrowhead.
Arrow
Flat
Round
Square!
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.
Arrow
Flat
Round
Square!
LineJoin: enumeration The style used to join lines.
Bevel!
Miter!
None!
Round!
PenStyle: enumeration The pen style for lines.
Alternate
Dash
Dash2Dot
Dash2Dot2
DashDot2
DotDash
DotDash2
Dots
Long2Short
Long2Short2
LongDash
LongShort
LongShort2
ShortDash
Solid
TinyDash
PenPattern: enumeration The pen pattern for lines.
Arch
Balls
BigChecks
BigCrosshatch
BigSquares
Chainlink
Checks
Crosses
Crosshatch
Fishscale
Gray12
Gray25
Gray50
Honeycomb
HorzBricks
HorzLines1
HorzLines2
Mesh
Patio
Plaid
Solid
Squares
TiltBricks
TiltLines1
TiltLines2
TiltLines3
TiltLines4
Triangles
VertLines1
VertLines2
Waves
Weave
PenHorzWidth: numeric The horizontal line width, in WordPerfect units (1200ths of an inch).
PenVertWidth: numeric The vertical line width, in WordPerfect units.
PenFColorRed: numeric The amount of red (0-255) in the foreground pen color.
PenFColorGreen: numeric The amount of green (0-255) in the foreground pen color.
PenFColorBlue: numeric The amount of blue (0-255) in the foreground pen color.
PenBColorRed: numeric The amount of red (0-255) in the pen background color.
PenBColorGreen: numeric The amount of green (0-255) in the pen background color.
PenBColorBlue: numeric The amount of blue (0-255) in the pen background color.
ChangedAttrs: enumeration (optional) Bcolor
Close
End1
End2
FColor
Fill
Frame
HWidth
Join
Method
PenPattern
PenStyle
Vwidth
LineAttributesDlg
Syntax
LineAttributesDlg()
Description
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.
LineSpacingDlg
Syntax
LineSpacingDlg()
Description
Display the Line Spacing dialog box, which is used to set spacing between lines of text.