CSSPropertyHandler(false, false); }
function default_value() { return LA_LEFT; }
function parse($value) { return $value; }
function get_property_code() {
return CSS_HTML2PS_LOCALALIGN;
}
function get_property_name() {
return '-html2ps-localalign';
}
}
CSS::register_css_property(new CSSLocalAlign);
?>