CSSPropertyHandler(false, false); }
function default_value() { return NOWRAP_NORMAL; }
function getPropertyCode() {
return CSS_HTML2PS_NOWRAP;
}
function getPropertyName() {
return '-html2ps-nowrap';
}
}
CSS::register_css_property(new CSSPseudoNoWrap);
?>