Translation:Text Preference
From IDMLWiki
10.7.12 TextPreference
<TextPreference>エレメントは、一般的なテキストプリファレンスを設定します。
スキーマの例81 TextPreference
TextPreference_Object = element TextPreference{
attribute Self { xsd:string },
attribute TypographersQuotes{ xsd:boolean }?,
attribute HighlightHjViolations{ xsd:boolean }?,
attribute HighlightKeeps{ xsd:boolean }?,
attribute HighlightSubstitutedGlyphs{ xsd:boolean }?,
attribute HighlightCustomSpacing{ xsd:boolean }?,
attribute HighlightSubstitutedFonts{ xsd:boolean }?,
attribute UseOpticalSize{ xsd:boolean }?,
attribute UseParagraphLeading{ xsd:boolean }?,
attribute SuperscriptSize{ xsd:double {minInclusive="1" maxInclusive="200"} }?,
attribute SuperscriptPosition{ xsd:double {minInclusive="-500"maxInclusive="500"} }?,
attribute SubscriptSize{ xsd:double {minInclusive="1" maxInclusive="200"} }?,
attribute SubscriptPosition{ xsd:double {minInclusive="-500"maxInclusive="500"} }?,
attribute SmallCap{ xsd:double {minInclusive="1" maxInclusive="200"} }?,
attribute LeadingKeyIncrement{ xsd:double {minInclusive="0.001"maxInclusive="200"} }?,
attribute BaselineShiftKeyIncrement{ xsd:double {minInclusive="0.001"maxInclusive="200"} }?,
attribute KerningKeyIncrement{ xsd:double {minInclusive="1"maxInclusive="100"} }?,
attribute ShowInvisibles{ xsd:boolean }?,
attribute JustifyTextWraps{ xsd:boolean }?,
attribute AbutTextToTextWrap{ xsd:boolean }?,
attribute ZOrderTextWrap{ xsd:boolean }?,
attribute LinkTextFilesWhenImporting{ xsd:boolean }?,
attribute HighlightKinsoku{ xsd:boolean }?,
attribute UseNewVerticalScaling{ xsd:boolean }?,
attribute UseCidMojikumi{ xsd:boolean }?,
attribute EnableStylePreviewMode{ xsd:boolean }?,
attribute EnableDynamicAutoflow{ xsd:boolean }?,
attribute AutoPageInsertion{ AutoPageInsertion_EnumValue }?,
attribute RestrictToMasterTextFrames{ xsd:boolean }?,
attribute PreserveRectoVerso{ xsd:boolean }?,
attribute AutoPageDeletion{ xsd:boolean }?
}
| 名前 | 値 | 必須 | 説明 |
|---|---|---|---|
| AutoTextToTextWrap | boolean | trueのとき、テキストの回りこみ/次の行に合わせるはオン | |
| AutoPageDeletion | boolean | trueのとき、スマートテキストのリフロー処理/空のページを削除はオン | |
| AutoPageInsertion | AutoPageInsertion_EnumValue | スマートテキストのリフロー処理/ページの追加先。AtEndOfStory、AtEndOfSectionまたはAtEndOfDocument | |
| BaselineShiftKeyIncrement | double | キーボード増減値/ベースラインシフト(.001-100) | |
| EnableDynamicAutoflow | boolean | trueのとき、自動流し込み可 | |
| EnableStylePreviewMode | boolean | trueのとき、文字スタイル、段落スタイルに色つきの背景をつける | |
| HighlightCustomSpacing | boolean | trueのとき、ハイライト表示オプション/カスタマイズされた字送り/カーニングはオン | |
| HighlightHjViolations | boolean | trueのとき、ハイライト表示オプション/H&J違反はオン | |
| HighlightKeeps | boolean | trueのとき、ハイライト表示オプション/H&J違反保持はオン | |
| HighlightKinsoku | boolean | trueのとき、ハイライト表示オプション/禁則はオン | |
| HighlightSubstitutedFonts | boolean | trueのとき、ハイライト表示オプション/代替フォントはオン | |
| HighlightSubstitutedGlyphs | boolean | trueのとき、ハイライト表示オプション/代替字形はオン | |
| JustifyTextWraps | boolean | trueのとき、テキストの回りこみ/オブジェクトの次へテキストを均等配置はオン | |
| KerningKeyIncrement | double | キーボード増減値/カーニング(1-100) | |
| LeadingKeyIncrement | double | キーボード増減値/サイズ/行送り(.001-200) | |
| LinkTextFilesWhenImporting | boolean | trueのとき、リンク/テキストを配置する時にリンクを作成はオン | |
| PreserveRectoVerso | boolean | trueのとき、左/右ページを保持 | |
| RestrictToMasterTextFrames | boolean | ||
| ShowInvisibles | boolean | trueのとき、制御文字を表示はオン | |
| SmallCap | double | 文字設定/スモールキャップス(1-200%) | |
| SubscriptPosition | double | 文字設定/下付き文字/位置(-500-500%) | |
| SubscriptSize | double | 文字設定/下付き文字/サイズ(0-200%) | |
| SuperscriptPosition | double | 文字設定/上付き文字/位置(-500-500%) | |
| SuperscriptSize | double | 文字設定/上付き文字/サイズ(0-200%) | |
| TypographersQuotes | boolean | trueのとき、文字オプション/英文引用符の使用はオン | |
| UseCidMojikumi | boolean | trueのとき、文字組み互換モード/CIDベースの文字組みを使用はオン | |
| UseNewVerticalScaling | boolean | trueのとき、文字組み互換モード/縦組み中の欧文に垂直・水平比率を適用する方向を切り替えるはオン | |
| UseOpticalSize | boolean | trueのとき、文字オプション/正しいオプティカルサイズを自動的に使用はオン | |
| UseParagraphLeading | boolean | trueのとき、文字オプション/段落全体に行送りを適用はオン | |
| ZOrderTextWrap | boolean | trueのとき、テキストの回りこみ/テキストの背面にあるオブジェクトを無視はオン |
