Man Page: css::dom::rule::page
Operating Environment: debian
Section: 3pm
CSS::DOM::Rule::Page(3pm) User Contributed Perl Documentation CSS::DOM::Rule::Page(3pm)NAMECSS::DOM::Rule::Page - CSS @page rule class for CSS::DOMVERSIONVersion 0.14SYNOPSISuse CSS::DOM; my $page_rule = CSS::DOM->parse( '@page :first { stuff: other stuff }' )->cssRules->[0]; $page_rule->selectorText; # '@page :first' $page_rule->style; # a CSS::DOM::Style object $page_rule->style->stuff; # 'other stuff'DESCRIPTIONThis module implements CSS @page rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSPageRule DOM interface.METHODSselectorText Returns a string representing the selector(s). Pass an argument to set it. style Returns the CSS::DOM::Style object representing the declaration block of this rule.SEE ALSOCSS::DOM CSS::DOM::Style CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Rule::Page(3pm)
| Related Man Pages |
|---|
| css::dom::exception(3pm) - debian |
| css::dom::interface(3pm) - debian |
| css::dom::rule(3pm) - debian |
| css::dom::value::list(3pm) - debian |
| mojo::dom::css(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Is UNIX an open source OS ? |
| Introduction |
| One instance of comparing grep and awk |
| Weird 'find' results |