Translation:Margin Preference
From IDMLWiki
10.7.23 MarginPreference
<MarginPreference>エレメントは、デフォルトのマージンと段組をコントロールします。このエレメントの設定値は、すべてのページのマージンを、明示的に定義された属性とエレメント以外、オーバーライドします。
スキーマの例93 MarginPreference
MarginPreference_Object = element MarginPreference{
attribute Self { xsd:string },
attribute ColumnCount{ xsd:int {minInclusive="1" maxInclusive="216"} }?,
attribute ColumnGutter{ xsd:double {minInclusive="0" maxInclusive="1440"} }?,
attribute Top { xsd:double }?,
attribute Bottom { xsd:double }?,
attribute Left { xsd:double }?,
attribute Right { xsd:double }?,
attribute ColumnDirection{ HorizontalOrVertical_EnumValue }?,
attribute ColumnsPositions{ list { xsd:double * } }?
}
