継承関係(Inheritance)

text
└line

属性(Properties)

textクラスから継承された属性
justificationleft/right/center/full
行揃え(左寄せ/右寄せ/中央/全体)

解説(Note)

 paragraphオブジェクトが段落を示し、このオブジェクトは、実際にウィンドウにあらわれる行を表す。つまりstringクラスには存在しない、オブジェクト特有の要素である。
 また、このオブジェクトが存在しないテキストエディタもある。
 HyperTalkでのlineは、AppleScriptではparagraphにあたるので注意。

用例(Example)

  1. tell application "QuoEdit"
    	middle line of document 1
    end tell
※1 結果ウィンドウでResultを見て下さい。