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