Translation:Page Item Default

From IDMLWiki

Jump to: navigation, search

10.7.32 PageItemDefault

<PageItemDefault>エレメントは、InDesignドキュメントでの、ページオブジェクトのデフォルト設定です。ここで設定した値は、属性やエレメントが明示的に定義されているものを除き、すべてのページオブジェクトに適用されます。<PageItemDefault>エレメントのすべてのプロパティは「10.3.1 ページオブジェクト」を参照してください。

スキーマの例102 PageItemDefault
  1. PageItemDefault_Object = element PageItemDefault{ 
  2.   attribute Self { xsd:string },
  3.   attribute AppliedGraphicObjectStyle{  xsd:string }?,
  4.   attribute AppliedTextObjectStyle{  xsd:string }?,
  5.   attribute AppliedGridObjectStyle{  xsd:string }?,
  6.   attribute FillColor{  xsd:string }?,
  7.   attribute FillTint{  xsd:double }?,
  8.   attribute StrokeWeight{  xsd:double }?,
  9.   attribute MiterLimit{  xsd:double {minInclusive="1" maxInclusive="500"} }?,
  10.   attribute EndCap{  EndCap_EnumValue }?,
  11.   attribute EndJoin{  EndJoin_EnumValue }?,
  12.   attribute StrokeType{  xsd:string }?,
  13.   attribute LeftLineEnd{  ArrowHead_EnumValue }?,
  14.   attribute RightLineEnd{  ArrowHead_EnumValue }?,
  15.   attribute StrokeColor{  xsd:string }?,
  16.   attribute StrokeTint{  xsd:double }?,
  17.   attribute CornerOption{  CornerOptions_EnumValue }?,
  18.   attribute CornerRadius{  xsd:double }?,
  19.   attribute GradientFillAngle{  xsd:double }?,
  20.   attribute GradientStrokeAngle{  xsd:double }?,
  21.   attribute OverprintStroke{  xsd:boolean }?,
  22.   attribute OverprintFill{  xsd:boolean }?,
  23.   attribute GapColor{  xsd:string }?,
  24.   attribute GapTint{  xsd:double }?,
  25.   attribute OverprintGap{  xsd:boolean }?,
  26.   attribute StrokeAlignment{  StrokeAlignment_EnumValue }?,
  27.   attribute Nonprinting { xsd:boolean }?,
  28. (
  29.   TransparencySetting_Object?&
  30.   StrokeTransparencySetting_Object?&
  31.   FillTransparencySetting_Object?&
  32.   ContentTransparencySetting_Object?
  33. )
  34. }
Personal tools