hyphenationVendor

書式

languageWithVendorObject.hyphenationVendor

説明

ハイフネーションベンダーを示します。読み出し、書き込みが可能です。
var v=app.activeDocument.characterStyles[1].appliedLanguage;
alert(v.hyphenationVendor);

目次に戻る