ICSSPageRule.SelectorText
ICSSPageRule.SelectorText property
The selectorText property of the CSSPageRule
interface gets and sets the selectors associated with the CSSPageRule
.
public String SelectorText { get; set; }
Property Value
The selectorText attribute, on getting, must return the result of serializing the associated list of CSS page selectors.
See Also
- interface ICSSPageRule
- package com.aspose.html.Dom.Css
- package Aspose.HTML