Translation:Anchored Object Setting
From IDMLWiki
10.7.16 AnchoredObjectSetting
<AnchoredObjectSetting>エレメントは、アンカー付きオブジェクトのデフォルトのアンカーの位置をコントロールします。このエレメントの設定値は、すべてのアンカー付きオブジェクトの、明示的に定義された属性以外をオーバーライドします。
スキーマの例85 AnchoredObjectSetting
AnchoredObjectSetting_Object = element AnchoredObjectSetting{
attribute Self { xsd:string },
attribute AnchoredPosition{ AnchorPosition_EnumValue }?,
attribute SpineRelative{ xsd:boolean }?,
attribute LockPosition{ xsd:boolean }?,
attribute PinPosition{ xsd:boolean }?,
attribute AnchorPoint{ AnchorPoint_EnumValue }?,
attribute HorizontalAlignment{ HorizontalAlignment_EnumValue }?,
attribute HorizontalReferencePoint{ AnchoredRelativeTo_EnumValue }?,
attribute VerticalAlignment{ VerticalAlignment_EnumValue }?,
attribute VerticalReferencePoint{ VerticallyRelativeTo_EnumValue }?,
attribute AnchorXoffset{ xsd:double }?,
attribute AnchorYoffset{ xsd:double }?,
attribute AnchorSpaceAbove{ xsd:double }?
}
IDMLの例70 AnchoredObjectSetting
<AnchoredObjectSetting Self="dAnchoredObjectSetting1" AnchoredPosition=" InlinePosition" SpineRelative=" false" LockPosition=" false" PinPosition=" true" AnchorPoint=" BottomRightAnchor" HorizontalAlignment=" LeftAlign" HorizontalReferencePoint=" TextFrame" VerticalAlignment=" TopAlign" VerticalReferencePoint=" LineBaseline" AnchorXoffset=" 0" AnchorYoffset=" 0" AnchorSpaceAbove=" 0"/>
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| AnchorPoint | AnchorPoint_EnumValue | 基準点。TopLeftAnchor、TopCenterAnchor、TopRightAnchor、LeftCenterAnchor、CenterAnchor、RightCenterAnchor、BottomLeftAnchor、BottomCenterAnchorまたはBottomRightAnchor | |
| AnchorSpaceAbove | double | 行の上/前スペース | |
| AnchorXoffset | double | アンカー付き位置/Xオフセット | |
| AnchorYoffset | double | アンカー付き位置/Yオフセット | |
| AnchoredPosition | AnchorPosition_EnumValue | 親文字からの間隔。InlinePosition、AboveLineまたはAnchored | |
| HorizontalAlignment | HorizontalAlignment_EnumValue | 行揃え。AnchoredPositionがAboveLineのときのみ。RightAlign、LeftAlign、CenterAlignまたはTextAlign | |
| HorizontalReferencePoint | AnchoredRelativeTo_EnumValue | アンカー付き位置/X基準。ColumnEdge、TextFrame、PageMargins、PageEdgeまたはAnchorLocation | |
| LockPosition | boolean | trueのとき、手動配置を防ぐはオン | |
| PinPosition | boolean | trueのとき、段の上下境界線内に収めるはオン | |
| SpineRelative | boolean | trueのとき、ノド元を基準はオン | |
| VerticalAlignment | VerticalAlignment_EnumValue | 垂直方向の揃え。TopAlign、BottomAlignまたはCenterAlign | |
| VerticalReferencePoint | VerticallyRelativeTo_EnumValue | アンカー付き位置/Y基準。ColumnEdge、TextFrame、PageMargins、PageEdge、LineBaseline、LineXheight、LineAscent、CapheightまたはTopOfLeading |
