Class
A trap preset.
duplicate, extractLabel, insertLabel, remove
TrapPreset
QuickLinks
Hierarchy
Properties
Property | Type | Access | Description |
---|---|---|---|
blackColorThreshold | number | r/w | The black color threshold in percentage between 0% and 100% |
blackDensity | number | r/w | The black tint percentage below which to print as solid areas. (Range: 0.001 to 12.0) |
blackWidth | number | r/w | The trap preset's width to use for black objects or image areas. (Range depends on unit. For points: 0.0 to 8.0; picas: 0p0 to 0p8; inches: 0 to 0.1111; mm: 0 to 2.822; cm: 0 to .2822; ciceros: 0c0 to 0c7.507) |
colorReduction | number | r/w | Trap preset's color reduction threshold in percentage between 0% and 100% |
defaultTrapWidth | number | r/w | The trap preset's default width for trapping all colors except those involving solid black. (Range depends on unit. For points: 0.0 to 8.0; picas: 0p0 to 0p8; inches: 0 to 0.1111; mm: 0 to 2.822; cm: 0 to .2822; ciceros: 0c0 to 0c7.507) |
id | number | readonly | The unique ID of the TrapPreset. |
imagePlacement | TrapImagePlacementTypes: TrapImagePlacementTypes.CENTER_EDGES TrapImagePlacementTypes.CHOKE TrapImagePlacementTypes.IMAGE_NEUTRAL_DENSITY TrapImagePlacementTypes.IMAGES_OVER_SPREAD |
r/w | The trap placement between vector objects and bitmap images. |
imagesToImages | bool | r/w | If true, turns on trapping along the boundary of overlapping or abutting bitmap images. |
index | number | readonly | The index of the TrapPreset within its containing object. |
internalImages | bool | r/w | If true, turns on trapping among colors within individual bitmap images. |
label | string | r/w | A property that can be set to any string. |
name | string | r/w | The name of the TrapPreset. |
objectsToImages | bool | r/w | If true, ensures that vector objects overlap bitmap images. |
oneBitImages | bool | r/w | If true, ensures that one-bit images trap to abutting objects. |
parent | Application Document |
readonly | The parent of the TrapPreset (a Application or Document). |
properties | Object | r/w | A property that allows setting of several properties at the same time. |
slidingTrapThreshold | number | r/w | The threshold at which the trapping engine straddles the centerline of the color boundary. Trap preset's sliding trap threshold in percentage between 0% and 100% |
stepThreshold | number | r/w | The step threshold in percentage between 1% and 100% |
trapEnd | TrapEndTypes: TrapEndTypes.MITER_TRAP_ENDS TrapEndTypes.OVERLAP_TRAP_ENDS |
r/w | The shape to use at the intersection of three-way traps. |
trapJoin | EndJoin: EndJoin.MITER_END_JOIN EndJoin.ROUND_END_JOIN EndJoin.BEVEL_END_JOIN |
r/w | The join type of the trap preset. |
Methods
Instances
TrapPreset duplicate ()
Duplicates the TrapPreset.
string extractLabel (key:
string)
Gets the label value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
void insertLabel (key:
string, value:
string)
Sets the label to the value associated with the specified key.
Parameter | Type | Description |
---|---|---|
key | string | The key. |
value | string | The value. |
void remove (replacingWith:
TrapPreset)
Deletes the trap preset.
Parameter | Type | Description |
---|---|---|
replacingWith | TrapPreset | The trap preset to apply in place of the deleted preset. |
Element of
Page.appliedTrapPreset
Used in:
void TrapPreset.remove (replacingWith: TrapPreset)
Return
TrapPreset TrapPreset.duplicate ()
TrapPreset TrapPresets.add ([withProperties: Object])
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |