Translation:Text Preference

From IDMLWiki

Jump to: navigation, search

10.7.12 TextPreference

<TextPreference>エレメントは、一般的なテキストプリファレンスを設定します。

スキーマの例81 TextPreference
  1. TextPreference_Object = element TextPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute TypographersQuotes{  xsd:boolean }?,
  4.   attribute HighlightHjViolations{  xsd:boolean }?,
  5.   attribute HighlightKeeps{  xsd:boolean }?,
  6.   attribute HighlightSubstitutedGlyphs{  xsd:boolean }?,
  7.   attribute HighlightCustomSpacing{  xsd:boolean }?,
  8.   attribute HighlightSubstitutedFonts{  xsd:boolean }?,
  9.   attribute UseOpticalSize{  xsd:boolean }?,
  10.   attribute UseParagraphLeading{  xsd:boolean }?,
  11.   attribute SuperscriptSize{  xsd:double {minInclusive="1" maxInclusive="200"} }?,
  12.   attribute SuperscriptPosition{  xsd:double {minInclusive="-500"maxInclusive="500"} }?,
  13.   attribute SubscriptSize{  xsd:double {minInclusive="1" maxInclusive="200"} }?,
  14.   attribute SubscriptPosition{  xsd:double {minInclusive="-500"maxInclusive="500"} }?,
  15.   attribute SmallCap{  xsd:double {minInclusive="1" maxInclusive="200"} }?,
  16.   attribute LeadingKeyIncrement{  xsd:double {minInclusive="0.001"maxInclusive="200"} }?,
  17.   attribute BaselineShiftKeyIncrement{  xsd:double {minInclusive="0.001"maxInclusive="200"} }?,
  18.   attribute KerningKeyIncrement{  xsd:double {minInclusive="1"maxInclusive="100"} }?,
  19.   attribute ShowInvisibles{  xsd:boolean }?,
  20.   attribute JustifyTextWraps{  xsd:boolean }?,
  21.   attribute AbutTextToTextWrap{  xsd:boolean }?,
  22.   attribute ZOrderTextWrap{  xsd:boolean }?,
  23.   attribute LinkTextFilesWhenImporting{  xsd:boolean }?,
  24.   attribute HighlightKinsoku{  xsd:boolean }?,
  25.   attribute UseNewVerticalScaling{  xsd:boolean }?,
  26.   attribute UseCidMojikumi{  xsd:boolean }?,
  27.   attribute EnableStylePreviewMode{  xsd:boolean }?,
  28.   attribute EnableDynamicAutoflow{  xsd:boolean }?,
  29.   attribute AutoPageInsertion{  AutoPageInsertion_EnumValue }?,
  30.   attribute RestrictToMasterTextFrames{  xsd:boolean }?,
  31.   attribute PreserveRectoVerso{  xsd:boolean }?,
  32.   attribute AutoPageDeletion{  xsd:boolean }?
  33. }
表89 属性としてのTextPreferenceプロパティ
名前 必須 説明
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のとき、テキストの回りこみ/テキストの背面にあるオブジェクトを無視はオン
Personal tools