Translation:Margin Preference

From IDMLWiki

Jump to: navigation, search

10.7.23 MarginPreference

<MarginPreference>エレメントは、デフォルトのマージンと段組をコントロールします。このエレメントの設定値は、すべてのページのマージンを、明示的に定義された属性とエレメント以外、オーバーライドします。

スキーマの例93 MarginPreference
  1. MarginPreference_Object = element MarginPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute ColumnCount{  xsd:int {minInclusive="1" maxInclusive="216"} }?,
  4.   attribute ColumnGutter{  xsd:double {minInclusive="0" maxInclusive="1440"} }?,
  5.   attribute Top { xsd:double }?,
  6.   attribute Bottom { xsd:double }?,
  7.   attribute Left { xsd:double }?,
  8.   attribute Right { xsd:double }?,
  9.   attribute ColumnDirection{  HorizontalOrVertical_EnumValue }?,
  10.   attribute ColumnsPositions{  list { xsd:double * } }?
  11. }
Personal tools