Translation:Nested Page Item

From IDMLWiki

Jump to: navigation, search
入れ子のページオブジェクト

InDesignのページオブジェクトは、他のページオブジェクト内にペーストすることができます。IDMLでは、ページオブジェクトエレメントの子エレメントにして、入れ子のページオブジェクトとして表します。

IDMLの例18 入れ子のページオブジェクト
  1. <Rectangle Self="ucd" ItemTransform="1 0 0 1 0 0">
  2.   <Properties>
  3.     <PathGeometry>
  4.       <GeometryPath PathOpen="false">
  5.         <PathPointArray>
  6.           <PathPointType Anchor="72 -324" LeftDirection="72 -324" RightDirection="72 -324"/>
  7.           <PathPointType Anchor="72 -252" LeftDirection="72 -252" RightDirection="72 -252"/>
  8.           <PathPointType Anchor="144 -252" LeftDirection="144 -252" RightDirection="144 -252"/>
  9.           <PathPointType Anchor="144 -324" LeftDirection="144 -324" RightDirection="144 -324"/>
  10.         </PathPointArray>
  11.       </GeometryPath>
  12.     </PathGeometry>
  13.   </Properties>
  14.   <Rectangle Self="uda" ItemTransform="1 0 0 1 0 0">
  15.     <Properties>
  16.       <PathGeometry>
  17.         <GeometryPath PathOpen="false">
  18.           <PathPointArray>
  19.             <PathPointType Anchor="84 -312" LeftDirection="84 -312" RightDirection="84 -312"/>
  20.             <PathPointType Anchor="84 -288" LeftDirection="84 -288" RightDirection="84 -288"/>
  21.             <PathPointType Anchor="108 -288" LeftDirection="108 -288" RightDirection="108 -288"/>
  22.             <PathPointType Anchor="108 -312" LeftDirection="108 -312" RightDirection="108 -312"/>
  23.           </PathPointArray>
  24.         </GeometryPath>
  25.       </PathGeometry>
  26.     </Properties>
  27.   </Rectangle>
  28. </Rectangle>
図15 入れ子のページオブジェクト

Image:Fig015.png

Personal tools