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