Translation:Trap Presets

From IDMLWiki

Jump to: navigation, search

10.8.9 トラッププリセット

トラッププリセットは、ドキュメントのページまたはページ範囲に適用するトラップ設定の組み合わせです。トラッププリセットはドキュメント全体、ページ範囲またはページ単位で適用することができます。トラッププリセットが適用されていないと、InDesignはトラッププリセット[デフォルト]を使用します。

IDMLパッケージでのトラッププリセットは、<TrapPreset>エレメントにあります。

スキーマの例128 TrapPreset
  1. TrapPreset_Object = element TrapPreset{ 
  2.   attribute Self { xsd:string },
  3.   attribute Name { xsd:string },
  4.   attribute DefaultTrapWidth{  xsd:double {minInclusive="0" maxInclusive="8"} }?,
  5.   attribute BlackWidth{  xsd:double {minInclusive="0" maxInclusive="8"} }?,
  6.   attribute TrapJoin{  EndJoin_EnumValue }?,
  7.   attribute TrapEnd{  TrapEndTypes_EnumValue }?,
  8.   attribute ObjectsToImages{  xsd:boolean }?,
  9.   attribute ImagesToImages{  xsd:boolean }?,
  10.   attribute InternalImages{  xsd:boolean }?,
  11.   attribute OneBitImages{  xsd:boolean }?,
  12.   attribute ImagePlacement{  TrapImagePlacementTypes_EnumValue }?,
  13.   attribute StepThreshold{  xsd:double {minInclusive="1" maxInclusive="100"} }?,
  14.   attribute BlackColorThreshold{  xsd:double {minInclusive="0" maxInclusive="100"} }?,
  15.   attribute BlackDensity{  xsd:double {minInclusive="0" maxInclusive="10"} }?,
  16.   attribute SlidingTrapThreshold{  xsd:double {minInclusive="0" maxInclusive="100"} }?,
  17.   attribute ColorReduction{  xsd:double {minInclusive="0" maxInclusive="100"} }?,
  18.   element Properties {
  19.     element Label { element KeyValuePair{  KeyValuePair_TypeDef }*
  20.     }?
  21.   }
  22.   ?
  23. }
IDMLの例84 TrapPreset
  1. <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"/>
表124 属性としてのTrapPresetプロパティ
名前 必須 説明
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
Personal tools