Translation:Trap Presets
From IDMLWiki
10.8.9 トラッププリセット
トラッププリセットは、ドキュメントのページまたはページ範囲に適用するトラップ設定の組み合わせです。トラッププリセットはドキュメント全体、ページ範囲またはページ単位で適用することができます。トラッププリセットが適用されていないと、InDesignはトラッププリセット[デフォルト]を使用します。
IDMLパッケージでのトラッププリセットは、<TrapPreset>エレメントにあります。
スキーマの例128 TrapPreset
TrapPreset_Object = element TrapPreset{
attribute Self { xsd:string },
attribute Name { xsd:string },
attribute DefaultTrapWidth{ xsd:double {minInclusive="0" maxInclusive="8"} }?,
attribute BlackWidth{ xsd:double {minInclusive="0" maxInclusive="8"} }?,
attribute TrapJoin{ EndJoin_EnumValue }?,
attribute TrapEnd{ TrapEndTypes_EnumValue }?,
attribute ObjectsToImages{ xsd:boolean }?,
attribute ImagesToImages{ xsd:boolean }?,
attribute InternalImages{ xsd:boolean }?,
attribute OneBitImages{ xsd:boolean }?,
attribute ImagePlacement{ TrapImagePlacementTypes_EnumValue }?,
attribute StepThreshold{ xsd:double {minInclusive="1" maxInclusive="100"} }?,
attribute BlackColorThreshold{ xsd:double {minInclusive="0" maxInclusive="100"} }?,
attribute BlackDensity{ xsd:double {minInclusive="0" maxInclusive="10"} }?,
attribute SlidingTrapThreshold{ xsd:double {minInclusive="0" maxInclusive="100"} }?,
attribute ColorReduction{ xsd:double {minInclusive="0" maxInclusive="100"} }?,
element Properties {element Label { element KeyValuePair{ KeyValuePair_TypeDef }*
}?
}?}
IDMLの例84 TrapPreset
<TrapPreset Self="TrapPreset\ ExampleTrapPreset" Name="ExampleTrapPreset" DefaultTrapWidth=" 0.25" BlackWidth=" 0.5" TrapJoin=" MiterEndJoin" TrapEnd=" MiterTrapEnds" ObjectsToImages=" true" ImagesToImages=" true" InternalImages=" false" OneBitImages=" true" ImagePlacement=" CenterEdges" StepThreshold=" 10" BlackColorThreshold=" 100" BlackDensity=" 1.6" SlidingTrapThreshold=" 70" ColorReduction=" 100"/>
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| BlackColorThreshold | double | トラップのしきい値/ブラックカラーリミット(0-100%) | |
| BlackDensity | double | トラップのしきい値/ブラック濃度リミット(0.001-10) | |
| BlackWidth | double | トラップの幅/対ブラック(0.0-8.0) | |
| ColorReduction | double | トラップのしきい値/トラップ減色(0-100%)Note:値を0%にすると、トラップのND値は暗いカラーのND値と同じになる | |
| DefaultTrapWidth | double | トラップの幅/デフォルト(0.0-8.0) | |
| ImagePlacement | TrapImagePlacementTypes_EnumValue | 画像/トラップ配置。CenterEdges、Choke、ImageNeutralDensityまたはImagesOverSpread | |
| ImagesToImages | boolean | trueのとき、画像間でトラップ | |
| InternalImages | boolean | trueのとき、内側の画像をトラップ | |
| Name | string | トラッププリセット名 | |
| ObjectsToImages | boolean | trueのとき、オブジェクトを画像にトラップ | |
| OneBitImages | boolean | trueのとき、1-ビット画像をトラップ | |
| SlidingTrapThreshold | double | トラップのしきい値/トラップ限界のスライド(0-100%) | |
| StepThreshold | double | トラップのしきい値/色差(1-100%) | |
| TrapEnd | TrapEndTypes_EnumValue | トラップの外観/端のスタイル。MiterTrapEndsまたはOverlapTrapEnds | |
| TrapJoin | EndJoin_EnumValue | トラップの外観/結合スタイル。MiterEndJoin、RoundEndJoinまたはBevelEndJoin |
