 
|
Differences
between CorelDRAW 8 and 9 script commands
Legend:
Parameter
- Added parameter
Parameter - Removed parameter
Changed Commands:
- Function ApplyDropShadow(HorizOffset
AS Long, VertOffset AS Long, Opacity AS Long, Feather
AS Long, FeatherType AS Long, FeatherEdge AS Long, PerspectiveType AS Long, PerspectiveSkewAngle
AS Long, PerspectiveStretch AS Double, Fade AS Long, IdenticalValues
AS Boolean) AS Long
- Function ConvertToBitmap(BitDepth
AS Long, Grayscale AS Boolean, Dithered AS Boolean, TransparentBG
AS Boolean, Resolution AS Long, Anti
aAliasing AS Long, UseColorProfile
AS Boolean) AS Long
- Function FileExport(FileName
AS String, FilterId AS Long, Width AS Long, Height
AS Long, XResolution AS Long, YResolution AS Long, ImageType
AS Long, Anti
aAliasing
AS Long, Overwrite AS Boolean, SelectionOnly AS Boolean)
AS Long
- Function FileSave(FileName
AS String, Thumb
NnailSize AS Long, SaveSelectedOnly
AS Boolean, FileVersion AS Long, IncludeCMXData AS
Boolean) AS Long
- Function GetCurrentPageOrientation(
Orient AS Long) AS Long
- Function IsBitmapExternallyLinked() AS
LongBoolean
- Function RecorderEditParaTextSpacing(FirstSelectedChar
AS Long, LastSelectedChar AS Long, CharacterSpacing AS
Long, WordSpacing AS Long, LineSpacing AS Long, BeforeParagraph
AS Long, AfterParagraph AS Long, Alignment AS Long, AutoHyphenation
AS Boolean, HyphenHotZone AS Long, Direction
AS Long) AS Long
- Function RecorderEditTextCharAttributes(FirstSelectedChar
AS Long, LastSelectedChar AS Long, FontName AS String, FontStyle
AS Long, PointSize AS Long, Underline AS Long, Overline
AS Long, StrikeOut AS Long, Placement AS Long, Effect
AS Long, CharacterSpacing AS Long, WordSpacing AS Long, LineSpacing
AS Long, Alignment AS Long, Direction
AS Long) AS Long
New Commands:
- Function CreatePaletteFromDocument(FileName
AS String, Overwrite AS Boolean) AS Long
- Function CreatePaletteFromSelection(FileName
AS String, Overwrite AS Boolean) AS Long
- Function DeletePaletteColor(Index
AS Long) AS Long
- Function GetCurrentPaletteName()
AS String
- Function GetPaletteColor(Index
AS Long, ColorModel AS Long, V1 AS Long, V2
AS Long, V3 AS Long, V4 AS Long, V5 AS
Long, V6 AS Long, V7 AS Long) AS Long
- Function GetPaletteColorCount()
AS Long
- Function GetPaletteColorName(Index
AS Long) AS String
- Function InsertPaletteColor(Index
AS Long, Name AS String, ColorModel AS Long, V1
AS Long, V2 AS Long, V3 AS Long, V4 AS
Long, V5 AS Long, V6 AS Long, V7 AS
Long) AS Long
- Function LoadPalette(FileName
AS String) AS Long
- Function ReplacePaletteColor(Index
AS Long, Name AS String, ColorModel AS Long, V1
AS Long, V2 AS Long, V3 AS Long, V4 AS
Long, V5 AS Long, V6 AS Long, V7 AS
Long) AS Long
- Function SavePalette(FileName
AS String, Overwrite AS Boolean) AS Long
|