Creates a new page object for a style sheet.
Syntax
plNewIndex = styleSheet.addPageRule(sSelector, sStyle, iIndex)
Parameters
| sSelector |
Required.
String爐hat specifies the selector for the new page object. |
| sStyle |
Required.
String爐hat 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.
Integer爐hat 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.
Standards Information
There is no public standard that applies to this method.
Applies To