Translation:Story Preference
From IDMLWiki
10.7.10 StoryPreference
<StoryPreference>エレメントは、InDesignドキュメントの、デフォルトのストーリーのプリファレンスをコントロールします。ここで設定した値は、明示的に属性を設定されていない、ドキュメント中のすべてのストーリーのプリファレンスに適用されます。
スキーマの例79 StoryPreference
StoryPreference_Object = element StoryPreference{
attribute Self { xsd:string },
attribute OpticalMarginAlignment{ xsd:boolean }?,
attribute OpticalMarginSize{ xsd:double {minInclusive="0.1"maxInclusive="1296"} }?,
attribute FrameType{ FrameTypes_EnumValue }?,
attribute StoryOrientation{ StoryHorizontalOrVertical_EnumValue }?,
attribute StoryDirection{ StoryDirectionOptions_EnumValue }?
}
IDMLの例67 StoryPreference
<StoryPreference Self="dStoryPreference1" OpticalMarginAlignment=" false" OpticalMarginSize=" 12" FrameType=" TextFrameType" StoryOrientation=" Horizontal" StoryDirection=" LeftToRightDirection"/>
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| FrameType | FrameTypes_EnumValue | テキストフレームの種類。TextFrameTypeまたはFrameGridType | |
| OpticalMarginAlignment | boolean | trueのとき、オプティカルマージン揃えはオン | |
| OpticalMarginSize | double | オプティカルマージン揃えのぶら下がり量サイズ(0.1pt-1296pt) | |
| StoryDirection | StoryDirectionOptions_EnumValue | ストーリーの方向。LeftToRightDirectionまたはRighttoLeftDirection | |
| StoryOrientation | StoryHorizontalOrVertical_EnumValue | 組み方向。HorizontalまたはVertical |
