CorelDRAW 10 VBA Object Model

This file was automatically generated by Tlb2Html utility
Type library name: CorelDRAW
Description: Corel - CorelDRAW 10.0 Library
Version: 10.0
Tlb2Html utility © Copyright 2000 by Alex Vakulenko

Index


Class ActiveView

Properties:

  • Property Application As Application [r/o]
  • Property OriginX As Double [r/w]
  • Property OriginY As Double [r/w]
  • Property Parent As Window [r/o]
  • Property Type As cdrViewType [r/w]
  • Property Zoom As Double [r/w]

Methods:

  • Sub SetActualSize()
  • Sub SetViewPoint(ByVal X As Double, ByVal Y As Double, [ByVal Zoom As Double = 0])
  • Sub ToFitAllObjects()
  • Sub ToFitArea(ByVal Left As Double, ByVal Top As Double, ByVal Right As Double, ByVal Bottom As Double)
  • Sub ToFitPage()
  • Sub ToFitPageHeight()
  • Sub ToFitPageWidth()
  • Sub ToFitSelection()
  • Sub ToFitShape(ByVal Shape As Shape)
  • Sub ToFitShapeRange(ByVal ShapeRange As ShapeRange)

Class AddinHook

Properties:

Events:

  • Event Execute()
  • Event New(ByVal NewDocument As Document)
  • Event ShapeCreated(ByVal NewShape As Shape)
  • Event WhileDrawing(ByVal TheShape As Shape, ByRef X As Long, ByRef Y As Long)

Class AddIns

Properties:

  • Property Application As Application [r/o]
  • Property Collection As Object [r/o]
  • Property Parent As Application [r/o]

Methods:


Class Application

Properties:

  • Property ActiveDocument As Document [r/o]
  • Property ActiveLayer As Layer [r/o]
  • Property ActivePage As Page [r/o]
  • Property ActivePalette As Palette [r/o]
  • Property ActiveSelection As Shape [r/o]
  • Property ActiveSelectionRange As ShapeRange [r/o]
  • Property ActiveShape As Shape [r/o]
  • Property ActiveTool As cdrTools [r/w]
  • Property ActiveWindow As Window [r/o]
  • Property ActiveWorkspace As Workspace [r/o]
  • Property AddIns As AddIns [r/o]
  • Property Application As Application [r/o]
  • Property AppWindow As AppWindow [r/o]
  • Property ArrowHeads As ArrowHeads [r/o]
  • Property Clipboard As Clipboard [r/o]
  • Property CommandBars As CommandBars [r/o]
  • Property ConfigPath As String [r/o]
  • Property Documents As Documents [r/o]
  • Property EventsEnabled As Boolean [r/w]
  • Property FontList As FontList [r/o]
  • Property GMSManager As GMSManager [r/o]
  • Property MainMenu As CommandBar [r/o]
  • Property Optimization As Boolean [r/w]
  • Property OutlineStyles As OutlineStyles [r/o]
  • Property Palettes As Palettes [r/o]
  • Property PanoseMatching As cdrPanoseMatchingType [r/w]
  • Property Parent As Application [r/o]
  • Property Path As String [r/o]
  • Property PatternCanvases As PatternCanvases [r/o]
  • Property Printers As Printers [r/o]
  • Property PrintJob As PrintJob [r/o]
  • Property RecentFiles As RecentFiles [r/o]
  • Property SetupPath As String [r/o]
  • Property StatusBar As CommandBar [r/o]
  • Property VBE As Object [r/o]
  • Property Version As String [r/o]
  • Property VersionBuild As Long [r/o]
  • Property VersionMajor As Long [r/o]
  • Property VersionMinor As Long [r/o]
  • Property Visible As Boolean [r/w]
  • Property Windows As Windows [r/o]
  • Property Workspaces As Workspaces [r/o]

Methods:

  • Function cdrMixedDouble() As Double
  • Function cdrMixedLong() As Long
  • Function cdrMixedSingle() As Single
  • Function CorelScript() As Object
  • Function CorelScriptTools() As Object
  • Function CreateBWColor(ByVal White As Boolean) As Color
  • Function CreateCMYColor(ByVal Cyan As Long, ByVal Magenta As Long, ByVal Yellow As Long) As Color
  • Function CreateCMYKColor(ByVal Cyan As Long, ByVal Magenta As Long, ByVal Yellow As Long, ByVal Black As Long) As Color
  • Function CreateColor() As Color
  • Function CreateColorEx([ByVal ColorModel As Long = 0], [ByVal V1 As Long = 0], [ByVal V2 As Long = 0], [ByVal V3 As Long = 0], [ByVal V4 As Long = 0], [ByVal V5 As Long = 0], [ByVal V6 As Long = 0], [ByVal V7 As Long = 0]) As Color
  • Function CreateDocument() As Document
  • Function CreateDocumentFromTemplate(ByVal Template As String, [ByVal IncludeGraphics As Boolean = True]) As Document
  • Function CreateFixedColor(ByVal PaletteID As cdrPaletteID, ByVal PaletteIndex As Long, [ByVal Tint As Long = 100]) As Color
  • Function CreateGrayColor(ByVal GrayValue As Long) As Color
  • Function CreateHLSColor(ByVal Hue As Long, ByVal Lightness As Long, ByVal Saturation As Long) As Color
  • Function CreateHSBColor(ByVal Hue As Long, ByVal Saturation As Long, ByVal Brightness As Long) As Color
  • Function CreateLabColor(ByVal L As Long, ByVal A As Long, ByVal B As Long) As Color
  • Function CreateRegistrationColor() As Color
  • Function CreateRGBColor(ByVal Red As Long, ByVal Green As Long, ByVal Blue As Long) As Color
  • Function CreateShapePoint(ByVal PositionX As Double, ByVal PositionY As Double) As ShapePoint
  • Function CreateYIQColor(ByVal Y As Long, ByVal I As Long, ByVal Q As Long) As Color
  • Sub ImportWorkspace(ByVal FileName As String)
  • Function OpenCorelScriptFile(ByVal FileName As String) As CorelScriptFile
  • Function OpenDocument(ByVal FileName As String) As Document
  • Sub Quit()

Class AppWindow

Properties:

  • Property Active As Boolean [r/o]
  • Property Application As Object [r/o]
  • Property Caption As String [r/w]
  • Property ClientHeight As Long [r/o]
  • Property ClientWidth As Long [r/o]
  • Property Handle As Long [r/o]
  • Property Height As Long [r/w]
  • Property Left As Long [r/w]
  • Property Parent As Object [r/o]
  • Property Top As Long [r/w]
  • Property Width As Long [r/w]
  • Property WindowState As cdrWindowState [r/w]

Methods:

  • Sub Activate()

Class ArrowHead

Properties:

  • Property Index As Long [r/o]

Class ArrowHeads

Properties:

  • Property Application As Application [r/o]
  • Property Count As Long [r/o]
  • Property Item(ByVal Index As Long) As ArrowHead [r/o] [default]
  • Property Parent As Application [r/o]

Methods:

  • Sub Remove(ByVal Index As Long)

Class Bitmap

