Display the Animations dialog box, which defines transition or animation effects for the selected objects.
ObjectAreaSelect
Syntax
ObjectAreaSelect(Left As Integer, Bottom As Integer, Right As Integer, Top As Integer, AddToCurrent As _ObjectAreaSelect_AddToCurrent_enum)
Description
Select objects within a specified rectangular area.
Parameters
Left: measurement The left edge of the rectangular area, in WordPerfect units (1200ths of an inch).
Bottom: measurement The bottom edge of the rectangular area, in WordPerfect units.
Right: measurement The right edge of the rectangular area, in WordPerfect units.
Top: measurement The top edge of the rectangular area, in WordPerfect units.
AddToCurrent: enumeration The currently selected objects remain selected, so objects within the rectangular area are added to the current selection.
No
Yes
ObjectMove
Syntax
ObjectMove(XLocation As Integer, YLocation As Integer, DeltaX As Integer, DeltaY As Integer, AddToSelection As _ObjectMove_AddToSelection_enum, Copy As _ObjectMove_Copy_enum)
Description
Move the selected objects.
Parameters
XLocation: measurement The horizontal position of the center point of objects to move, in WordPerfect units (1200ths of an inch) from the top left corner of the page.
YLocation: measurement The vertical position of the center point of objects to move, in WordPerfect units from the top left corner of the page.
DeltaX: measurement The amount to move selected objects horizontally, in WordPerfect units. Positive values move objects right, and negative values move them left.
DeltaY: measurement The amount to move selected objects vertically, in WordPerfect units. Positive values move objects up, and negative values move them down.
AddToSelection: enumeration Add the specified object to the current selection of objects for moving.
No
Yes
Copy: enumeration Copy the selected objects before moving them.
No
Yes
ObjectPointSelect
Syntax
ObjectPointSelect(XLocation As Integer, YLocation As Integer, AddToSelection As _ObjectPointSelect_AddToSelection_enum)
Description
Select an object at a specified location.
Parameters
XLocation: measurement The horizontal position of the center point of an object, in WordPerfect units (1200ths of an inch) from the top left corner of the page.
YLocation: measurement The vertical position of the center point of an object, in WordPerfect units from the top left corner of the page.
AddToSelection: enumeration Add the specified object to the current selection.
No
Yes
ObjectScale
Syntax
ObjectScale(InitialLeft As Integer, InitialBottom As Integer, InitialRight As Integer, InitialTop As Integer, FinalLeft As Integer, FinalBottom As Integer, FinalRight As Integer, FinalTop As Integer, Copy As _ObjectScale_Copy_enum)
Description
Change the selected objects from the size specified by the first four parameters to the size specified by the last four parameters.
Parameters
InitialLeft: measurement The left edge of the rectangular selection area, in WordPerfect units (1200ths of an inch).
InitialBottom: measurement The bottom edge of the rectangular selection area, in WordPerfect units.
InitialRight: measurement The right edge of the rectangular selection area, in WordPerfect units
InitialTop: measurement The top edge of the rectangular selection area, in WordPerfect units.
FinalLeft: measurement The left edge of the new object area, in WordPerfect units.
FinalBottom: measurement The bottom edge of the new object area, in WordPerfect units.
FinalRight: measurement The right edge of the new object area, in WordPerfect units.
FinalTop: measurement The top edge of the new object area, in WordPerfect units.
Copy: enumeration Copy the selected objects before resizing.
No
Yes
ObjectSetFillBackground
Syntax
ObjectSetFillBackground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
Description
Specify the background fill color of the selected objects, or the default background color if no object is selected.
Parameters
Red: numeric The amount of red (0-255) in the background fill color.
Green: numeric The amount of green (0-255) in the background fill color.
Blue: numeric The amount of blue (0-255) in the background fill color.
Transparent: numeric The background fill transparency. Use 1 to specify transparency and 0 to specify no transparency.
ObjectSetFillForeground
Syntax
ObjectSetFillForeground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
Description
Specify the foreground fill color of the selected objects, or the default foreground color if no object is selected.
Parameters
Red: numeric The amount of red (0-255) in the foreground fill color.
Green: numeric The amount of green (0-255) in the foreground fill color.
Blue: numeric The amount of blue (0-255) in the foreground fill color.
Transparent: numeric The foreground fill transparency. Use 1 to specify transparency and 0 to specify no transparency.
ObjectSetFillPattern
Syntax
ObjectSetFillPattern(Pattern As _ObjectSetFillPattern_Pattern_enum)
Description
Specify a fill pattern or gradient fill for the selected objects, or a default pattern if no object is selected.
Parameters
Pattern: enumeration Specify a fill pattern or gradient fill.
Arch
Balls
BigChecks
BigCrossHatch
BigSquares
ChainLink
Checks
Crosses
CrossHatch
EighthGray
FishScale
FourthGray
GradCircBottom
GradCircCenter
GradCircLeftBottom
GradCircLeftTop
GradCircRight
GradCircRightBottom
GradCircRightTop
GradCircTop
GradHorzAll
GradHorzHalf
GradHorzMost
GradHorzPart
GradRectBottom
GradRectCenter
GradRectLeftBottom
GradRectLeftTop
GradRectRight
GradRectRightBottom
GradRectRightTop
GradRectTop
GradTilt1All
GradTilt1Half
GradTilt1Most
GradTilt1Part
GradTilt2All
GradTilt2Half
GradTilt2Most
GradTilt2Part
GradVertAll
GradVertHalf
GradVertMost
GradVertPart
HalfGray
HoneyComb
HorzBricks
HorzLines1
HorzLines2
Mesh
Patio
Plaid
Solid
Squares
TiltBricks
TiltLines1
TiltLines2
TiltLines3
TiltLines4
Triangles
VertLines1
VertLines2
Waves
Weave
ObjectSetFillState
Syntax
ObjectSetFillState(FillState As _ObjectSetFillState_FillState_enum)
Description
Specify whether the selected objects are filled or not filled, or set the default fill state if no object is selected.
Parameters
FillState: enumeration The state of object fill.
Filled
Hollow
ObjectSetFrameState
Syntax
ObjectSetFrameState(FrameState As _ObjectSetFrameState_FrameState_enum)
Description
Specify whether the object outline is on or off for selected objects, or set the default state if no object is selected.
Parameters
FrameState: enumeration The state of the frame.
FrameOff
FrameOn
ObjectSetLineBackground
Syntax
ObjectSetLineBackground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
Description
Specify the background line color for the selected objects, or the default background line color if no object is selected.
Parameters
Red: numeric The amount of red (0-255) in the line background color.
Green: numeric The amount of green (0-255) in the line background color.
Blue: numeric The amount of blue (0-255) in the line background color.
Transparent: numeric The line background transparency. Use 1 to specify transparency and 0 to specify no transparency.
ObjectSetLineForeground
Syntax
ObjectSetLineForeground(Red As Integer, Green As Integer, Blue As Integer, Transparent As Integer)
Description
Specify the foreground line color of the selected objects, or the default foreground line color if no object is selected.
Parameters
Red: numeric The amount of red (0-255) in the line foreground color.
Green: numeric The amount of green (0-255) in the line foreground color.
Blue: numeric The amount of blue (0-255) in the line foreground color.
Transparent: numeric The line foreground transparency. Use 1 to specify transparency and 0 to specify no transparency.
ObjectSetLinePattern
Syntax
ObjectSetLinePattern(Pattern As _ObjectSetLinePattern_Pattern_enum)
Description
Specify a line pattern or gradient for the selected objects, or a default pattern if no object is selected.
Parameters
Pattern: enumeration Specify a fill pattern or gradient fill.
Arch
Balls
BigChecks
BigCrossHatch
BigSquares
ChainLink
Checks
Crosses
CrossHatch
EighthGray
FishScale
FourthGray
GradCircBottom
GradCircCenter
GradCircLeftBottom
GradCircLeftTop
GradCircRight
GradCircRightBottom
GradCircRightTop
GradCircTop
GradHorzAll
GradHorzHalf
GradHorzMost
GradHorzPart
GradRectBottom
GradRectCenter
GradRectLeftBottom
GradRectLeftTop
GradRectRight
GradRectRightBottom
GradRectRightTop
GradRectTop
GradTilt1All
GradTilt1Half
GradTilt1Most
GradTilt1Part
GradTilt2All
GradTilt2Half
GradTilt2Most
GradTilt2Part
GradVertAll
GradVertHalf
GradVertMost
GradVertPart
HalfGray
HoneyComb
HorzBricks
HorzLines1
HorzLines2
Mesh
Patio
Plaid
Solid
Squares
TiltBricks
TiltLines1
TiltLines2
TiltLines3
TiltLines4
Triangles
VertLines1
VertLines2
Waves
Weave
ObjectSetLineStyle
Syntax
ObjectSetLineStyle(Style As _ObjectSetLineStyle_Style_enum)
Description
Specify a line style for the selected objects, or a default line style if no object is selected.
Parameters
Style: enumeration The line style.
Alternate
Dash
DashDashDot
DashDashDotDot
DashDot
DashDotDot
DotDotDash
Dots
LongDash
LongLongShort
LongLongShortShort
LongShort
LongShortShort
ShortDash
Solid
TinyDash
ObjectSetLineWidth
Syntax
ObjectSetLineWidth(LineWidth As Integer)
Description
Specify a line width for the selected objects, or a default line width if no object is selected.
Parameters
LineWidth: measurement The line width in WordPerfect units (1200ths of an inch), with 0 specifying a width of one pixel.
Ole20InsertObjectDlg
Syntax
Ole20InsertObjectDlg()
Description
Display the Insert Object dialog box, which is used to insert an OLE object into the current drawing.
OleBrowseLinksDlg
Syntax
OleBrowseLinksDlg()
Description
Display the Links dialog box, which is used to edit OLE links.
OleChartCloseFile
Syntax
OleChartCloseFile()
Close a data chart and return to an OLE client document when Corel Presentations is the OLE server.
OleChartExit
Syntax
OleChartExit()
Description
Exit Corel Presentations and return to an OLE client application when Corel Presentations is the OLE server.
OleChartUpdateFile
Syntax
OleChartUpdateFile()
Description
Update a data chart in an OLE client document when Corel Presentations is the OLE server.
OleCloseFile
Syntax
OleCloseFile()
Description
Close a drawing and return to an OLE client application when Corel Presentations is the OLE server.
OleExit
Syntax
OleExit()
Description
Exit Corel Presentations and return to an OLE client document when Corel Presentations is the OLE server.
OleInsertFromFile
Syntax
OleInsertFromFile(Filename As String, IsLink As _OleInsertFromFile_IsLink_enum, IsIconic As _OleInsertFromFile_IsIconic_enum)
Description
Create an OLE object from a specified file.
Parameters
Filename: string The filename of the object to link.
IsLink: enumeration Link the file rather than embed the file.
No
Yes
IsIconic: enumeration Display the object as an icon.
No
Yes
OleInsertObject
Syntax
OleInsertObject(Description As String, UseIcon As _OleInsertObject_UseIcon_enum)
Description
Insert an OLE object into the current drawing.
Parameters
Description: string The description that appears in the list box for the OLE item type.
UseIcon: enumeration Display the inserted object as an icon.
No
Yes
OlePlayInformation
Syntax
OlePlayInformation(Verb As Integer, IsHidden As _OlePlayInformation_IsHidden_enum, PlayOnClick As _OlePlayInformation_PlayOnClick_enum, PlayOnTransition As _OlePlayInformation_PlayOnTransition_enum, DelayTime As Integer)
Description
Set activation options and timing for OLE objects.
Parameters
Verb: numeric Specify an action to perform on an object. See the Windows registration database for possible values.
IsHidden: enumeration Hide an object when not playing.
No
Yes
PlayOnClick: enumeration The object plays when clicked during slide show play.
No
Yes
PlayOnTransition: enumeration The object plays as soon as the transition from the previous slide has finished.
No
Yes
DelayTime: numeric The amount of time after the transition to delay before playing the object. In tenths of a second.
OlePlaySettings
Syntax
OlePlaySettings()
Description
Display the Play Settings dialog box, which is used to specify activation settings for OLE objects.
OleSaveAsDlg
Syntax
OleSaveAsDlg()
Description
Display the Save As dialog box for OLE objects, which is used to save a copy of an OLE drawing with a new name or file format.
OleUpdateFile
Syntax
OleUpdateFile()
Description
Update a Corel Presentations OLE object in a client application.
OrgChartAlignmentDlg
Syntax
OrgChartAlignmentDlg()
Description
Display the Branch Structure dialog box, which is used to define organization chart branch structure.
OrgChartBoxSize
Syntax
OrgChartBoxSize(verticalSize As Long, horizontalSize As Long, [boxSizeOption As _OrgChartBoxSize_boxSizeOption_enum])
Description
Set the size of one or more boxes in an organization chart.
Parameters
VerticalSize: numeric The vertical size of organization chart boxes.
HorizontalSize: numeric The horizontal size of organization chart boxes.
boxSizeOption: enumeration (optional) FitToText
LargestInBranch
LargestInChart
LargestInLevel
OrgChartFontAttrsDlg
Syntax
OrgChartFontAttrsDlg()
Description
Display the Text Attributes dialog box for organization charts, which is used to specify the appearance of text.
OrgChartFontDlg
Syntax
OrgChartFontDlg()
Description
Display the Font dialog box for organization charts, which is used to specify a font.
OrgChartImportOutline
Syntax
OrgChartImportOutline()
Description
Import an outline into an organization chart.
OrgChartLayoutDlg
Syntax
OrgChartLayoutDlg()
Description
Display the Layout dialog box for organization charts.
OrgChartOrientationDlg
Syntax
OrgChartOrientationDlg()
Description
Display the Orientation dialog box, which sets orientation for an organization chart.
OrgChartUndelete
Syntax
OrgChartUndelete()
Description
Restore the last deleted object in an organization chart.
OrgChartViewAllBranches
Syntax
OrgChartViewAllBranches()
Description
View all branches in an organization chart.
OrgChartViewSelectedBranch
Syntax
OrgChartViewSelectedBranch()
Description
View the selected branch in an organization chart.
OrgTextEditExit
Syntax
OrgTextEditExit()
Description
Return from the text editor to the organization chart editor.
OutlineNextLevel
Syntax
OutlineNextLevel()
Description
Demote the outline to the next level.
OutlineObject
Syntax
OutlineObject()
Description
Display the selected objects as line drawings.
OutlinePreviousLevel
Syntax
OutlinePreviousLevel()
Description
Promote outline to the previous level.
OutlineRevealCodes
Syntax
OutlineRevealCodes()
Description
Display text codes for the current text chart.
OverrideSlideDlg
Syntax
OverrideSlideDlg()
Description
Display the Override dialog box, which is used to override slide options.