debian man page for css::dom::rule::page

Query: css::dom::rule::page

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

CSS::DOM::Rule::Page(3pm)				User Contributed Perl Documentation				 CSS::DOM::Rule::Page(3pm)

NAME
CSS::DOM::Rule::Page - CSS @page rule class for CSS::DOM
VERSION
Version 0.14
SYNOPSIS
use 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'
DESCRIPTION
This module implements CSS @page rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSPageRule DOM interface.
METHODS
selectorText 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 ALSO
CSS::DOM CSS::DOM::Style CSS::DOM::Rule perl v5.10.1 2010-12-10 CSS::DOM::Rule::Page(3pm)
Related Man Pages
css(3pm) - debian
css::dom(3pm) - debian
css::dom::exception(3pm) - debian
css::dom::value::list(3pm) - debian
css::dom::value::primitive(3pm) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com