36 class CSSPropertyValue;
37 class CSSStyleProperties_Impl;
43 CSSStyleProperties(
const std::string &style_string,
const std::string &base_uri = std::string());
50 const std::vector<std::unique_ptr<CSSPropertyValue> > &
get_values()
const;
53 std::shared_ptr<CSSStyleProperties_Impl> impl;
const std::vector< std::unique_ptr< CSSPropertyValue > > & get_values() const
void set_value(const CSSPropertyValue &value, bool enable)
Sets CSS style properties that should be applied.
Definition: css_property_value.h:41
Definition: css_style_properties.h:39