Properties:

  • Property ExternallyLinked As Boolean [r/o]
  • Property ResolutionX As Long [r/o]
  • Property ResolutionY As Long [r/o]
  • Property SizeHeight As Long [r/o]
  • Property SizeWidth As Long [r/o]

Methods:

  • Sub Inflate(ByVal Width As Long, ByVal Height As Long)
  • Sub ResolveLink()
  • Sub UpdateLink()

Class Clipboard

Properties:

  • Property Application As Object [r/o]
  • Property Empty As Boolean [r/o]
  • Property Parent As Object [r/o]
  • Property Valid As Boolean [r/o]

Methods:

  • Sub Clear()
  • Function DataPresent(ByVal FormatName As String) As Boolean

Class CloneLink

Properties:

  • Property Application As Application [r/o]
  • Property BitmapColorMaskLinked As Boolean [r/w]
  • Property CloneParent As Shape [r/o]
  • Property FillLinked As Boolean [r/w]
  • Property OutlineLinked As Boolean [r/w]
  • Property Parent As Shape [r/o]
  • Property ShapeLinked As Boolean [r/w]
  • Property TransformLinked As Boolean [r/w]

Class Color

Properties:

  • Property Application As Object [r/o]
  • Property BW As Boolean [r/w]
  • Property CMYCyan As Long [r/w]
  • Property CMYKBlack As Long [r/w]
  • Property CMYKCyan As Long [r/w]
  • Property CMYKMagenta As Long [r/w]
  • Property CMYKYellow As Long [r/w]
  • Property CMYMagenta As Long [r/w]
  • Property CMYYellow As Long [r/w]
  • Property Gray As Long [r/w]
  • Property HLSHue As Long [r/w]
  • Property HLSLightness As Long [r/w]
  • Property HLSSaturation As Long [r/w]
  • Property HSBBrightness As Long [r/w]
  • Property HSBHue As Long [r/w]
  • Property HSBSaturation As Long [r/w]
  • Property LabComponentA As Long [r/w]
  • Property LabComponentB As Long [r/w]
  • Property LabLuminance As Long [r/w]
  • Property Name([ByVal Components As Boolean = False]) As String [r/o]
  • Property PaletteID As cdrPaletteID [r/o]
  • Property PaletteIndex As Long [r/w]
  • Property Parent As Object [r/o]
  • Property RGBBlue As Long [r/w]
  • Property RGBGreen As Long [r/w]
  • Property RGBRed As Long [r/w]
  • Property Tint As Long [r/w]
  • Property Type As cdrColorType [r/o]
  • Property YIQChromaI As Long [r/w]
  • Property YIQChromaQ As Long [r/w]
  • Property YIQLuminanceY As Long [r/w]

Methods:

  • Sub BWAssign(ByVal White As Boolean)
  • Sub CMYAssign(ByVal Cyan As Long, ByVal Magenta As Long, ByVal Yellow As Long)
  • Sub CMYKAssign(ByVal Cyan As Long, ByVal Magenta As Long, ByVal Yellow As Long, ByVal Black As Long)
  • Sub ConvertToBW()
  • Sub ConvertToCMY()
  • Sub ConvertToCMYK()
  • Sub ConvertToFixed(ByVal PaletteID As cdrPaletteID)
  • Sub ConvertToGray()
  • Sub ConvertToHLS()
  • Sub ConvertToHSB()
  • Sub ConvertToLab()
  • Sub ConvertToRGB()
  • Sub ConvertToYIQ()
  • Sub CopyAssign(ByVal Color As Color)
  • Sub CorelScriptAssign(ByVal ColorModel As Long, ByVal V1 As Long, [ByVal V2 As Long = 0], [ByVal V3 As Long = 0], [ByVal V4 As Long = 0], [ByVal V5 As Long = 0], [ByVal V6 As Long = 0], [ByVal V7 As Long = 0])
  • Sub CorelScriptGetComponent(ByRef ColorModel As Long, ByRef V1 As Long, [ByRef V2 As Long = 0], [ByRef V3 As Long = 0], [ByRef V4 As Long = 0], [ByRef V5 As Long = 0], [ByRef V6 As Long = 0], [ByRef V7 As Long = 0])
  • Sub FixedAssign(ByVal PaletteID As cdrPaletteID, ByVal PaletteIndex As Long, [ByVal Tint As Long = 100])
  • Sub GrayAssign(ByVal GrayValue As Long)
  • Sub HLSAssign(ByVal Hue As Long, ByVal Lightness As Long, ByVal Saturation As Long)
  • Sub HSBAssign(ByVal Hue As Long, ByVal Saturation As Long, ByVal Brightness As Long)
  • Sub LabAssign(ByVal L As Long, ByVal A As Long, ByVal B As Long)
  • Sub RegistrationAssign()
  • Sub RGBAssign(ByVal Red As Long, ByVal Green As Long, ByVal Blue As Long)
  • Sub UserAssign()
  • Function UserAssignEx() As Boolean
  • Sub YIQAssign(ByVal Y As Long, ByVal I As Long, ByVal Q As Long)

Class Colors

Properties:

  • Property Application As Object [r/o]
  • Property Count As Long [r/o]
  • Property Item(ByVal Index As Long) As Color [r/o] [default]
  • Property Parent As Palette [r/o]

Class CommandBar

Properties:

  • Property BuiltIn As Boolean [r/o]
  • Property Controls As CommandBarControls [r/o]
  • Property Enabled As Boolean [r/w]
  • Property Height As Long [r/o]
  • Property Index As Long [r/o]
  • Property Left As Long [r/w]
  • Property Modes As CommandBarModes [r/o]
  • Property Name As String [r/w] [default]
  • Property NameLocal As String [r/w]
  • Property Position As cuiBarPosition [r/w]
  • Property Protection As cuiBarProtection [r/w]
  • Property Top As Long [r/w]
  • Property Type As cuiBarType [r/o]
  • Property Visible As Boolean [r/w]
  • Property Width As Long [r/o]

Methods:

  • Sub Delete()
  • Sub Reset()
  • Sub SetWidth(ByVal Width As Long)
  • Sub ShowPopup(ByVal X As Variant, ByVal Y As Variant)

Class CommandBarControl

Properties:

  • Property Caption As String [r/w] [default]
  • Property DescriptionText As String [r/w]
  • Property Height As Long [r/w]
  • Property ID As Long [r/o]
  • Property Parameter As Variant [r/w]
  • Property Tag As String [r/w]
  • Property ToolTipText As String [r/w]
  • Property Visible As Boolean [r/w]
  • Property Width As Long [r/w]

Class CommandBarControls

Properties:

  • Property Count As Long [r/o]
  • Property Item(ByVal Index As Long) As CommandBarControl [r/o] [default]

Class CommandBarMode

Properties:

  • Property Controls As CommandBarControls [r/o]
  • Property Name As String [r/o]
  • Property NameLocal As String [r/o]

Class CommandBarModes

Properties:

  • Property Count As Long [r/o]
  • Property Item(ByVal IndexOrName As Variant) As CommandBarMode [r/o]

Class CommandBars

Properties:

  • Property Count As Long [r/o]
  • Property Item(ByVal IndexOrName As Variant) As CommandBar [r/o] [default]

