Translation:Anchored Object Setting

From IDMLWiki

Jump to: navigation, search

10.7.16 AnchoredObjectSetting

<AnchoredObjectSetting>エレメントは、アンカー付きオブジェクトのデフォルトのアンカーの位置をコントロールします。このエレメントの設定値は、すべてのアンカー付きオブジェクトの、明示的に定義された属性以外をオーバーライドします。

スキーマの例85 AnchoredObjectSetting
  1. AnchoredObjectSetting_Object = element AnchoredObjectSetting{ 
  2.   attribute Self { xsd:string },
  3.   attribute AnchoredPosition{  AnchorPosition_EnumValue }?,
  4.   attribute SpineRelative{  xsd:boolean }?,
  5.   attribute LockPosition{  xsd:boolean }?,
  6.   attribute PinPosition{  xsd:boolean }?,
  7.   attribute AnchorPoint{  AnchorPoint_EnumValue }?,
  8.   attribute HorizontalAlignment{  HorizontalAlignment_EnumValue }?,
  9.   attribute HorizontalReferencePoint{  AnchoredRelativeTo_EnumValue }?,
  10.   attribute VerticalAlignment{  VerticalAlignment_EnumValue }?,
  11.   attribute VerticalReferencePoint{  VerticallyRelativeTo_EnumValue }?,
  12.   attribute AnchorXoffset{  xsd:double }?,
  13.   attribute AnchorYoffset{  xsd:double }?,
  14.   attribute AnchorSpaceAbove{  xsd:double }?
  15. }
IDMLの例70 AnchoredObjectSetting
  1. <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"/>
表91 属性としてのAnchoredObjectSettingプロパティ
名前 必須 説明
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
Personal tools