DOM::CSS2Properties
#include <css_extensions.h>
Detailed Description
The CSS2Properties
interface represents a convenience mechanism for retrieving and setting properties within a CSSStyleDeclaration
.
The attributes of this interface correspond to all the properties specified in CSS2 . Getting an attribute of this interface is equivalent to calling the getPropertyValue
method of the CSSStyleDeclaration
interface. Setting an attribute of this interface is equivalent to calling the setProperty
method of the CSSStyleDeclaration
interface.
A compliant implementation is not required to implement the CSS2Properties
interface. If an implementation does implement this interface, the expectation is that language-specific methods can be used to cast from an instance of the CSSStyleDeclaration
interface to the CSS2Properties
interface.
If an implementation does implement this interface, it is expected to understand the specific syntax of the shorthand properties, and apply their semantics; when the margin
property is set, for example, the marginTop
, marginRight
, marginBottom
and marginLeft
properties are actually being set by the underlying implementation.
When dealing with CSS "shorthand" properties, the shorthand properties should be decomposed into their component longhand properties as appropriate, and when querying for their value, the form returned should be the shortest form exactly equivalent to the declarations made in the ruleset. However, if there is no shorthand declaration that could be added to the ruleset without changing in any way the rules already declared in the ruleset (i.e., by adding longhand rules that were previously not declared in the ruleset), then the empty string should be returned for the shorthand property.
For example, querying for the font
property should not return "normal normal normal 14pt/normal Arial, sans-serif", when "14pt Arial, sans-serif" suffices (the normals are initial values, and are implied by use of the longhand property).
If the values for all the longhand properties that compose a particular string are the initial values, then a string consisting of all the initial values should be returned (e.g. a border-width
value of "medium" should be returned as such, not as "").
For some shorthand properties that take missing values from other sides, such as the margin
, padding
, and border-
[width|style|color] properties, the minimum number of sides possible should be used, i.e., "0px 10px" will be returned instead of "0px 10px 0px 10px".
If the value of a shorthand property can not be decomposed into its component longhand properties, as is the case for the font
property with a value of "menu", querying for the values of the component longhand properties should return the empty string.
Definition at line 1039 of file css_extensions.h.
Member Function Documentation
◆ azimuth()
DOMString CSS2Properties::azimuth | ( | ) | const |
See the azimuth property definition in CSS2.
Definition at line 732 of file css_extensions.cpp.
◆ background()
DOMString CSS2Properties::background | ( | ) | const |
See the background property definition in CSS2.
Definition at line 747 of file css_extensions.cpp.
◆ backgroundAttachment()
DOMString CSS2Properties::backgroundAttachment | ( | ) | const |
See the background-attachment property definition in CSS2.
Definition at line 762 of file css_extensions.cpp.
◆ backgroundColor()
DOMString CSS2Properties::backgroundColor | ( | ) | const |
See the background-color property definition in CSS2.
Definition at line 777 of file css_extensions.cpp.
◆ backgroundImage()
DOMString CSS2Properties::backgroundImage | ( | ) | const |
See the background-image property definition in CSS2.
Definition at line 792 of file css_extensions.cpp.
◆ backgroundPosition()
DOMString CSS2Properties::backgroundPosition | ( | ) | const |
See the background-position property definition in CSS2.
Definition at line 807 of file css_extensions.cpp.
◆ backgroundRepeat()
DOMString CSS2Properties::backgroundRepeat | ( | ) | const |
See the background-repeat property definition in CSS2.
Definition at line 822 of file css_extensions.cpp.
◆ border()
DOMString CSS2Properties::border | ( | ) | const |
See the border property definition in CSS2.
Definition at line 837 of file css_extensions.cpp.
◆ borderBottom()
DOMString CSS2Properties::borderBottom | ( | ) | const |
See the border-bottom property definition in CSS2.
Definition at line 942 of file css_extensions.cpp.
◆ borderBottomColor()
DOMString CSS2Properties::borderBottomColor | ( | ) | const |
See the border-bottom-color property definition in CSS2.
Definition at line 1002 of file css_extensions.cpp.
◆ borderBottomStyle()
DOMString CSS2Properties::borderBottomStyle | ( | ) | const |
See the border-bottom-style property definition in CSS2.
Definition at line 1062 of file css_extensions.cpp.
◆ borderBottomWidth()
DOMString CSS2Properties::borderBottomWidth | ( | ) | const |
See the border-bottom-width property definition in CSS2.
Definition at line 1122 of file css_extensions.cpp.
◆ borderCollapse()
DOMString CSS2Properties::borderCollapse | ( | ) | const |
See the border-collapse property definition in CSS2.
Definition at line 852 of file css_extensions.cpp.
◆ borderColor()
DOMString CSS2Properties::borderColor | ( | ) | const |
See the border-color property definition in CSS2.
Definition at line 867 of file css_extensions.cpp.
◆ borderLeft()
DOMString CSS2Properties::borderLeft | ( | ) | const |
See the border-left property definition in CSS2.
Definition at line 957 of file css_extensions.cpp.
◆ borderLeftColor()
DOMString CSS2Properties::borderLeftColor | ( | ) | const |
See the border-left-color property definition in CSS2.
Definition at line 1017 of file css_extensions.cpp.
◆ borderLeftStyle()
DOMString CSS2Properties::borderLeftStyle | ( | ) | const |
See the border-left-style property definition in CSS2.
Definition at line 1077 of file css_extensions.cpp.
◆ borderLeftWidth()
DOMString CSS2Properties::borderLeftWidth | ( | ) | const |
See the border-left-width property definition in CSS2.
Definition at line 1137 of file css_extensions.cpp.
◆ borderRight()
DOMString CSS2Properties::borderRight | ( | ) | const |
See the border-right property definition in CSS2.
Definition at line 927 of file css_extensions.cpp.
◆ borderRightColor()
DOMString CSS2Properties::borderRightColor | ( | ) | const |
See the border-right-color property definition in CSS2.
Definition at line 987 of file css_extensions.cpp.
◆ borderRightStyle()
DOMString CSS2Properties::borderRightStyle | ( | ) | const |
See the border-right-style property definition in CSS2.
Definition at line 1047 of file css_extensions.cpp.
◆ borderRightWidth()
DOMString CSS2Properties::borderRightWidth | ( | ) | const |
See the border-right-width property definition in CSS2.
Definition at line 1107 of file css_extensions.cpp.
◆ borderSpacing()
DOMString CSS2Properties::borderSpacing | ( | ) | const |
See the border-spacing property definition in CSS2.
Definition at line 882 of file css_extensions.cpp.
◆ borderStyle()
DOMString CSS2Properties::borderStyle | ( | ) | const |
See the border-style property definition in CSS2.
Definition at line 897 of file css_extensions.cpp.
◆ borderTop()
DOMString CSS2Properties::borderTop | ( | ) | const |
See the border-top property definition in CSS2.
Definition at line 912 of file css_extensions.cpp.
◆ borderTopColor()
DOMString CSS2Properties::borderTopColor | ( | ) | const |
See the border-top-color property definition in CSS2.
Definition at line 972 of file css_extensions.cpp.
◆ borderTopStyle()
DOMString CSS2Properties::borderTopStyle | ( | ) | const |
See the border-top-style property definition in CSS2.
Definition at line 1032 of file css_extensions.cpp.
◆ borderTopWidth()
DOMString CSS2Properties::borderTopWidth | ( | ) | const |
See the border-top-width property definition in CSS2.
Definition at line 1092 of file css_extensions.cpp.
◆ borderWidth()
DOMString CSS2Properties::borderWidth | ( | ) | const |
See the border-width property definition in CSS2.
Definition at line 1152 of file css_extensions.cpp.
◆ bottom()
DOMString CSS2Properties::bottom | ( | ) | const |
See the bottom property definition in CSS2.
Definition at line 1167 of file css_extensions.cpp.
◆ captionSide()
DOMString CSS2Properties::captionSide | ( | ) | const |
See the caption-side property definition in CSS2.
Definition at line 1182 of file css_extensions.cpp.
◆ clear()
DOMString CSS2Properties::clear | ( | ) | const |
See the clear property definition in CSS2.
Definition at line 1197 of file css_extensions.cpp.
◆ clip()
DOMString CSS2Properties::clip | ( | ) | const |
See the clip property definition in CSS2.
Definition at line 1212 of file css_extensions.cpp.
◆ color()
DOMString CSS2Properties::color | ( | ) | const |
See the color property definition in CSS2.
Definition at line 1227 of file css_extensions.cpp.
◆ content()
DOMString CSS2Properties::content | ( | ) | const |
See the content property definition in CSS2.
Definition at line 1242 of file css_extensions.cpp.
◆ counterIncrement()
DOMString CSS2Properties::counterIncrement | ( | ) | const |
See the counter-increment property definition in CSS2.
Definition at line 1257 of file css_extensions.cpp.
◆ counterReset()
DOMString CSS2Properties::counterReset | ( | ) | const |
See the counter-reset property definition in CSS2.
Definition at line 1272 of file css_extensions.cpp.
◆ cssFloat()
DOMString CSS2Properties::cssFloat | ( | ) | const |
See the float property definition in CSS2.
Definition at line 1407 of file css_extensions.cpp.
◆ cue()
DOMString CSS2Properties::cue | ( | ) | const |
See the cue property definition in CSS2.
Definition at line 1287 of file css_extensions.cpp.
◆ cueAfter()
DOMString CSS2Properties::cueAfter | ( | ) | const |
See the cue-after property definition in CSS2.
Definition at line 1302 of file css_extensions.cpp.
◆ cueBefore()
DOMString CSS2Properties::cueBefore | ( | ) | const |
See the cue-before property definition in CSS2.
Definition at line 1317 of file css_extensions.cpp.
◆ cursor()
DOMString CSS2Properties::cursor | ( | ) | const |
See the cursor property definition in CSS2.
Definition at line 1332 of file css_extensions.cpp.
◆ direction()
DOMString CSS2Properties::direction | ( | ) | const |
See the direction property definition in CSS2.
Definition at line 1347 of file css_extensions.cpp.
◆ display()
DOMString CSS2Properties::display | ( | ) | const |
See the display property definition in CSS2.
Definition at line 1362 of file css_extensions.cpp.
◆ elevation()
DOMString CSS2Properties::elevation | ( | ) | const |
See the elevation property definition in CSS2.
Definition at line 1377 of file css_extensions.cpp.
◆ emptyCells()
DOMString CSS2Properties::emptyCells | ( | ) | const |
See the empty-cells property definition in CSS2.
Definition at line 1392 of file css_extensions.cpp.
◆ font()
DOMString CSS2Properties::font | ( | ) | const |
See the font property definition in CSS2.
Definition at line 1422 of file css_extensions.cpp.
◆ fontFamily()
DOMString CSS2Properties::fontFamily | ( | ) | const |
See the font-family property definition in CSS2.
Definition at line 1437 of file css_extensions.cpp.
◆ fontSize()
DOMString CSS2Properties::fontSize | ( | ) | const |
See the font-size property definition in CSS2.
Definition at line 1452 of file css_extensions.cpp.
◆ fontSizeAdjust()
DOMString CSS2Properties::fontSizeAdjust | ( | ) | const |
See the font-size-adjust property definition in CSS2.
Definition at line 1467 of file css_extensions.cpp.
◆ fontStretch()
DOMString CSS2Properties::fontStretch | ( | ) | const |
See the font-stretch property definition in CSS2.
Definition at line 1482 of file css_extensions.cpp.
◆ fontStyle()
DOMString CSS2Properties::fontStyle | ( | ) | const |
See the font-style property definition in CSS2.
Definition at line 1497 of file css_extensions.cpp.
◆ fontVariant()
DOMString CSS2Properties::fontVariant | ( | ) | const |
See the font-variant property definition in CSS2.
Definition at line 1512 of file css_extensions.cpp.
◆ fontWeight()
DOMString CSS2Properties::fontWeight | ( | ) | const |
See the font-weight property definition in CSS2.
Definition at line 1527 of file css_extensions.cpp.
◆ height()
DOMString CSS2Properties::height | ( | ) | const |
See the height property definition in CSS2.
Definition at line 1542 of file css_extensions.cpp.
◆ left()
DOMString CSS2Properties::left | ( | ) | const |
See the left property definition in CSS2.
Definition at line 1557 of file css_extensions.cpp.
◆ letterSpacing()
DOMString CSS2Properties::letterSpacing | ( | ) | const |
See the letter-spacing property definition in CSS2.
Definition at line 1572 of file css_extensions.cpp.
◆ lineHeight()
DOMString CSS2Properties::lineHeight | ( | ) | const |
See the line-height property definition in CSS2.
Definition at line 1587 of file css_extensions.cpp.
◆ listStyle()
DOMString CSS2Properties::listStyle | ( | ) | const |
See the list-style property definition in CSS2.
Definition at line 1602 of file css_extensions.cpp.
◆ listStyleImage()
DOMString CSS2Properties::listStyleImage | ( | ) | const |
See the list-style-image property definition in CSS2.
Definition at line 1617 of file css_extensions.cpp.
◆ listStylePosition()
DOMString CSS2Properties::listStylePosition | ( | ) | const |
See the list-style-position property definition in CSS2.
Definition at line 1632 of file css_extensions.cpp.
◆ listStyleType()
DOMString CSS2Properties::listStyleType | ( | ) | const |
See the list-style-type property definition in CSS2.
Definition at line 1647 of file css_extensions.cpp.
◆ margin()
DOMString CSS2Properties::margin | ( | ) | const |
See the margin property definition in CSS2.
Definition at line 1662 of file css_extensions.cpp.
◆ marginBottom()
DOMString CSS2Properties::marginBottom | ( | ) | const |
See the margin-bottom property definition in CSS2.
Definition at line 1707 of file css_extensions.cpp.
◆ marginLeft()
DOMString CSS2Properties::marginLeft | ( | ) | const |
See the margin-left property definition in CSS2.
Definition at line 1722 of file css_extensions.cpp.
◆ marginRight()
DOMString CSS2Properties::marginRight | ( | ) | const |
See the margin-right property definition in CSS2.
Definition at line 1692 of file css_extensions.cpp.
◆ marginTop()
DOMString CSS2Properties::marginTop | ( | ) | const |
See the margin-top property definition in CSS2.
Definition at line 1677 of file css_extensions.cpp.
◆ markerOffset()
DOMString CSS2Properties::markerOffset | ( | ) | const |
See the marker-offset property definition in CSS2.
Definition at line 1737 of file css_extensions.cpp.
◆ marks()
DOMString CSS2Properties::marks | ( | ) | const |
See the marks property definition in CSS2.
Definition at line 1752 of file css_extensions.cpp.
◆ maxHeight()
DOMString CSS2Properties::maxHeight | ( | ) | const |
See the max-height property definition in CSS2.
Definition at line 1767 of file css_extensions.cpp.
◆ maxWidth()
DOMString CSS2Properties::maxWidth | ( | ) | const |
See the max-width property definition in CSS2.
Definition at line 1782 of file css_extensions.cpp.
◆ minHeight()
DOMString CSS2Properties::minHeight | ( | ) | const |
See the min-height property definition in CSS2.
Definition at line 1797 of file css_extensions.cpp.
◆ minWidth()
DOMString CSS2Properties::minWidth | ( | ) | const |
See the min-width property definition in CSS2.
Definition at line 1812 of file css_extensions.cpp.
◆ orphans()
DOMString CSS2Properties::orphans | ( | ) | const |
See the orphans property definition in CSS2.
Definition at line 1827 of file css_extensions.cpp.
◆ outline()
DOMString CSS2Properties::outline | ( | ) | const |
See the outline property definition in CSS2.
Definition at line 1842 of file css_extensions.cpp.
◆ outlineColor()
DOMString CSS2Properties::outlineColor | ( | ) | const |
See the outline-color property definition in CSS2.
Definition at line 1857 of file css_extensions.cpp.
◆ outlineStyle()
DOMString CSS2Properties::outlineStyle | ( | ) | const |
See the outline-style property definition in CSS2.
Definition at line 1872 of file css_extensions.cpp.
◆ outlineWidth()
DOMString CSS2Properties::outlineWidth | ( | ) | const |
See the outline-width property definition in CSS2.
Definition at line 1887 of file css_extensions.cpp.
◆ overflow()
DOMString CSS2Properties::overflow | ( | ) | const |
See the overflow property definition in CSS2.
Definition at line 1902 of file css_extensions.cpp.
◆ padding()
DOMString CSS2Properties::padding | ( | ) | const |
See the padding property definition in CSS2.
Definition at line 1917 of file css_extensions.cpp.
◆ paddingBottom()
DOMString CSS2Properties::paddingBottom | ( | ) | const |
See the padding-bottom property definition in CSS2.
Definition at line 1962 of file css_extensions.cpp.
◆ paddingLeft()
DOMString CSS2Properties::paddingLeft | ( | ) | const |
See the padding-left property definition in CSS2.
Definition at line 1977 of file css_extensions.cpp.
◆ paddingRight()
DOMString CSS2Properties::paddingRight | ( | ) | const |
See the padding-right property definition in CSS2.
Definition at line 1947 of file css_extensions.cpp.
◆ paddingTop()
DOMString CSS2Properties::paddingTop | ( | ) | const |
See the padding-top property definition in CSS2.
Definition at line 1932 of file css_extensions.cpp.
◆ page()
DOMString CSS2Properties::page | ( | ) | const |
See the page property definition in CSS2.
Definition at line 1992 of file css_extensions.cpp.
◆ pageBreakAfter()
DOMString CSS2Properties::pageBreakAfter | ( | ) | const |
See the page-break-after property definition in CSS2.
Definition at line 2007 of file css_extensions.cpp.
◆ pageBreakBefore()
DOMString CSS2Properties::pageBreakBefore | ( | ) | const |
See the page-break-before property definition in CSS2.
Definition at line 2022 of file css_extensions.cpp.
◆ pageBreakInside()
DOMString CSS2Properties::pageBreakInside | ( | ) | const |
See the page-break-inside property definition in CSS2.
Definition at line 2037 of file css_extensions.cpp.
◆ pause()
DOMString CSS2Properties::pause | ( | ) | const |
See the pause property definition in CSS2.
Definition at line 2052 of file css_extensions.cpp.
◆ pauseAfter()
DOMString CSS2Properties::pauseAfter | ( | ) | const |
See the pause-after property definition in CSS2.
Definition at line 2067 of file css_extensions.cpp.
◆ pauseBefore()
DOMString CSS2Properties::pauseBefore | ( | ) | const |
See the pause-before property definition in CSS2.
Definition at line 2082 of file css_extensions.cpp.
◆ pitch()
DOMString CSS2Properties::pitch | ( | ) | const |
See the pitch property definition in CSS2.
Definition at line 2097 of file css_extensions.cpp.
◆ pitchRange()
DOMString CSS2Properties::pitchRange | ( | ) | const |
See the pitch-range property definition in CSS2.
Definition at line 2112 of file css_extensions.cpp.
◆ playDuring()
DOMString CSS2Properties::playDuring | ( | ) | const |
See the play-during property definition in CSS2.
Definition at line 2127 of file css_extensions.cpp.
◆ position()
DOMString CSS2Properties::position | ( | ) | const |
See the position property definition in CSS2.
Definition at line 2142 of file css_extensions.cpp.
◆ quotes()
DOMString CSS2Properties::quotes | ( | ) | const |
See the quotes property definition in CSS2.
Definition at line 2157 of file css_extensions.cpp.
◆ richness()
DOMString CSS2Properties::richness | ( | ) | const |
See the richness property definition in CSS2.
Definition at line 2172 of file css_extensions.cpp.
◆ right()
DOMString CSS2Properties::right | ( | ) | const |
See the right property definition in CSS2.
Definition at line 2187 of file css_extensions.cpp.
◆ setAzimuth()
void CSS2Properties::setAzimuth | ( | const DOM::DOMString & | value | ) |
see azimuth
Definition at line 740 of file css_extensions.cpp.
◆ setBackground()
void CSS2Properties::setBackground | ( | const DOM::DOMString & | value | ) |
see background
Definition at line 755 of file css_extensions.cpp.
◆ setBackgroundAttachment()
void CSS2Properties::setBackgroundAttachment | ( | const DOM::DOMString & | value | ) |
see backgroundAttachment
Definition at line 770 of file css_extensions.cpp.
◆ setBackgroundColor()
void CSS2Properties::setBackgroundColor | ( | const DOM::DOMString & | value | ) |
see backgroundColor
Definition at line 785 of file css_extensions.cpp.
◆ setBackgroundImage()
void CSS2Properties::setBackgroundImage | ( | const DOM::DOMString & | value | ) |
see backgroundImage
Definition at line 800 of file css_extensions.cpp.
◆ setBackgroundPosition()
void CSS2Properties::setBackgroundPosition | ( | const DOM::DOMString & | value | ) |
see backgroundPosition
Definition at line 815 of file css_extensions.cpp.
◆ setBackgroundRepeat()
void CSS2Properties::setBackgroundRepeat | ( | const DOM::DOMString & | value | ) |
see backgroundRepeat
Definition at line 830 of file css_extensions.cpp.
◆ setBorder()
void CSS2Properties::setBorder | ( | const DOM::DOMString & | value | ) |
see border
Definition at line 845 of file css_extensions.cpp.
◆ setBorderBottom()
void CSS2Properties::setBorderBottom | ( | const DOM::DOMString & | value | ) |
see borderBottom
Definition at line 950 of file css_extensions.cpp.
◆ setBorderBottomColor()
void CSS2Properties::setBorderBottomColor | ( | const DOM::DOMString & | value | ) |
see borderBottomColor
Definition at line 1010 of file css_extensions.cpp.
◆ setBorderBottomStyle()
void CSS2Properties::setBorderBottomStyle | ( | const DOM::DOMString & | value | ) |
see borderBottomStyle
Definition at line 1070 of file css_extensions.cpp.
◆ setBorderBottomWidth()
void CSS2Properties::setBorderBottomWidth | ( | const DOM::DOMString & | value | ) |
see borderBottomWidth
Definition at line 1130 of file css_extensions.cpp.
◆ setBorderCollapse()
void CSS2Properties::setBorderCollapse | ( | const DOM::DOMString & | value | ) |
see borderCollapse
Definition at line 860 of file css_extensions.cpp.
◆ setBorderColor()
void CSS2Properties::setBorderColor | ( | const DOM::DOMString & | value | ) |
see borderColor
Definition at line 875 of file css_extensions.cpp.
◆ setBorderLeft()
void CSS2Properties::setBorderLeft | ( | const DOM::DOMString & | value | ) |
see borderLeft
Definition at line 965 of file css_extensions.cpp.
◆ setBorderLeftColor()
void CSS2Properties::setBorderLeftColor | ( | const DOM::DOMString & | value | ) |
see borderLeftColor
Definition at line 1025 of file css_extensions.cpp.
◆ setBorderLeftStyle()
void CSS2Properties::setBorderLeftStyle | ( | const DOM::DOMString & | value | ) |
see borderLeftStyle
Definition at line 1085 of file css_extensions.cpp.
◆ setBorderLeftWidth()
void CSS2Properties::setBorderLeftWidth | ( | const DOM::DOMString & | value | ) |
see borderLeftWidth
Definition at line 1145 of file css_extensions.cpp.
◆ setBorderRight()
void CSS2Properties::setBorderRight | ( | const DOM::DOMString & | value | ) |
see borderRight
Definition at line 935 of file css_extensions.cpp.
◆ setBorderRightColor()
void CSS2Properties::setBorderRightColor | ( | const DOM::DOMString & | value | ) |
see borderRightColor
Definition at line 995 of file css_extensions.cpp.
◆ setBorderRightStyle()
void CSS2Properties::setBorderRightStyle | ( | const DOM::DOMString & | value | ) |
see borderRightStyle
Definition at line 1055 of file css_extensions.cpp.
◆ setBorderRightWidth()
void CSS2Properties::setBorderRightWidth | ( | const DOM::DOMString & | value | ) |
see borderRightWidth
Definition at line 1115 of file css_extensions.cpp.
◆ setBorderSpacing()
void CSS2Properties::setBorderSpacing | ( | const DOM::DOMString & | value | ) |
see borderSpacing
Definition at line 890 of file css_extensions.cpp.
◆ setBorderStyle()
void CSS2Properties::setBorderStyle | ( | const DOM::DOMString & | value | ) |
see borderStyle
Definition at line 905 of file css_extensions.cpp.
◆ setBorderTop()
void CSS2Properties::setBorderTop | ( | const DOM::DOMString & | value | ) |
see borderTop
Definition at line 920 of file css_extensions.cpp.
◆ setBorderTopColor()
void CSS2Properties::setBorderTopColor | ( | const DOM::DOMString & | value | ) |
see borderTopColor
Definition at line 980 of file css_extensions.cpp.
◆ setBorderTopStyle()
void CSS2Properties::setBorderTopStyle | ( | const DOM::DOMString & | value | ) |
see borderTopStyle
Definition at line 1040 of file css_extensions.cpp.
◆ setBorderTopWidth()
void CSS2Properties::setBorderTopWidth | ( | const DOM::DOMString & | value | ) |
see borderTopWidth
Definition at line 1100 of file css_extensions.cpp.
◆ setBorderWidth()
void CSS2Properties::setBorderWidth | ( | const DOM::DOMString & | value | ) |
see borderWidth
Definition at line 1160 of file css_extensions.cpp.
◆ setBottom()
void CSS2Properties::setBottom | ( | const DOM::DOMString & | value | ) |
see bottom
Definition at line 1175 of file css_extensions.cpp.
◆ setCaptionSide()
void CSS2Properties::setCaptionSide | ( | const DOM::DOMString & | value | ) |
see captionSide
Definition at line 1190 of file css_extensions.cpp.
◆ setClear()
void CSS2Properties::setClear | ( | const DOM::DOMString & | value | ) |
see clear
Definition at line 1205 of file css_extensions.cpp.
◆ setClip()
void CSS2Properties::setClip | ( | const DOM::DOMString & | value | ) |
see clip
Definition at line 1220 of file css_extensions.cpp.
◆ setColor()
void CSS2Properties::setColor | ( | const DOM::DOMString & | value | ) |
see color
Definition at line 1235 of file css_extensions.cpp.
◆ setContent()
void CSS2Properties::setContent | ( | const DOM::DOMString & | value | ) |
see content
Definition at line 1250 of file css_extensions.cpp.
◆ setCounterIncrement()
void CSS2Properties::setCounterIncrement | ( | const DOM::DOMString & | value | ) |
see counterIncrement
Definition at line 1265 of file css_extensions.cpp.
◆ setCounterReset()
void CSS2Properties::setCounterReset | ( | const DOM::DOMString & | value | ) |
see counterReset
Definition at line 1280 of file css_extensions.cpp.
◆ setCssFloat()
void CSS2Properties::setCssFloat | ( | const DOM::DOMString & | value | ) |
see cssFloat
Definition at line 1415 of file css_extensions.cpp.
◆ setCue()
void CSS2Properties::setCue | ( | const DOM::DOMString & | value | ) |
see cue
Definition at line 1295 of file css_extensions.cpp.
◆ setCueAfter()
void CSS2Properties::setCueAfter | ( | const DOM::DOMString & | value | ) |
see cueAfter
Definition at line 1310 of file css_extensions.cpp.
◆ setCueBefore()
void CSS2Properties::setCueBefore | ( | const DOM::DOMString & | value | ) |
see cueBefore
Definition at line 1325 of file css_extensions.cpp.
◆ setCursor()
void CSS2Properties::setCursor | ( | const DOM::DOMString & | value | ) |
see cursor
Definition at line 1340 of file css_extensions.cpp.
◆ setDirection()
void CSS2Properties::setDirection | ( | const DOM::DOMString & | value | ) |
see direction
Definition at line 1355 of file css_extensions.cpp.
◆ setDisplay()
void CSS2Properties::setDisplay | ( | const DOM::DOMString & | value | ) |
see display
Definition at line 1370 of file css_extensions.cpp.
◆ setElevation()
void CSS2Properties::setElevation | ( | const DOM::DOMString & | value | ) |
see elevation
Definition at line 1385 of file css_extensions.cpp.
◆ setEmptyCells()
void CSS2Properties::setEmptyCells | ( | const DOM::DOMString & | value | ) |
see emptyCells
Definition at line 1400 of file css_extensions.cpp.
◆ setFont()
void CSS2Properties::setFont | ( | const DOM::DOMString & | value | ) |
see font
Definition at line 1430 of file css_extensions.cpp.
◆ setFontFamily()
void CSS2Properties::setFontFamily | ( | const DOM::DOMString & | value | ) |
see fontFamily
Definition at line 1445 of file css_extensions.cpp.
◆ setFontSize()
void CSS2Properties::setFontSize | ( | const DOM::DOMString & | value | ) |
see fontSize
Definition at line 1460 of file css_extensions.cpp.
◆ setFontSizeAdjust()
void CSS2Properties::setFontSizeAdjust | ( | const DOM::DOMString & | value | ) |
see fontSizeAdjust
Definition at line 1475 of file css_extensions.cpp.
◆ setFontStretch()
void CSS2Properties::setFontStretch | ( | const DOM::DOMString & | value | ) |
see fontStretch
Definition at line 1490 of file css_extensions.cpp.
◆ setFontStyle()
void CSS2Properties::setFontStyle | ( | const DOM::DOMString & | value | ) |
see fontStyle
Definition at line 1505 of file css_extensions.cpp.
◆ setFontVariant()
void CSS2Properties::setFontVariant | ( | const DOM::DOMString & | value | ) |
see fontVariant
Definition at line 1520 of file css_extensions.cpp.
◆ setFontWeight()
void CSS2Properties::setFontWeight | ( | const DOM::DOMString & | value | ) |
see fontWeight
Definition at line 1535 of file css_extensions.cpp.
◆ setHeight()
void CSS2Properties::setHeight | ( | const DOM::DOMString & | value | ) |
see height
Definition at line 1550 of file css_extensions.cpp.
◆ setLeft()
void CSS2Properties::setLeft | ( | const DOM::DOMString & | value | ) |
see left
Definition at line 1565 of file css_extensions.cpp.
◆ setLetterSpacing()
void CSS2Properties::setLetterSpacing | ( | const DOM::DOMString & | value | ) |
see letterSpacing
Definition at line 1580 of file css_extensions.cpp.
◆ setLineHeight()
void CSS2Properties::setLineHeight | ( | const DOM::DOMString & | value | ) |
see lineHeight
Definition at line 1595 of file css_extensions.cpp.
◆ setListStyle()
void CSS2Properties::setListStyle | ( | const DOM::DOMString & | value | ) |
see listStyle
Definition at line 1610 of file css_extensions.cpp.
◆ setListStyleImage()
void CSS2Properties::setListStyleImage | ( | const DOM::DOMString & | value | ) |
see listStyleImage
Definition at line 1625 of file css_extensions.cpp.
◆ setListStylePosition()
void CSS2Properties::setListStylePosition | ( | const DOM::DOMString & | value | ) |
see listStylePosition
Definition at line 1640 of file css_extensions.cpp.
◆ setListStyleType()
void CSS2Properties::setListStyleType | ( | const DOM::DOMString & | value | ) |
see listStyleType
Definition at line 1655 of file css_extensions.cpp.
◆ setMargin()
void CSS2Properties::setMargin | ( | const DOM::DOMString & | value | ) |
see margin
Definition at line 1670 of file css_extensions.cpp.
◆ setMarginBottom()
void CSS2Properties::setMarginBottom | ( | const DOM::DOMString & | value | ) |
see marginBottom
Definition at line 1715 of file css_extensions.cpp.
◆ setMarginLeft()
void CSS2Properties::setMarginLeft | ( | const DOM::DOMString & | value | ) |
see marginLeft
Definition at line 1730 of file css_extensions.cpp.
◆ setMarginRight()
void CSS2Properties::setMarginRight | ( | const DOM::DOMString & | value | ) |
see marginRight
Definition at line 1700 of file css_extensions.cpp.
◆ setMarginTop()
void CSS2Properties::setMarginTop | ( | const DOM::DOMString & | value | ) |
see marginTop
Definition at line 1685 of file css_extensions.cpp.
◆ setMarkerOffset()
void CSS2Properties::setMarkerOffset | ( | const DOM::DOMString & | value | ) |
see markerOffset
Definition at line 1745 of file css_extensions.cpp.
◆ setMarks()
void CSS2Properties::setMarks | ( | const DOM::DOMString & | value | ) |
see marks
Definition at line 1760 of file css_extensions.cpp.
◆ setMaxHeight()
void CSS2Properties::setMaxHeight | ( | const DOM::DOMString & | value | ) |
see maxHeight
Definition at line 1775 of file css_extensions.cpp.
◆ setMaxWidth()
void CSS2Properties::setMaxWidth | ( | const DOM::DOMString & | value | ) |
see maxWidth
Definition at line 1790 of file css_extensions.cpp.
◆ setMinHeight()
void CSS2Properties::setMinHeight | ( | const DOM::DOMString & | value | ) |
see minHeight
Definition at line 1805 of file css_extensions.cpp.
◆ setMinWidth()
void CSS2Properties::setMinWidth | ( | const DOM::DOMString & | value | ) |
see minWidth
Definition at line 1820 of file css_extensions.cpp.
◆ setOrphans()
void CSS2Properties::setOrphans | ( | const DOM::DOMString & | value | ) |
see orphans
Definition at line 1835 of file css_extensions.cpp.
◆ setOutline()
void CSS2Properties::setOutline | ( | const DOM::DOMString & | value | ) |
see outline
Definition at line 1850 of file css_extensions.cpp.
◆ setOutlineColor()
void CSS2Properties::setOutlineColor | ( | const DOM::DOMString & | value | ) |
see outlineColor
Definition at line 1865 of file css_extensions.cpp.
◆ setOutlineStyle()
void CSS2Properties::setOutlineStyle | ( | const DOM::DOMString & | value | ) |
see outlineStyle
Definition at line 1880 of file css_extensions.cpp.
◆ setOutlineWidth()
void CSS2Properties::setOutlineWidth | ( | const DOM::DOMString & | value | ) |
see outlineWidth
Definition at line 1895 of file css_extensions.cpp.
◆ setOverflow()
void CSS2Properties::setOverflow | ( | const DOM::DOMString & | value | ) |
see overflow
Definition at line 1910 of file css_extensions.cpp.
◆ setPadding()
void CSS2Properties::setPadding | ( | const DOM::DOMString & | value | ) |
see padding
Definition at line 1925 of file css_extensions.cpp.
◆ setPaddingBottom()
void CSS2Properties::setPaddingBottom | ( | const DOM::DOMString & | value | ) |
see paddingBottom
Definition at line 1970 of file css_extensions.cpp.
◆ setPaddingLeft()
void CSS2Properties::setPaddingLeft | ( | const DOM::DOMString & | value | ) |
see paddingLeft
Definition at line 1985 of file css_extensions.cpp.
◆ setPaddingRight()
void CSS2Properties::setPaddingRight | ( | const DOM::DOMString & | value | ) |
see paddingRight
Definition at line 1955 of file css_extensions.cpp.
◆ setPaddingTop()
void CSS2Properties::setPaddingTop | ( | const DOM::DOMString & | value | ) |
see paddingTop
Definition at line 1940 of file css_extensions.cpp.
◆ setPage()
void CSS2Properties::setPage | ( | const DOM::DOMString & | value | ) |
see page
Definition at line 2000 of file css_extensions.cpp.
◆ setPageBreakAfter()
void CSS2Properties::setPageBreakAfter | ( | const DOM::DOMString & | value | ) |
see pageBreakAfter
Definition at line 2015 of file css_extensions.cpp.
◆ setPageBreakBefore()
void CSS2Properties::setPageBreakBefore | ( | const DOM::DOMString & | value | ) |
see pageBreakBefore
Definition at line 2030 of file css_extensions.cpp.
◆ setPageBreakInside()
void CSS2Properties::setPageBreakInside | ( | const DOM::DOMString & | value | ) |
see pageBreakInside
Definition at line 2045 of file css_extensions.cpp.
◆ setPause()
void CSS2Properties::setPause | ( | const DOM::DOMString & | value | ) |
see pause
Definition at line 2060 of file css_extensions.cpp.
◆ setPauseAfter()
void CSS2Properties::setPauseAfter | ( | const DOM::DOMString & | value | ) |
see pauseAfter
Definition at line 2075 of file css_extensions.cpp.
◆ setPauseBefore()
void CSS2Properties::setPauseBefore | ( | const DOM::DOMString & | value | ) |
see pauseBefore
Definition at line 2090 of file css_extensions.cpp.
◆ setPitch()
void CSS2Properties::setPitch | ( | const DOM::DOMString & | value | ) |
see pitch
Definition at line 2105 of file css_extensions.cpp.
◆ setPitchRange()
void CSS2Properties::setPitchRange | ( | const DOM::DOMString & | value | ) |
see pitchRange
Definition at line 2120 of file css_extensions.cpp.
◆ setPlayDuring()
void CSS2Properties::setPlayDuring | ( | const DOM::DOMString & | value | ) |
see playDuring
Definition at line 2135 of file css_extensions.cpp.
◆ setPosition()
void CSS2Properties::setPosition | ( | const DOM::DOMString & | value | ) |
see position
Definition at line 2150 of file css_extensions.cpp.
◆ setQuotes()
void CSS2Properties::setQuotes | ( | const DOM::DOMString & | value | ) |
see quotes
Definition at line 2165 of file css_extensions.cpp.
◆ setRichness()
void CSS2Properties::setRichness | ( | const DOM::DOMString & | value | ) |
see richness
Definition at line 2180 of file css_extensions.cpp.
◆ setRight()
void CSS2Properties::setRight | ( | const DOM::DOMString & | value | ) |
see right
Definition at line 2195 of file css_extensions.cpp.
◆ setSize()
void CSS2Properties::setSize | ( | const DOM::DOMString & | value | ) |
see size
Definition at line 2210 of file css_extensions.cpp.
◆ setSpeak()
void CSS2Properties::setSpeak | ( | const DOM::DOMString & | value | ) |
see speak
Definition at line 2225 of file css_extensions.cpp.
◆ setSpeakHeader()
void CSS2Properties::setSpeakHeader | ( | const DOM::DOMString & | value | ) |
see speakHeader
Definition at line 2240 of file css_extensions.cpp.
◆ setSpeakNumeral()
void CSS2Properties::setSpeakNumeral | ( | const DOM::DOMString & | value | ) |
see speakNumeral
Definition at line 2255 of file css_extensions.cpp.
◆ setSpeakPunctuation()
void CSS2Properties::setSpeakPunctuation | ( | const DOM::DOMString & | value | ) |
see speakPunctuation
Definition at line 2270 of file css_extensions.cpp.
◆ setSpeechRate()
void CSS2Properties::setSpeechRate | ( | const DOM::DOMString & | value | ) |
see speechRate
Definition at line 2285 of file css_extensions.cpp.
◆ setStress()
void CSS2Properties::setStress | ( | const DOM::DOMString & | value | ) |
see stress
Definition at line 2300 of file css_extensions.cpp.
◆ setTableLayout()
void CSS2Properties::setTableLayout | ( | const DOM::DOMString & | value | ) |
see tableLayout
Definition at line 2315 of file css_extensions.cpp.
◆ setTextAlign()
void CSS2Properties::setTextAlign | ( | const DOM::DOMString & | value | ) |
see textAlign
Definition at line 2330 of file css_extensions.cpp.
◆ setTextDecoration()
void CSS2Properties::setTextDecoration | ( | const DOM::DOMString & | value | ) |
see textDecoration
Definition at line 2345 of file css_extensions.cpp.
◆ setTextIndent()
void CSS2Properties::setTextIndent | ( | const DOM::DOMString & | value | ) |
see textIndent
Definition at line 2360 of file css_extensions.cpp.
◆ setTextShadow()
void CSS2Properties::setTextShadow | ( | const DOM::DOMString & | value | ) |
see textShadow
Definition at line 2375 of file css_extensions.cpp.
◆ setTextTransform()
void CSS2Properties::setTextTransform | ( | const DOM::DOMString & | value | ) |
see textTransform
Definition at line 2390 of file css_extensions.cpp.
◆ setTop()
void CSS2Properties::setTop | ( | const DOM::DOMString & | value | ) |
see top
Definition at line 2405 of file css_extensions.cpp.
◆ setUnicodeBidi()
void CSS2Properties::setUnicodeBidi | ( | const DOM::DOMString & | value | ) |
see unicodeBidi
Definition at line 2420 of file css_extensions.cpp.
◆ setVerticalAlign()
void CSS2Properties::setVerticalAlign | ( | const DOM::DOMString & | value | ) |
see verticalAlign
Definition at line 2435 of file css_extensions.cpp.
◆ setVisibility()
void CSS2Properties::setVisibility | ( | const DOM::DOMString & | value | ) |
see visibility
Definition at line 2450 of file css_extensions.cpp.
◆ setVoiceFamily()
void CSS2Properties::setVoiceFamily | ( | const DOM::DOMString & | value | ) |
see voiceFamily
Definition at line 2465 of file css_extensions.cpp.
◆ setVolume()
void CSS2Properties::setVolume | ( | const DOM::DOMString & | value | ) |
see volume
Definition at line 2480 of file css_extensions.cpp.
◆ setWhiteSpace()
void CSS2Properties::setWhiteSpace | ( | const DOM::DOMString & | value | ) |
see whiteSpace
Definition at line 2495 of file css_extensions.cpp.
◆ setWidows()
void CSS2Properties::setWidows | ( | const DOM::DOMString & | value | ) |
see widows
Definition at line 2510 of file css_extensions.cpp.
◆ setWidth()
void CSS2Properties::setWidth | ( | const DOM::DOMString & | value | ) |
see width
Definition at line 2525 of file css_extensions.cpp.
◆ setWordSpacing()
void CSS2Properties::setWordSpacing | ( | const DOM::DOMString & | value | ) |
see wordSpacing
Definition at line 2540 of file css_extensions.cpp.
◆ setZIndex()
void CSS2Properties::setZIndex | ( | const DOM::DOMString & | value | ) |
see zIndex
Definition at line 2555 of file css_extensions.cpp.
◆ size()
DOMString CSS2Properties::size | ( | ) | const |
See the size property definition in CSS2.
Definition at line 2202 of file css_extensions.cpp.
◆ speak()
DOMString CSS2Properties::speak | ( | ) | const |
See the speak property definition in CSS2.
Definition at line 2217 of file css_extensions.cpp.
◆ speakHeader()
DOMString CSS2Properties::speakHeader | ( | ) | const |
See the speak-header property definition in CSS2.
Definition at line 2232 of file css_extensions.cpp.
◆ speakNumeral()
DOMString CSS2Properties::speakNumeral | ( | ) | const |
See the speak-numeral property definition in CSS2.
Definition at line 2247 of file css_extensions.cpp.
◆ speakPunctuation()
DOMString CSS2Properties::speakPunctuation | ( | ) | const |
See the speak-punctuation property definition in CSS2.
Definition at line 2262 of file css_extensions.cpp.
◆ speechRate()
DOMString CSS2Properties::speechRate | ( | ) | const |
See the speech-rate property definition in CSS2.
Definition at line 2277 of file css_extensions.cpp.
◆ stress()
DOMString CSS2Properties::stress | ( | ) | const |
See the stress property definition in CSS2.
Definition at line 2292 of file css_extensions.cpp.
◆ tableLayout()
DOMString CSS2Properties::tableLayout | ( | ) | const |
See the table-layout property definition in CSS2.
Definition at line 2307 of file css_extensions.cpp.
◆ textAlign()
DOMString CSS2Properties::textAlign | ( | ) | const |
See the text-align property definition in CSS2.
Definition at line 2322 of file css_extensions.cpp.
◆ textDecoration()
DOMString CSS2Properties::textDecoration | ( | ) | const |
See the text-decoration property definition in CSS2.
Definition at line 2337 of file css_extensions.cpp.
◆ textIndent()
DOMString CSS2Properties::textIndent | ( | ) | const |
See the text-indent property definition in CSS2.
Definition at line 2352 of file css_extensions.cpp.
◆ textShadow()
DOMString CSS2Properties::textShadow | ( | ) | const |
See the text-shadow property definition in CSS2.
Definition at line 2367 of file css_extensions.cpp.
◆ textTransform()
DOMString CSS2Properties::textTransform | ( | ) | const |
See the text-transform property definition in CSS2.
Definition at line 2382 of file css_extensions.cpp.
◆ top()
DOMString CSS2Properties::top | ( | ) | const |
See the top property definition in CSS2.
Definition at line 2397 of file css_extensions.cpp.
◆ unicodeBidi()
DOMString CSS2Properties::unicodeBidi | ( | ) | const |
See the unicode-bidi property definition in CSS2.
Definition at line 2412 of file css_extensions.cpp.
◆ verticalAlign()
DOMString CSS2Properties::verticalAlign | ( | ) | const |
See the vertical-align property definition in CSS2.
Definition at line 2427 of file css_extensions.cpp.
◆ visibility()
DOMString CSS2Properties::visibility | ( | ) | const |
See the visibility property definition in CSS2.
Definition at line 2442 of file css_extensions.cpp.
◆ voiceFamily()
DOMString CSS2Properties::voiceFamily | ( | ) | const |
See the voice-family property definition in CSS2.
Definition at line 2457 of file css_extensions.cpp.
◆ volume()
DOMString CSS2Properties::volume | ( | ) | const |
See the volume property definition in CSS2.
Definition at line 2472 of file css_extensions.cpp.
◆ whiteSpace()
DOMString CSS2Properties::whiteSpace | ( | ) | const |
See the white-space property definition in CSS2.
Definition at line 2487 of file css_extensions.cpp.
◆ widows()
DOMString CSS2Properties::widows | ( | ) | const |
See the widows property definition in CSS2.
Definition at line 2502 of file css_extensions.cpp.
◆ width()
DOMString CSS2Properties::width | ( | ) | const |
See the width property definition in CSS2.
Definition at line 2517 of file css_extensions.cpp.
◆ wordSpacing()
DOMString CSS2Properties::wordSpacing | ( | ) | const |
See the word-spacing property definition in CSS2.
Definition at line 2532 of file css_extensions.cpp.
◆ zIndex()
DOMString CSS2Properties::zIndex | ( | ) | const |
See the z-index property definition in CSS2.
Definition at line 2547 of file css_extensions.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Dec 6 2023 04:08:40 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.