Methods:

  • Function Add([ByVal Name As String = ""], [ByVal Position As cuiBarPosition = cuiBarFloating (4)], [ByVal Temporary As Boolean = False]) As CommandBar

Class Connector

Properties:


Class CorelScript

Methods:

  • Function AddArrowPoint(ByVal X As Long, ByVal Y As Long, ByVal Enabled As Boolean, ByVal Letter As Boolean, ByVal User As Boolean, ByVal Closed As Boolean, ByVal Continuity As Long, ByVal NodeType As Long) As Long
  • Function AddBezierPoint(ByVal X As Long, ByVal Y As Long, ByVal Constrain As Boolean, ByVal Cusp As Boolean) As Long
  • Function AddEnvelopeEffect(ByVal PresetNumber As Long, ByVal MappingMode As Long, ByVal KeepLines As Boolean) As Long
  • Function AddFreehandPoint(ByVal ConvertToDPCoords As Boolean, ByVal X As Long, ByVal Y As Long) As Long
  • Function AddNode(ByVal X As Long, ByVal Y As Long) As Long
  • Function AddObjectDataField(ByVal FieldName As String) As Long
  • Function AddPageFrame() As Long
  • Function AddTabStop(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal TabStop As Long) As Long
  • Function AfterObject(ByVal CorelDRAWID As Long) As Long
  • Function AlignObjects(ByVal HorizontalAlignment As Long, ByVal VerticalAlignment As Long) As Long
  • Function AlignTextToBaseline(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long) As Long
  • Function AlignToCenterOfPage(ByVal HorizontalAlignment As Long, ByVal VerticalAlignment As Long) As Long
  • Function AlignToGrid(ByVal HorizontalAlignment As Long, ByVal VerticalAlignment As Long) As Long
  • Function AppendCurveLine(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long) As Long
  • Function AppendObjectToSelection(ByVal ObjectID As Long) As Boolean
  • Function ApplyBitmapEffect(ByVal EffectID As Long) As Long
  • Function ApplyBlend(ByVal Steps As Boolean, ByVal NoOfStepsSpaces As Long, ByVal AngleOfRotation As Long, ByVal Loop As Boolean, ByVal PathObjectID As Long, ByVal FullPath As Boolean, ByVal RotateAll As Boolean, ByVal ColorWheelMode As Long, ByVal MapNodeStartObject As Long, ByVal MapNodeEndObject As Long, ByVal LinearBlend As Boolean, ByVal LinearSpacing As Boolean, ByVal LinkAccelerations As Boolean, ByVal AccelShapes As Boolean, ByVal BlendLogBase As Long, ByVal SpacingLogBase As Long, ByVal BlendID As Long, ByVal BlendType As Long, ByVal MapNodes As Boolean) As Long
  • Function ApplyContour(ByVal ContourType As Long, ByVal Offset As Long, ByVal Steps As Long, ByVal ColorWheelDirection As Long) As Long
  • Function ApplyDistortion(ByVal New As Boolean, ByVal DistortionType As Long, ByVal Amplitude As Long, ByVal Frequency As Long, ByVal Seed As Long, ByVal Angle As Long, ByVal CenterX As Long, ByVal CenterY As Long, ByVal Flag As Long) As Long
  • Function ApplyDropShadow(ByVal HorizOffset As Long, ByVal VertOffset As Long, ByVal Opacity As Long, ByVal Feather As Long, ByVal FeatherType As Long, ByVal FeatherEdge As Long, ByVal PerspectiveType As Long, ByVal PerspectiveSkewAngle As Long, ByVal PerspectiveStretch As Double, ByVal Fade As Long, ByVal IdenticalValues As Boolean) As Long
  • Function ApplyEnvelopeFrom(ByVal ObjectID As Long, ByVal MappingMode As Long, ByVal KeepLines As Boolean) As Long
  • Function ApplyExtrude(ByVal ExtrudeType As Long, ByVal VPProperties As Long, ByVal CopyObjectID As Long, ByVal Depth As Long, ByVal VPHorizPos As Long, ByVal VPVertPos As Long, ByVal PageOrigin As Boolean, ByVal Light1Pos As Long, ByVal Light1Intensity As Long, ByVal Light2Pos As Long, ByVal Light2Intensity As Long, ByVal Light3Pos As Long, ByVal Light3Intensity As Long, ByVal FillType As Long, ByVal DrapeFill As Boolean) As Long
  • Function ApplyFountainBitmapLens(ByVal Type As Long, ByVal CenterX As Long, ByVal CenterY As Long, ByVal Angle As Long, ByVal Steps As Long, ByVal Padding As Long, ByVal Blend As Long, ByVal Rate As Long, ByVal Starting As Long, ByVal Operation As Long, ByVal Freeze As Boolean) As Long
  • Function ApplyFountainFill(ByVal Type As Long, ByVal CenterX As Long, ByVal CenterY As Long, ByVal Angle As Long, ByVal Steps As Long, ByVal Padding As Long, ByVal Blend As Long, ByVal Rate As Long) As Long
  • Function ApplyFullColorFill(ByVal FileName As String, ByVal TileWidth As Long, ByVal TileHeight As Long, ByVal FirstTileOffsetX As Long, ByVal FirstTileOffsetY As Long, ByVal RowOffset As Boolean, ByVal RowColumnOffset As Long, ByVal SeamlessTiling As Boolean, ByVal ScaleWithObject As Boolean, ByVal VectorBBoxTop As Long, ByVal VectorBBoxBottom As Long, ByVal VectorBBoxLeft As Long, ByVal VectorBBoxRight As Long, ByVal RotationAngle As Long, ByVal SkewAngle As Long) As Long
  • Function ApplyLensEffect(ByVal LensType As Long, ByVal Frozen As Boolean, ByVal RemoveFace As Boolean, ByVal ViewPoint As Boolean, ByVal VPX As Long, ByVal VPY As Long, ByVal Param1 As Long) As Long
  • Function ApplyNoFill() As Long
  • Function ApplyOutline(ByVal Width As Long, ByVal Type As Long, ByVal EndCaps As Long, ByVal JoinType As Long, ByVal Aspect As Long, ByVal Angle As Long, ByVal DotDash As Long, ByVal RightArrow As Long, ByVal LeftArrow As Long, ByVal BehindFill As Boolean, ByVal OutlineType As Long, ByVal Preset As Long, ByVal ScalePen As Boolean) As Long
  • Function ApplyPerspectiveEffect(ByVal Handle As Long, ByVal PosX As Long, ByVal PosY As Long) As Long
  • Function ApplyPostscriptFill(ByVal PSFill As String, ByVal NumParms As Long, ByVal Parm1 As Long, ByVal Parm2 As Long, ByVal Parm3 As Long, ByVal Parm4 As Long, ByVal Parm5 As Long) As Long
  • Function ApplyPreset(ByVal PresetFileName As String, ByVal PresetName As String) As Long
  • Function ApplyPresetEnvelope(ByVal PresetNumber As Long, ByVal MappingMode As Long, ByVal KeepLines As Boolean) As Long
  • Function ApplyRotatedExtrude(ByVal ExtrudeType As Long, ByVal Depth As Long, ByVal XRotation As Long, ByVal YRotation As Long, ByVal ZRotation As Long, ByVal VPHorizPos As Long, ByVal VPVertPos As Long, ByVal PageOrigin As Boolean, ByVal Light1Pos As Long, ByVal Light1Intensity As Long, ByVal Light2Pos As Long, ByVal Light2Intensity As Long, ByVal Light3Pos As Long, ByVal Light3Intensity As Long, ByVal FillType As Long, ByVal DrapeFill As Boolean) As Long
  • Function ApplyStyle(ByVal Style As String) As Long
  • Function ApplyTextureBitmapLens(ByVal TextureLibrary As String, ByVal TextureName As String, ByVal TextureStyle As String, ByVal TextureWidth As Long, ByVal TextureHeight As Long, ByVal TextureOffsetX As Long, ByVal TextureOffsetY As Long, ByVal RowOffset As Boolean, ByVal RowColumnOffset As Long, ByVal ScaleWithObject As Boolean, ByVal RotationAngle As Long, ByVal SkewAngle As Long, ByVal Starting As Long, ByVal Ending As Long, ByVal Operation As Long, ByVal Freeze As Boolean) As Long
  • Function ApplyTextureFill(ByVal TextureLibrary As String, ByVal TextureName As String, ByVal TextureStyle As String, ByVal TextureWidth As Long, ByVal TextureHeight As Long, ByVal TextureOffestX As Long, ByVal TextureOffsetY As Long, ByVal RowOffset As Boolean, ByVal RowColumnOffset As Long, ByVal ScaleWithObject As Boolean, ByVal RotationAngle As Long, ByVal SkewAngle As Long) As Long
  • Function ApplyTwoColorBitmapLens(ByVal FileName As String, ByVal TileWidth As Long, ByVal TileHeight As Long, ByVal FirstTileOffsetX As Long, ByVal FirstTileOffsetY As Long, ByVal RowOffset As Boolean, ByVal RowColumnOffset As Long, ByVal SeamlessTiling As Boolean, ByVal ScaleWithObject As Boolean, ByVal RotationAngle As Long, ByVal SkewAngle As Long, ByVal Starting As Long, ByVal Ending As Long, ByVal Operation As Long, ByVal Freeze As Boolean) As Long
  • Function ApplyTwoColorFill(ByVal FileName As String, ByVal TileWidth As Long, ByVal TileHeight As Long, ByVal FirstTileOffsetX As Long, ByVal FirstTileOffsetY As Long, ByVal RowOffset As Boolean, ByVal RowColumnOffset As Long, ByVal SeamlessTiling As Boolean, ByVal ScaleWithObject As Boolean, ByVal RotationAngle As Long, ByVal SkewAngle As Long) As Long
  • Function ApplyUniformBitmapLens(ByVal Starting As Long, ByVal Operation As Long, ByVal Freeze As Boolean) As Long
  • Function ApplyUniformFillColor() As Long
  • Function BeforeObject(ByVal CorelDRAWID As Long) As Long
  • Function BeginCommandGroup(ByVal UndoString As String) As Long
  • Function BeginDrawArrow(ByVal LeftArrow As Boolean, ByVal LineOffset As Long, ByVal NumOfPoints As Long) As Long
  • Function BeginDrawBezier(ByVal X As Long, ByVal Y As Long, ByVal Cusp As Boolean) As Long
  • Function BeginDrawCurve(ByVal X As Long, ByVal Y As Long) As Long
  • Function BeginDrawFreehand(ByVal ConvertToDPCoords As Boolean, ByVal X As Long, ByVal Y As Long) As Long
  • Function BeginEditObject() As Long
  • Function Benchmark(ByVal Enable As Boolean) As Long
  • Function BreakApart() As Long
  • Function ChangeLayerColor(ByVal LayerName As String, ByVal PageNum As Long) As Long
  • Function ChangeLayerName(ByVal NewLayerName As String) As Long
  • Function ClearAllObjectData() As Long
  • Function ClearEffect(ByVal LeaveTarget As Boolean) As Long
  • Function ClearNodeSelection() As Long
  • Function ClearObjectData(ByVal FieldName As String) As Long
  • Function ClickedDialogButton(ByVal DialogID As Long, ByVal ButtonID As Long) As Long
  • Function CloneObject(ByVal XOffset As Long, ByVal YOffset As Long) As Long
  • Function CloseCurve() As Long
  • Function Combine() As Long
  • Function ConvertBitmapTo(ByVal EffectID As Long) As Long
  • Function ConvertColor(ByVal ToColorModel As Long, ByRef ToV1 As Long, ByRef ToV2 As Long, ByRef ToV3 As Long, ByRef ToV4 As Long, ByRef ToV5 As Long, ByRef ToV6 As Long, ByRef ToDensity As Long) As Long
  • Function ConvertOutlineToObject() As Long
  • Function ConvertToBitmap(ByVal BitDepth As Long, ByVal Grayscale As Boolean, ByVal Dithered As Boolean, ByVal TransparentBG As Boolean, ByVal Resolution As Long, ByVal AntiAliasing As Long, ByVal UseColorProfile As Boolean) As Long
  • Function ConvertToCurves() As Long
  • Function CopyEffectFrom(ByVal Clone As Boolean, ByVal SourceObjectID As Long) As Long
  • Function CopyObjectDataFields(ByVal Index As Long) As Long
  • Function CopyPowerClip(ByVal Index As Long, ByVal XDisp As Long, ByVal YDisp As Long) As Long
  • Function CopyPropertiesFrom(ByVal FromObjectID As Long, ByVal OutlinePen As Boolean, ByVal OutlineColor As Boolean, ByVal Fill As Boolean, ByVal TextAttributes As Boolean) As Long
  • Function CopyToClipboard() As Long
  • Function CopyToLayer(ByVal LayerName As String) As Long
  • Function CreateAngleDimension(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal X4 As Long, ByVal Y4 As Long, ByVal LargeAngle As Boolean, ByVal WitnessExtension As Long, ByVal WitnessGap As Long, ByVal LabelGap As Long) As Long
  • Function CreateArtisticText(ByVal NewText As String, ByVal Left As Long, ByVal Top As Long) As Long
  • Function CreateCallout(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal Text As String) As Long
  • Function CreateConnector(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long, ByVal Placement As Boolean) As Long
  • Function CreateDimension(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long, ByVal X3 As Long, ByVal Y3 As Long, ByVal Style As Long, ByVal WitnessExtension As Long, ByVal WitnessGap As Long, ByVal LabelGap As Long) As Long
  • Function CreateEllipse(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal StartAngle As Long, ByVal EndAngle As Long, ByVal Arc As Boolean) As Long
  • Function CreateGridBoxes(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal Wide As Long, ByVal High As Long) As Long
  • Function CreateGuidelineUsingAngle(ByVal IntersectPointX As Long, ByVal IntersectPointY As Long, ByVal Angle As Long, ByVal Locked As Boolean) As Long
  • Function CreateGuidelineUsingTwoPoints(ByVal Point1X As Long, ByVal Point1Y As Long, ByVal Point2X As Long, ByVal Point2Y As Long, ByVal Locked As Boolean) As Long
  • Function CreateNewStyle(ByVal StyleType As Long, ByVal StyleName As String) As Long
  • Function CreateObjectDataField(ByVal FieldName As String, ByVal Format As String, ByVal Order As Long, ByVal ColumnWidth As Long, ByVal DrawDefault As Boolean, ByVal DocDefault As Boolean, ByVal SummarizeGroup As Boolean) As Long
  • Function CreatePaletteFromDocument(ByVal FileName As String, ByVal Overwrite As Boolean) As Long
  • Function CreatePaletteFromSelection(ByVal FileName As String, ByVal Overwrite As Boolean) As Long
  • Function CreateRectangle(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal CornerRadius As Long, ByVal CornerRadius2 As Long, ByVal CornerRadius3 As Long, ByVal CornerRadius4 As Long) As Long
  • Function CreateSpiral(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal NumRevolutions As Long, ByVal SpiralType As Long, ByVal GrowthRate As Long) As Long
  • Function CreateSymPolygon(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal Sides As Long, ByVal Subpaths As Long, ByVal Complexity As Long, ByVal Star As Boolean, ByVal StarComplexity As Long, ByVal MaxComplexity As Long) As Long
  • Function CreateTextString(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal Text As String) As Long
  • Function CutToClipboard() As Long
  • Function DefineObjectDataField(ByVal FieldName As String, ByVal Format As String, ByVal DrawDefault As Boolean, ByVal DocDefault As Boolean, ByVal SummarizeGroup As Boolean) As Long
  • Function DeleteGuidelineByIndex(ByVal Index As Long) As Long
  • Function DeleteGuidelineUsingAngle(ByVal IntersectX As Long, ByVal IntersectY As Long, ByVal Angle As Long) As Boolean
  • Function DeleteGuidelineUsingTwoPoints(ByVal Point1X As Long, ByVal Point1Y As Long, ByVal Point2X As Long, ByVal Point2Y As Long) As Boolean
  • Function DeleteLayer(ByVal LayerName As String) As Long
  • Function DeleteNode() As Long
  • Function DeleteObject() As Long
  • Function DeleteObjectDataField(ByVal FieldName As String) As Long
  • Function DeletePages(ByVal UnusedParameter As Boolean, ByVal NumberOfPages As Long, ByVal StartPageNumber As Long) As Long
  • Function DeletePaletteColor(ByVal Index As Long) As Long
  • Function DeleteStyle(ByVal Style As String) As Long
  • Function DetachBlendPath() As Long
  • Function DisplayFacingPages(ByVal FacingPages As Boolean, ByVal LeftFirst As Boolean) As Long
  • Function DistributeObjects(ByVal HorizontalDistribution As Long, ByVal VerticalDistribution As Long, ByVal ObjectOrPageExtents As Long) As Long
  • Function DrawCurveClosePath() As Long
  • Function DrawCurveCurveTo(ByVal x1 As Long, ByVal y1 As Long, ByVal x2 As Long, ByVal y2 As Long, ByVal XEnd As Long, ByVal YEnd As Long) As Long
  • Function DrawCurveLineTo(ByVal X As Long, ByVal Y As Long) As Long
  • Function DrawCurveMoveTo(ByVal X As Long, ByVal Y As Long) As Long
  • Function DropSymbol(ByVal SymbolLibrary As String, ByVal SymbolNumber As Long, ByVal Tile As Boolean, ByVal XPosOrGridSize As Long, ByVal YPosOrGridSize As Long, ByVal ProportionalSizing As Boolean, ByVal SymbolSize As Long) As Long
  • Function DuplicateObject(ByVal XOffset As Long, ByVal YOffset As Long) As Long
  • Function EditAngleDimensionLabel(ByVal Dynamic As Boolean, ByVal Precision As Integer, ByVal Units As Integer, ByVal ShowUnits As Boolean, ByVal Prefix As String, ByVal Suffix As String) As Long
  • Function EditDimensionLabel(ByVal Placement As Integer, ByVal Horizontal As Boolean, ByVal Center As Boolean, ByVal Dynamic As Boolean, ByVal Style As Integer, ByVal Precision As Integer, ByVal Units As Integer, ByVal ShowUnits As Boolean, ByVal Prefix As String, ByVal Suffix As String) As Long
  • Function EditLayer(ByVal LayerName As String, ByVal PageNum As Long, ByVal NewName As String, ByVal Visible As Boolean, ByVal Printable As Boolean, ByVal Locked As Boolean, ByVal Master As Boolean, ByVal WireOverride As Boolean, ByVal ChangeColor As Boolean) As Long
  • Function EditObjectCommand(ByVal Cmd As Long, ByVal X As Long, ByVal Y As Long, ByVal key As Long, ByVal AddToSelection As Boolean) As Long
  • Function EndCommandGroup() As Long
  • Function EndDrawArrow() As Long
  • Function EndDrawBezier() As Long
  • Function EndDrawCurve() As Long
  • Function EndDrawFreehand(ByVal StraightTightness As Long, ByVal CurveTightness As Long, ByVal CornerThreshold As Long, ByVal SnapTightness As Long) As Long
  • Function EndEditObject() As Long
  • Function EndOfRecording() As Long
  • Function ExtractContents() As Long
  • Function ExtractText(ByVal DestinationFile As String) As Boolean
  • Function FileClose(ByVal PromptUser As Boolean) As Boolean
  • Function FileExit(ByVal PromptUser As Boolean) As Boolean
  • Function FileExport(ByVal FileName As String, ByVal FilterId As Long, ByVal Width As Long, ByVal Height As Long, ByVal XResolution As Long, ByVal YResolution As Long, ByVal ImageType As Long, ByVal AntiAliasing As Long, ByVal Overwrite As Boolean, ByVal SelectionOnly As Boolean) As Long
  • Function FileImport(ByVal FileName As String, ByVal FilterId As Long, ByVal MaintainLayersAndPages As Boolean) As Long
  • Function FileNew() As Long
  • Function FileOpen(ByVal FileName As String) As Long
  • Function FilePrint() As Long
  • Function FileSave(ByVal FileName As String, ByVal ThumbnailSize As Long, ByVal SaveSelectedOnly As Boolean, ByVal FileVersion As Long, ByVal IncludeCMXData As Boolean) As Long
  • Function FindNextObjectOfStyle() As Boolean
  • Function FindObjectOfStyle(ByVal StyleName As String) As Boolean
  • Function FitTextToPath(ByVal TextOrientation As Long, ByVal VertAlign As Long, ByVal HorizAlign As Long, ByVal CurveSideToFit As Long, ByVal FitOtherSide As Boolean, ByVal HorizOffset As Long, ByVal DistFromPath As Long) As Long
  • Function FuseBlend(ByVal End As Boolean, ByVal PositionX As Long, ByVal PositionY As Long) As Long
  • Function GetBitmapResolution(ByRef XRes As Long, ByRef YRes As Long) As Long
  • Function GetBitmapSize(ByRef Width As Long, ByRef Height As Long) As Long
  • Function GetCDRFileCompRatio(ByVal FileName As String) As Long
  • Function GetCDRFileKeywords(ByVal FileName As String) As String
  • Function GetCDRFileLastSavedBy(ByVal FileName As String) As String
  • Function GetCDRFileNotes(ByVal FileName As String) As String
  • Function GetCDRFileThumbnail(ByVal CDRFileName As String, ByVal BMPFileName As String) As Long
  • Function GetCDRFileVersion(ByVal FileName As String) As Long
  • Function GetColor(ByVal StoreColor As Boolean, ByRef ColorModel As Long, ByRef V1 As Long, ByRef V2 As Long, ByRef V3 As Long, ByRef V4 As Long, ByRef V5 As Long, ByRef V6 As Long, ByRef V7 As Long) As Long
  • Function GetCurrentPageName() As String
  • Function GetCurrentPageOrientation() As Long
  • Function GetCurrentPageSize(ByRef Width As Long, ByRef Height As Long) As Long
  • Function GetCurrentPaletteName() As String
  • Function GetCurrentWorkspaceName() As String
  • Function GetCurveClose() As Long
  • Function GetCurveFirstNodePosition(ByRef X As Long, ByRef Y As Long) As Long
  • Function GetCurveIthNodePosition(ByVal Index As Long, ByRef X As Long, ByRef Y As Long) As Long
  • Function GetCurveLastNodePosition(ByRef X As Long, ByRef Y As Long) As Long
  • Function GetCurveLength() As Long
  • Function GetCurveNodeCount() As Long
  • Function GetCurveSubpathCount() As Long
  • Function GetDocumentCount() As Long
  • Function GetDocumentName() As String
  • Function GetEllipseClockwise() As Boolean
  • Function GetEllipseEndAngle() As Double
  • Function GetEllipseStartAngle() As Double
  • Function GetEllipseType() As Long
  • Function GetFillType() As Long
  • Function GetFountainFill(ByRef Type As Long, ByRef CenterX As Long, ByRef CenterY As Long, ByRef Angle As Long, ByRef Steps As Long, ByRef Padding As Long, ByRef Blend As Long, ByRef Rate As Long, ByRef NumColors As Long) As Long
  • Function GetFountainFillColor(ByVal Index As Long, ByRef Position As Long, ByRef ColorModel As Long, ByRef V1 As Long, ByRef V2 As Long, ByRef V3 As Long, ByRef V4 As Long, ByRef V5 As Long, ByRef V6 As Long, ByRef Density As Long) As Long
  • Function GetGuidelineInformation(ByVal Index As Long, ByRef Point1X As Long, ByRef Point1Y As Long, ByRef Point2X As Long, ByRef Point2Y As Long, ByRef InterceptX As Long, ByRef InterceptY As Long, ByRef Angle As Long, ByRef Locked As Boolean) As Long
  • Function GetNodeIndex(ByVal Position As Long) As Long
  • Function GetNodePosition(ByRef X As Long, ByRef Y As Long, ByVal Position As Long) As Long
  • Function GetNodeSelectedCount() As Long
  • Function GetNodeType() As Long
  • Function GetNumberOfGuidelines() As Long
  • Function GetObjectCount(ByVal Selection As Boolean, ByVal Grouped As Boolean) As Long
  • Function GetObjectData(ByVal FieldName As String) As String
  • Function GetObjectID(ByVal Index As Long, ByVal Selection As Boolean, ByVal Grouped As Boolean) As Long
  • Function GetObjectsCDRStaticID() As Long
  • Function GetObjectType() As Long
  • Function GetOutline(ByRef Width As Long, ByRef Type As Long, ByRef EndCaps As Long, ByRef JoinType As Long, ByRef Aspect As Long, ByRef Angle As Long, ByRef DotDash As Long, ByRef RightArrow As Long, ByRef LeftArrow As Long, ByRef BehindFill As Boolean, ByRef ScalePen As Boolean) As Long
  • Function GetOutlineColor(ByRef ColorModel As Long, ByRef V1 As Long, ByRef V2 As Long, ByRef V3 As Long, ByRef V4 As Long, ByRef V5 As Long, ByRef V6 As Long, ByRef Density As Long) As Long
  • Function GetPageCount() As Long
  • Function GetPageSize(ByRef Width As Long, ByRef Height As Long) As Long
  • Function GetPaletteColor(ByVal Index As Long, ByRef ColorModel As Long, ByRef V1 As Long, ByRef V2 As Long, ByRef V3 As Long, ByRef V4 As Long, ByRef V5 As Long, ByRef V6 As Long, ByRef V7 As Long) As Long
  • Function GetPaletteColorCount() As Long
  • Function GetPaletteColorName(ByVal Index As Long) As String
  • Function GetPolygonSharpness() As Long
  • Function GetPolygonSides() As Long
  • Function GetPolygonType() As Long
  • Function GetPosition(ByRef XPos As Long, ByRef YPos As Long) As Long
  • Function GetRectangleRadius(ByRef Radius1 As Double, ByRef Radius2 As Double, ByRef Radius3 As Double, ByRef Radius4 As Double) As Long
  • Function GetSegmentLength() As Long
  • Function GetSegmentType() As Long
  • Function GetSize(ByRef XSize As Long, ByRef YSize As Long) As Long
  • Function GetTextFontName() As String
  • Function GetTextFontSize() As Long
  • Function GetTextString() As String
  • Function GetTextWordCount() As Long
  • Function GetUniformFillColor(ByRef ColorModel As Long, ByRef V1 As Long, ByRef V2 As Long, ByRef V3 As Long, ByRef V4 As Long, ByRef V5 As Long, ByRef V6 As Long, ByRef Density As Long) As Long
  • Function GetUserClick(ByRef XCoord As Long, ByRef YCoord As Long, ByVal TimeOut As Long, ByVal IgnoreSnap As Boolean) As Long
  • Function GetUserDataField(ByVal FieldName As String) As String
  • Function GetWorkspaceCount() As Long
  • Function GetWorkspaceDescription(ByVal Name As String) As String
  • Function GetWorkspaceName(ByVal Index As Long) As String
  • Function Group() As Long
  • Function InflateBitmap(ByVal Width As Long, ByVal Height As Long, ByVal InflationType As Long) As Long
  • Function InitBezierTool() As Long
  • Function InsertOLEObject(ByVal ProgID As String) As Long
  • Function InsertOLEObjectFromFile(ByVal FileName As String, ByVal CreateLink As Boolean) As Long
  • Function InsertPages(ByVal BeforePage As Boolean, ByVal NumberOfPages As Long, ByVal StartPageNumber As Long) As Long
  • Function InsertPaletteColor(ByVal Index As Long, ByVal Name As String, ByVal ColorModel As Long, ByVal V1 As Long, ByVal V2 As Long, ByVal V3 As Long, ByVal V4 As Long, ByVal V5 As Long, ByVal V6 As Long, ByVal V7 As Long) As Long
  • Function Intersection(ByVal LeaveTarget As Boolean, ByVal LeaveModifiers As Boolean) As Long
  • Function IsBitmapExternallyLinked() As Boolean
  • Function IsDefaultWorkspace(ByVal Name As String) As Long
  • Function IsDocument() As Boolean
  • Function IsSelection() As Boolean
  • Function LoadPalette(ByVal FileName As String) As Long
  • Function LoadStyles(ByVal StyleSheet As String) As Long
  • Function LockGuidelineByIndex(ByVal Index As Long) As Long
  • Function MenuCommand(ByVal MenuID As Long) As Long
  • Function MergeBackText(ByVal SourceFile As String) As Boolean
  • Function MoveBezierControl(ByVal X As Long, ByVal Y As Long, ByVal Constrain As Boolean) As Long
  • Function MoveCenter(ByVal AnchorID As Long, ByVal XOffset As Long, ByVal YOffset As Long) As Long
  • Function MoveGuidelineUsingAngleByIndex(ByVal Index As Long, ByVal InterceptX As Long, ByVal InterceptY As Long, ByVal Angle As Long, ByVal Locked As Boolean) As Long
  • Function MoveGuidelineUsingTwoPointsByIndex(ByVal Index As Long, ByVal Point1X As Long, ByVal Point1Y As Long, ByVal Point2X As Long, ByVal Point2Y As Long, ByVal Locked As Boolean) As Long
  • Function MoveLayerTo(ByVal DestLayer As String, ByVal BeforeDest As Boolean) As Long
  • Function MoveNode(ByVal DeltaX As Long, ByVal DeltaY As Long) As Long
  • Function MoveObject(ByVal XDelta As Long, ByVal YDelta As Long) As Long
  • Function MoveToLayer(ByVal LayerName As String) As Long
  • Function NewLayer(ByVal LayerName As String) As Long
  • Function OLEObjectDoVerb(ByVal Verb As Long) As Long
  • Function OrderBackOne() As Long
  • Function OrderForwardOne() As Long
  • Function OrderObjectDataFields(ByVal FieldToMove As Long, ByVal NewPosition As Long) As Long
  • Function OrderReverseOrder() As Long
  • Function OrderToBack() As Long
  • Function OrderToFront() As Long
  • Function OverprintFill() As Long
  • Function OverprintOutline() As Long
  • Function PasteCustomClipboardFormat(ByVal Format As String) As Long
  • Function PasteFromClipboard() As Boolean
  • Function PasteObjectData(ByVal Index As Long, ByVal FieldName As String) As Long
  • Function PasteSystemClipboardFormat(ByVal Format As Long) As Long
  • Function PlaceInside(ByVal Index As Long, ByVal XDisp As Long, ByVal YDisp As Long, ByVal ForceCenter As Boolean, ByVal Center As Boolean) As Long
  • Function RecorderApplyPerspective(ByVal Type As Long, ByVal Flags As Long, ByVal Box0X As Long, ByVal Box0Y As Long, ByVal Box1X As Long, ByVal Box1Y As Long, ByVal Box2X As Long, ByVal Box2Y As Long, ByVal Box3X As Long, ByVal Box3Y As Long, ByVal VPHorizRef As Long, ByVal VPHorizX As Long, ByVal VPHorizY As Long, ByVal VPVertRef As Long, ByVal VPVertX As Long, ByVal VPVertY As Long) As Long
  • Function RecorderBeginEditParaText() As Long
  • Function RecorderBeginEditText() As Long
  • Function RecorderEditParaReplaceText(ByVal String As String) As Long
  • Function RecorderEditParaTextChangeCase(ByVal CaseID As Long) As Long
  • Function RecorderEditParaTextCharAttributes(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal FontName As String, ByVal FontStyle As Long, ByVal PointSize As Long, ByVal Underline As Long, ByVal Overline As Long, ByVal StrikeOut As Long, ByVal Placement As Long) As Long
  • Function RecorderEditParaTextIndents(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal FirstLine As Long, ByVal RestOfLines As Long, ByVal RightMargin As Long) As Long
  • Function RecorderEditParaTextSpacing(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal CharacterSpacing As Long, ByVal WordSpacing As Long, ByVal LineSpacing As Long, ByVal BeforeParagraph As Long, ByVal AfterParagraph As Long, ByVal Alignment As Long, ByVal AutoHyphenation As Boolean, ByVal HyphenHotZone As Long, ByVal Direction As Long) As Long
  • Function RecorderEditReplaceText(ByVal String As String) As Long
  • Function RecorderEditTextChangeCase(ByVal CaseID As Long) As Long
  • Function RecorderEditTextCharAttributes(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal FontName As String, ByVal FontStyle As Long, ByVal PointSize As Long, ByVal Underline As Long, ByVal Overline As Long, ByVal StrikeOut As Long, ByVal Placement As Long, ByVal Effect As Long, ByVal CharacterSpacing As Long, ByVal WordSpacing As Long, ByVal LineSpacing As Long, ByVal Alignment As Long, ByVal Direction As Long) As Long
  • Function RecorderEndEditParaText() As Long
  • Function RecorderEndEditText() As Long
  • Function RecorderObjectScaleInfo(ByVal ScaledSizeX As Long, ByVal ScaledSizeY As Long, ByVal DisplacementX As Long, ByVal DisplacementY As Long) As Long
  • Function RecorderSelectObjectByIndex(ByVal ClearFirst As Boolean, ByVal Index As Long) As Long
  • Function RecorderSelectObjectsByIndex(ByVal ClearFirst As Boolean, ByVal Index1 As Long, ByVal Index2 As Long, ByVal Index3 As Long, ByVal Index4 As Long, ByVal Index5 As Long) As Long
  • Function RecorderSelectPreselectedObjects(ByVal ClearFirst As Boolean) As Long
  • Function RecorderStorePreselectedObjects(ByVal ConvertPreset As Boolean) As Long
  • Function Redo() As Long
  • Function RedrawAllScreens() As Long
  • Function RedrawScreen() As Long
  • Function RegisterObject(ByVal ObjectID As String) As Boolean
  • Function RemoveAllGuidelines() As Long
  • Function RemoveFountainFillColor(ByVal Position As Long) As Long
  • Function RenameObjectDataField(ByVal OldFieldName As String, ByVal NewFieldName As String) As Long
  • Function RenameStyle(ByVal OldName As String, ByVal NewName As String) As Long
  • Function Repeat() As Long
  • Function RepeatLastCommand() As Long
  • Function ReplacePaletteColor(ByVal Index As Long, ByVal Name As String, ByVal ColorModel As Long, ByVal V1 As Long, ByVal V2 As Long, ByVal V3 As Long, ByVal V4 As Long, ByVal V5 As Long, ByVal V6 As Long, ByVal V7 As Long) As Long
  • Function ResetTransfo() As Long
  • Function ResolveAllBitmapsLink() As Long
  • Function ResolveBitmapLink() As Long
  • Function ResumePainting() As Long
  • Function RevertToStyle() As Long
  • Function RotateObject(ByVal Angle As Long, ByVal UseObjectsCenter As Boolean, ByVal XCenter As Long, ByVal YCenter As Long) As Long
  • Function SavePalette(ByVal FileName As String, ByVal Overwrite As Boolean) As Long
  • Function SaveStyleAs(ByVal Style As String, ByVal Fill As Boolean, ByVal Outline As Boolean, ByVal TypeFace As Boolean, ByVal TypeStyle As Boolean, ByVal Size As Boolean, ByVal Justify As Boolean, ByVal Tabs As Boolean, ByVal Hyphenation As Boolean, ByVal SpaceChar As Boolean, ByVal SpaceWord As Boolean, ByVal SpaceLine As Boolean, ByVal BeforePara As Boolean, ByVal AfterPara As Boolean, ByVal Underline As Boolean, ByVal Overline As Boolean, ByVal StrikeOut As Boolean, ByVal BulletIndent As Boolean, ByVal FirstLineIndent As Boolean, ByVal RestOfLinesIndent As Boolean, ByVal RightMargin As Boolean, ByVal SuperOrSubScript As Boolean, ByVal Capitalize As Boolean, ByVal Bullet As Boolean) As Long
  • Function SaveStyleProp(ByVal StyleName As String, ByVal UseFill As Boolean, ByVal UseOutline As Boolean, ByVal UseFont As Long, ByVal UseAlignment As Long, ByVal UseSpacing As Long, ByVal UseLines As Long, ByVal UseIndentsAndMargins As Long, ByVal UseTextEffects As Long) As Long
  • Function SaveTemplate(ByVal StyleSheet As String) As Long
  • Function SelectAllObjects() As Long
  • Function SelectLayer(ByVal LayerName As String) As Long
  • Function SelectNextNode() As Long
  • Function SelectNextObject(ByVal SelectInsideGroup As Boolean) As Boolean
  • Function SelectNode(ByVal Index As Long, ByVal AddToSelection As Boolean) As Long
  • Function SelectNodeAt(ByVal X As Long, ByVal Y As Long, ByVal AddToSelection As Boolean) As Long
  • Function SelectObjectAtPoint(ByVal XPos As Long, ByVal YPos As Long, ByVal SelectInsideGroup As Boolean) As Boolean
  • Function SelectObjectOfCDRStaticID(ByVal CorelDRAWID As Long) As Boolean
  • Function SelectObjectOfType(ByVal Type As Long) As Long
  • Function SelectObjectsInRect(ByVal Top As Long, ByVal Left As Long, ByVal Bottom As Long, ByVal Right As Long, ByVal IncludeIntersecting As Boolean) As Boolean
  • Function SelectPreviousObject(ByVal SelectInsideGroup As Boolean) As Boolean
  • Function Separate() As Long
  • Function SetApplyToDuplicate(ByVal ApplyToDuplicate As Boolean) As Long
  • Function SetArtisticText(ByVal String As String) As Long
  • Function SetBullet(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal SymbolLibrary As String, ByVal SymbolNumber As Long, ByVal PointSize As Long, ByVal BulletIndent As Long, ByVal VerticalShift As Long) As Long
  • Function SetCharacterAttributes(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal FontName As String, ByVal FontStyle As Long, ByVal PointSize As Long, ByVal Underline As Long, ByVal Overline As Long, ByVal StrikeOut As Long, ByVal Placement As Long, ByVal CharacterSpacing As Long, ByVal WordSpacing As Long, ByVal LineSpacing As Long, ByVal Alignment As Long) As Long
  • Function SetColorOverride(ByVal Override As Boolean) As Long
  • Function SetCornerRoundness(ByVal Roundness As Long, ByVal Roundness2 As Long, ByVal Roundness3 As Long, ByVal Roundness4 As Long) As Long
  • Function SetCurrentDocument() As Boolean
  • Function SetCurrentPage(ByVal CurrentPage As Long) As Long
  • Function SetCurrentPageName(ByVal Name As String) As Long
  • Function SetCurrentPageOrientation(ByVal Orient As Long) As Long
  • Function SetCurrentPageSize(ByVal Width As Long, ByVal Height As Long) As Long
  • Function SetCurrentWorkspace(ByVal Name As String) As Long
  • Function SetDocVisible(ByVal Show As Boolean) As Long
  • Function SetEllipseProperties(ByVal Arc As Boolean, ByVal StartAngle As Long, ByVal EndAngle As Long) As Long
  • Function SetErrorHandling(ByVal Msg As Boolean) As Boolean
  • Function SetFrameColumn(ByVal ColumnNumber As Long, ByVal Width As Long, ByVal GutterWidth As Long) As Long
  • Function SetFullScreenPreview(ByVal FullScreen As Boolean) As Long
  • Function SetIndents(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal FirstLine As Long, ByVal RestOfLines As Long, ByVal RightMargin As Long) As Long
  • Function SetLayerLocked(ByVal Locked As Boolean, ByVal LayerName As String, ByVal PageNum As Long) As Long
  • Function SetLayerPrintable(ByVal Printable As Boolean, ByVal LayerName As String, ByVal PageNum As Long) As Long
  • Function SetLayerVisible(ByVal Visible As Boolean, ByVal LayerName As String, ByVal PageNum As Long) As Long
  • Function SetMultiLayer(ByVal MultiLayer As Boolean) As Long
  • Function SetNodeType(ByVal Type As Long) As Long
  • Function SetObjectData(ByVal FieldName As String, ByVal FieldValue As String) As Long
  • Function SetOptionsForAllPages(ByVal AllPages As Boolean) As Long
  • Function SetOutlineArrow(ByVal ArrowType As Long) As Long
  • Function SetOutlineColor() As Long
  • Function SetOutlineMiscProperties(ByVal Type As Long, ByVal Style As Long, ByVal Corners As Long, ByVal LineCaps As Long, ByVal Aspect As Long, ByVal Angle As Long, ByVal BehindFill As Boolean, ByVal ScalePen As Boolean) As Long
  • Function SetOutlineWidth(ByVal Width As Long) As Long
  • Function SetPageLayout(ByVal LayoutType As Long) As Long
  • Function SetPageOrientation(ByVal Orient As Long) As Long
  • Function SetPageSize(ByVal Width As Long, ByVal Height As Long) As Long
  • Function SetPageSizeFromPrinter() As Long
  • Function SetPaperColor() As Long
  • Function SetParagraphSpacing(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal CharacterSpacing As Long, ByVal WordSpacing As Long, ByVal LineSpacing As Long, ByVal BeforeParagraph As Long, ByVal AfterParagraph As Long, ByVal Alignment As Long, ByVal AutoHyphenation As Boolean, ByVal HyphenHotZone As Long) As Long
  • Function SetPolygonProperties(ByVal Star As Boolean, ByVal Points As Long, ByVal Sharpness As Long) As Long
  • Function SetPosition(ByVal XPos As Long, ByVal YPos As Long) As Long
  • Function SetReferencePoint(ByVal ReferencePoint As Long) As Long
  • Function SetSegmentType(ByVal Type As Long) As Long
  • Function SetSize(ByVal XSize As Long, ByVal YSize As Long) As Long
  • Function SetTextString(ByVal FirstSelectedChar As Long, ByVal LastSelectedChar As Long, ByVal Text As String) As Long
  • Function SetToMasterLayer(ByVal Master As Boolean, ByVal LayerName As String) As Long
  • Function SetUserDataField(ByVal FieldName As String, ByVal FieldValue As String) As Long
  • Function SetVisible(ByVal Visible As Boolean) As Long
  • Function ShareExtrudeVP(ByVal ExtrudeIndex As Long, ByVal VPToShareIndex As Long, ByVal SharedVP As Boolean) As Long
  • Function ShowPageBorder(ByVal ShowBorder As Boolean) As Long
  • Function SkewObject<