KHTML
css_value.h
Go to the documentation of this file.
203 void setProperty ( const DOM::DOMString &propertyName, const DOM::DOMString &value, const DOM::DOMString &priority );
The CSSPrimitiveValue interface represents a single CSS value .
Definition css_value.h:373
The CSSRule interface is the abstract base interface for any type of CSS statement .
Definition css_rule.h:53
CSSStyleDeclarationImpl * handle() const
Definition css_value.cpp:131
CSSRule parentRule() const
The CSS rule that contains this declaration block.
Definition css_value.cpp:125
DOM::DOMString item(unsigned long index) const
Used to retrieve the properties that have been explicitly set in this declaration block.
Definition css_value.cpp:120
DOM::DOMString getPropertyPriority(const DOM::DOMString &propertyName) const
Used to retrieve the priority of a CSS property (e.g.
Definition css_value.cpp:93
CSSValue getPropertyCSSValue(const DOM::DOMString &propertyName) const
Used to retrieve the object representation of the value of a CSS property if it has been explicitly s...
Definition css_value.cpp:81
DOM::DOMString getPropertyValue(const DOM::DOMString &propertyName) const
Used to retrieve the value of a CSS property if it has been explicitly set within this declaration bl...
Definition css_value.cpp:75
unsigned long length() const
The number of properties that have been explicitly set in this declaration block.
Definition css_value.cpp:109
DOM::DOMString cssText() const
The parsable textual representation of the declaration block (including the surrounding curly braces)...
Definition css_value.cpp:63
void setProperty(const DOM::DOMString &propertyName, const DOM::DOMString &value, const DOM::DOMString &priority)
Used to set a property value and priority within this declaration block.
Definition css_value.cpp:99
CSSValue item(unsigned long index)
Used to retrieve a CSS rule by ordinal index.
Definition css_value.cpp:270
The CSSValue interface represents a simple or a complexe value.
Definition css_value.h:241
The Counter interface is used to represent any counter or counters function value.
Definition css_value.h:698
DOM::DOMString identifier() const
This attribute is used for the identifier of the counter.
Definition css_value.cpp:421
DOM::DOMString listStyle() const
This attribute is used for the style of the list.
Definition css_value.cpp:427
DOM::DOMString separator() const
This attribute is used for the separator of nested counters.
Definition css_value.cpp:433
The RGBColor interface is used to represent any RGB color value.
Definition css_value.h:590
CSSPrimitiveValue bottom() const
This attribute is used for the bottom of the rect.
Definition css_value.cpp:537
CSSPrimitiveValue left() const
This attribute is used for the left of the rect.
Definition css_value.cpp:543
CSSPrimitiveValue right() const
This attribute is used for the right of the rect.
Definition css_value.cpp:531
CSSPrimitiveValue top() const
This attribute is used for the top of the rect.
Definition css_value.cpp:525
virtual bool removeProperty(ScriptableExtension *callerPrincipal, quint64 objId, const QString &propName)
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.