Home | Trees | Indices | Help |
|
---|
|
object --+ | CSS2Properties
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.
cssutils actually also allows usage of del to remove a CSS property from a CSSStyleDeclaration.
This is an abstract class, the following functions need to be present in inheriting class:
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
_properties =
|
|
_properties
|
|
azimuth
|
background
|
backgroundAttachment
|
backgroundColor
|
backgroundImage
|
backgroundPosition
|
backgroundRepeat
|
border
|
borderBottom
|
borderBottomColor
|
borderBottomStyle
|
borderBottomWidth
|
borderCollapse
|
borderColor
|
borderLeft
|
borderLeftColor
|
borderLeftStyle
|
borderRight
|
borderRightColor
|
borderRightStyle
|
borderRightWidth
|
borderSpacing
|
borderStyle
|
borderTop
|
borderTopColor
|
borderTopStyle
|
borderTopWidth
|
borderWidth
|
bottom
|
captionSide
|
clear
|
clip
|
color
|
content
|
counterIncrement
|
counterReset
|
cue
|
cueAfter
|
cueBefore
|
cursor
|
direction
|
display
|
elevation
|
emptyCells
|
float
|
font
|
fontFamily
|
fontSize
|
fontStyle
|
fontVariant
|
fontWeight
|
height
|
left
|
letterSpacing
|
lineHeight
|
listStyle
|
listStyleImage
|
listStylePosition
|
listStyleType
|
margin
|
marginBottom
|
marginLeft
|
marginRight
|
marginTop
|
maxHeight
|
maxWidth
|
minHeight
|
minWidth
|
orphans
|
outline
|
outlineColor
|
outlineStyle
|
outlineWidth
|
overflow
|
padding
|
paddingBottom
|
paddingLeft
|
paddingRight
|
paddingTop
|
pageBreakAfter
|
pageBreakBefore
|
pageBreakInside
|
pause
|
pauseAfter
|
pauseBefore
|
pitch
|
pitchRange
|
playDuring
|
position
|
quotes
|
richness
|
right
|
speak
|
speakHeader
|
speakNumeral
|
speakPunctuation
|
speechRate
|
stress
|
tableLayout
|
textAlign
|
textDecoration
|
textIndent
|
textTransform
|
top
|
unicodeBidi
|
verticalAlign
|
visibility
|
voiceFamily
|
volume
|
whiteSpace
|
widows
|
width
|
wordSpacing
|
zIndex
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Sep 05 13:22:10 2007 | http://epydoc.sourceforge.net |