Translation:Story Preference

From IDMLWiki

Jump to: navigation, search

10.7.10 StoryPreference

<StoryPreference>エレメントは、InDesignドキュメントの、デフォルトのストーリーのプリファレンスをコントロールします。ここで設定した値は、明示的に属性を設定されていない、ドキュメント中のすべてのストーリーのプリファレンスに適用されます。

スキーマの例79 StoryPreference
  1. StoryPreference_Object = element StoryPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute OpticalMarginAlignment{  xsd:boolean }?,
  4.   attribute OpticalMarginSize{  xsd:double {minInclusive="0.1"maxInclusive="1296"} }?,
  5.   attribute FrameType{  FrameTypes_EnumValue }?,
  6.   attribute StoryOrientation{  StoryHorizontalOrVertical_EnumValue }?,
  7.   attribute StoryDirection{  StoryDirectionOptions_EnumValue }?
  8. }
IDMLの例67 StoryPreference
  1. <StoryPreference Self="dStoryPreference1" OpticalMarginAlignment=" false" OpticalMarginSize=" 12" FrameType=" TextFrameType" StoryOrientation=" Horizontal" StoryDirection=" LeftToRightDirection"/>
表86 属性としてのStoryPreferenceプロパティ
名前 必須 説明
FrameType FrameTypes_EnumValue テキストフレームの種類。TextFrameTypeまたはFrameGridType
OpticalMarginAlignment boolean trueのとき、オプティカルマージン揃えはオン
OpticalMarginSize double オプティカルマージン揃えのぶら下がり量サイズ(0.1pt-1296pt)
StoryDirection StoryDirectionOptions_EnumValue ストーリーの方向。LeftToRightDirectionまたはRighttoLeftDirection
StoryOrientation StoryHorizontalOrVertical_EnumValue 組み方向。HorizontalまたはVertical
Personal tools