HBCMS更多的中文手册参考:

pages Collection

DHTML文档教程

Retrieves a collection of page objects, which represent @page rules in a stylesheet.

dhtml语法

[ oColl = ] styleSheet.pages
[ oObject = ] styleSheet.pages(iIndex)

DHTML可能的值

oCollArray of page objects.
oObjectReference to an individual item in the array of elements contained by the object.
iIndexRequired. Integer that specifies the zero-based index of the item to be returned.

Members Table

PropertyDescription
length Retrieves the number of objects in a collection.
MethodDescription
item Retrieves an object from the pages collection.
ObjectDescription
page Represents an @page rule within a styleSheet.

Remarks

Although this collection is represented in the Cascading Style Sheets (CSS) object model in Microsoft® Internet Explorer 5.5 and later, @page rules are not represented in the default print template for Internet Explorer. The rules can be used by print templates developed for applications that host mshtml.

是否符合公共标准

There is no public standard that applies to this collection.

Applies To

styleSheet

更多语法参考

Print Templates