singleQuotes
書式
languageWithVendorObject
.singleQuotes
説明
シングルクォーテーション(引用符)のペアを示します(囲み始めと囲み終わりの2文字分)。読み出し、書き込みが可能です。
var v=app.activeDocument.characterStyles[1].appliedLanguage; alert(v.singleQuotes);
目次に戻る