Translation:Cjk Grid Preference

From IDMLWiki

Jump to: navigation, search

10.7.38 CjkGridPreference

スキーマの例108 CjkGridPreference
  1. CjkGridPreference_Object = element CjkGridPreference{ 
  2.   attribute Self { xsd:string },
  3.   attribute ShowAllLayoutGrids{  xsd:boolean }?,
  4.   attribute ShowAllFrameGrids{  xsd:boolean }?,
  5.   attribute MinimumScale{  xsd:double }?,
  6.   attribute SnapToLayoutGrid{  xsd:boolean }?,
  7.   attribute ColorEveryNthCell{  xsd:short }?,
  8.   attribute SingleLineColorMode{  xsd:boolean }?,
  9.   attribute ICFMode { xsd:boolean }?,
  10.   attribute UseCircularCells{  xsd:boolean }?,
  11.   attribute ShowCharacterCount{  xsd:boolean }?,
  12.   element Properties {
  13.     element LayoutGridColorIndex{  InDesignUIColorType_TypeDef }?
  14.   }
  15.   ?
  16. }
表108 属性としてのCjkGridPreferenceプロパティ
名前 必須 説明
ColorEveryNthCell short 塗りつぶしの間隔
ICFMode boolean trueのとき、平均字面。falseのとき、仮想ボディ
MinimumScale double ズーム度限界(5-4000%)
ShowAllFrameGrids boolean trueのとき、フレームグリッドを表示
ShowAllLayoutGrids boolean trueのとき、レイアウトグリッドを表示
ShowCharacterCount boolean trueのとき、文字数を表示
SingleLineColorMode boolean trueのとき、行頭から塗りつぶし。falseのとき、フレーム角から塗りつぶし
SnapToLayoutGrid boolean trueのとき、レイアウトグリッドにスナップ
UseCircularCells boolean trueのとき、グリッドのシェイプは丸。falseのとき、四角
表109 エレメントとしてのCjkGridPreferenceプロパティ
名前 必須 説明
LayoutGridColorIndex InDesignUIColorType レイアウトグリッドのカラー。UIColorsの列挙かRGBそれぞれの<ListItem>エレメント
Personal tools