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

Query: css::dom::rule::charset

OS: debian

Section: 3pm

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

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

NAME
CSS::DOM::Rule::FontFace - CSS @font-face rule class for CSS::DOM
VERSION
Version 0.14
SYNOPSIS
use CSS::DOM; my $font_face_rule = CSS::DOM->parse( '@font-face { font-family: "bm"; src: url(blackmoor.ttf) }' )->cssRules->[0]; $page_rule->style; # a CSS::DOM::Style object $page_rule->style->src; # 'url(blackmoor.ttf)'
DESCRIPTION
This module implements CSS @font-face rules for CSS::DOM. It inherits from CSS::DOM::Rule and implements the CSSFontFaceRule DOM interface.
THE METHOD
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::Charset(3pm)
Related Man Pages
css::dom::interface(3pm) - debian
css::dom::rule(3pm) - debian
css::dom::util(3pm) - debian
css::dom::value(3pm) - debian
css::dom::value::primitive(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Introduction
Detecting unused variables...
How to copy a column of multiple files and paste into new excel file (next to column)?