跳转到内容

视图

app.activeDocument.views

文档中 View 对象的集合。


app.activeDocument.views.length

集合中对象的数量。

数字;只读。


app.activeDocument.views.parent

此对象的父对象。

对象;只读。


app.activeDocument.views.typename

引用对象的类名。

字符串;只读。


app.activeDocument.views.index(itemKey)

从集合中获取一个元素。

参数类型描述
itemKey字符串, 数字字符串或数字键

View