featureSet

書式

app.featureSet

説明

featureSetは言語機能のセットを示します。以下の3種類があります。

内容
FeatureSetOptions.JAPANESE日本語
FeatureSetOptions.RIGHTTOLEFT右から左
FeatureSetOptions.ROMANローマン
var mode = app.featureSet;
alert(mode);

目次に戻る