Class
Basic object blending settings. Base Class: BlendingSetting
getElements, toSource, toSpecifier
FindChangeBlendingSetting
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
blendMode | BlendModeNothingEnum | r/w | The blending mode for controlling how the base color interacts with the color of the FindChangeBlendingSetting. Can return: BlendMode enumerator or NothingEnum enumerator. |
isValid | bool | readonly | Returns true if the object specifier resolves to valid objects. |
isolateBlending | Boolean NothingEnum |
r/w | If true, blending is applied only to the group. If false, blending includes all objects beneath the group. Can return: Boolean or NothingEnum enumerator. |
knockoutGroup | Boolean NothingEnum |
r/w | If true, the FindChangeBlendingSetting is a knockout group. Can return: Boolean or NothingEnum enumerator. |
opacity | NothingEnum Real (0 - 100) |
r/w | The fill opacity of the FindChangeBlendingSetting (as a percentage). (Range: 0 to 100). Can return: Real (0 - 100) or NothingEnum enumerator. |
parent | FindChangeContentTransparencySetting FindChangeFillTransparencySetting FindChangeStrokeTransparencySetting FindChangeTransparencySetting |
readonly | The parent of the FindChangeBlendingSetting (a FindChangeTransparencySetting, FindChangeStrokeTransparencySetting, FindChangeFillTransparencySetting or FindChangeContentTransparencySetting). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
Methods
Instances
Array of FindChangeBlendingSetting getElements ()
Resolves the object specifier, creating an array of object references.
string toSource ()
Generates a string which, if executed, will return the FindChangeBlendingSetting.
string toSpecifier ()
Retrieves the object specifier.
Element of
FindChangeContentTransparencySetting.blendingSettings
FindChangeFillTransparencySetting.blendingSettings
FindChangeStrokeTransparencySetting.blendingSettings
FindChangeTransparencySetting.blendingSettings
Return
Array of FindChangeBlendingSetting FindChangeBlendingSetting.getElements ()
Jongware, 20-Jun-2010 v3.0.3d | Contents :: Index |