Creates a new page object for a style sheet.
dhtml语法
plnewindex = stylesheet.addpagerule(sselector, sstyle, iindex)
parameters
sSelector |
Required.
Stringthat specifies the selector for the new page object. |
sStyle |
Required.
Stringthat specifies the style assignments for this page object. This style takes the same form as an inline style specification. For example, "color:blue" is a valid style parameter. |
iIndex |
Required.
Integerthat specifies the zero-based position in the
pages
collection where the new page object should be placed.-1 | Default. The page object is added to the end of the collection. |
|
Return Value
Reserved.
Always returns -1.
Remarks
Each page object represents a style sheet that corresponds to a @page rule in the document.
是否符合公共标准
There is no public standard that applies to this method.
Applies To