css_extensions.h
305 void setPositionIdentifier ( const DOM::DOMString &horizontalIdentifier, const DOM::DOMString &verticalIdentifier );
The CSS2Azimuth interface represents the azimuth CSS Level 2 property.
Definition: css_extensions.h:42
bool behind() const
behind indicates whether the behind identifier has been set.
Definition: css_extensions.cpp:64
unsigned short azimuthType() const
A code defining the type of the value as defined in CSSValue .
Definition: css_extensions.cpp:52
void setAngleValue(const unsigned short unitType, const float floatValue)
A method to set the angle value with a specified unit.
Definition: css_extensions.cpp:70
void setIdentifier(const DOM::DOMString &identifier, const bool behind)
Setting the identifier for the azimuth property will unset any previously set angle value.
Definition: css_extensions.cpp:82
DOM::DOMString identifier() const
If azimuthType is CSS_IDENT , identifier contains one of left-side, far-left, left,...
Definition: css_extensions.cpp:58
float getAngleValue(const unsigned short unitType)
Used to retrieved the float value of the azimuth property.
Definition: css_extensions.cpp:76
The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property.
Definition: css_extensions.h:146
DOM::DOMString horizontalIdentifier() const
If horizontalType is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of ...
Definition: css_extensions.cpp:124
unsigned short horizontalType() const
A code defining the type of the horizontal value.
Definition: css_extensions.cpp:112
unsigned short verticalType() const
A code defining the type of the horizontal value.
Definition: css_extensions.cpp:118
void setVerticalPosition(const unsigned short verticalType, const float value)
This method is used to set the vertical position with a specified unit.
Definition: css_extensions.cpp:154
float getVerticalPosition(const float verticalType)
This method is used to get the float value in a specified unit if the verticalPosition represents a l...
Definition: css_extensions.cpp:142
DOM::DOMString verticalIdentifier() const
If verticalType is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of th...
Definition: css_extensions.cpp:130
float getHorizontalPosition(const float horizontalType)
This method is used to get the float value in a specified unit if the horizontalPosition represents a...
Definition: css_extensions.cpp:136
void setPositionIdentifier(const DOM::DOMString &horizontalIdentifier, const DOM::DOMString &verticalIdentifier)
Sets the identifiers.
Definition: css_extensions.cpp:160
void setHorizontalPosition(const unsigned short horizontalType, const float value)
This method is used to set the horizontal position with a specified unit.
Definition: css_extensions.cpp:148
The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property.
Definition: css_extensions.h:318
float getVerticalSpacing(const float verticalType)
This method is used to get the float value in a specified unit if the verticalSpacing represents a le...
Definition: css_extensions.cpp:208
void setHorizontalSpacing(const unsigned short horizontalType, const float value)
This method is used to set the horizontal spacing with a specified unit.
Definition: css_extensions.cpp:214
void setVerticalSpacing(const unsigned short verticalType, const float value)
This method is used to set the vertical spacing with a specified unit.
Definition: css_extensions.cpp:220
float getHorizontalSpacing(const float horizontalType)
This method is used to get the float value in a specified unit if the horizontalSpacing represents a ...
Definition: css_extensions.cpp:202
unsigned short horizontalType() const
The A code defining the type of the value as defined in CSSValue .
Definition: css_extensions.cpp:190
unsigned short verticalType() const
The A code defining the type of the value as defined in CSSValue .
Definition: css_extensions.cpp:196
The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 pr...
Definition: css_extensions.h:448
The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property.
Definition: css_extensions.h:504
The CSS2Cursor interface represents the cursor CSS Level 2 property.
Definition: css_extensions.h:560
DOM::DOMString predefinedCursor() const
This identifier represents a generic cursor name or an empty string.
Definition: css_extensions.cpp:373
void setPredefinedCursor(const DOM::DOMString &)
see predefinedCursor
Definition: css_extensions.cpp:379
unsigned short cursorType() const
A code defining the type of the property.
Definition: css_extensions.cpp:354
CSSValueList uris() const
uris represents the list of URIs ( CSS_URI ) on the cursor property.
Definition: css_extensions.cpp:367
The CSS2Cursor interface represents the src CSS Level 2 descriptor.
Definition: css_extensions.h:627
DOM::DOMString uri() const
Specifies the source of the font, empty string otherwise.
Definition: css_extensions.cpp:408
CSSValueList format() const
This attribute contains a list of strings for the format CSS function.
Definition: css_extensions.cpp:419
DOM::DOMString fontFaceName() const
Specifies the full font name of a locally installed font.
Definition: css_extensions.cpp:425
The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor.
Definition: css_extensions.h:694
CSSValueList numbers() const
A list of numbers representing the glyph widths.
Definition: css_extensions.cpp:471
The CSS2Cursor interface represents the size CSS Level 2 descriptor.
Definition: css_extensions.h:740
unsigned short heightType() const
A code defining the type of the height of the page.
Definition: css_extensions.cpp:508
DOM::DOMString identifier() const
If width is CSS_IDENT or CSS_INHERIT , this attribute contains the string representation of the ident...
Definition: css_extensions.cpp:514
float getWidth(const float widthType)
This method is used to get the float value in a specified unit if the widthType represents a length.
Definition: css_extensions.cpp:520
void setWidthSize(const unsigned short widthType, const float value)
This method is used to set the width position with a specified unit.
Definition: css_extensions.cpp:532
unsigned short widthType() const
A code defining the type of the width of the page.
Definition: css_extensions.cpp:502
void setHeightSize(const unsigned short heightType, const float value)
This method is used to set the height position with a specified unit.
Definition: css_extensions.cpp:538
float getHeightSize(const float heightType)
This method is used to get the float value in a specified unit if the heightType represents a length.
Definition: css_extensions.cpp:526
void setIdentifier(const DOM::DOMString &identifier)
Sets the identifier.
Definition: css_extensions.cpp:544
The CSS2PlayDuring interface represents the play-during CSS Level 2 property.
Definition: css_extensions.h:889
DOM::DOMString playDuringIdentifier() const
One of "inherit" , "auto" , "none" or the empty string if the playDuringType is CSS_UNKNOWN .
Definition: css_extensions.cpp:580
void setPlayDuringIdentifier(const DOM::DOMString &)
see playDuringIdentifier
Definition: css_extensions.cpp:586
unsigned short playDuringType() const
A code defining the type of the value as define in CSSvalue .
Definition: css_extensions.cpp:574
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties...
Definition: css_extensions.h:1049
DOM::DOMString cueAfter() const
See the cue-after property definition in CSS2.
Definition: css_extensions.cpp:1070
DOM::DOMString backgroundImage() const
See the background-image property definition in CSS2.
Definition: css_extensions.cpp:696
DOM::DOMString fontSizeAdjust() const
See the font-size-adjust property definition in CSS2.
Definition: css_extensions.cpp:1191
DOM::DOMString backgroundColor() const
See the background-color property definition in CSS2.
Definition: css_extensions.cpp:685
DOM::DOMString borderBottom() const
See the border-bottom property definition in CSS2.
Definition: css_extensions.cpp:806
DOM::DOMString emptyCells() const
See the empty-cells property definition in CSS2.
Definition: css_extensions.cpp:1136
DOM::DOMString fontWeight() const
See the font-weight property definition in CSS2.
Definition: css_extensions.cpp:1235
void setCounterIncrement(const DOM::DOMString &)
see counterIncrement
Definition: css_extensions.cpp:1043
DOM::DOMString pageBreakBefore() const
See the page-break-before property definition in CSS2.
Definition: css_extensions.cpp:1598
DOM::DOMString counterIncrement() const
See the counter-increment property definition in CSS2.
Definition: css_extensions.cpp:1037
DOM::DOMString padding() const
See the padding property definition in CSS2.
Definition: css_extensions.cpp:1521
DOM::DOMString clear() const
See the clear property definition in CSS2.
Definition: css_extensions.cpp:993
void setBorderBottomColor(const DOM::DOMString &)
see borderBottomColor
Definition: css_extensions.cpp:856
DOM::DOMString borderTop() const
See the border-top property definition in CSS2.
Definition: css_extensions.cpp:784
DOM::DOMString fontFamily() const
See the font-family property definition in CSS2.
Definition: css_extensions.cpp:1169
DOM::DOMString borderBottomWidth() const
See the border-bottom-width property definition in CSS2.
Definition: css_extensions.cpp:938
void setBackgroundAttachment(const DOM::DOMString &)
see backgroundAttachment
Definition: css_extensions.cpp:680
void setBackgroundPosition(const DOM::DOMString &)
see backgroundPosition
Definition: css_extensions.cpp:713
DOM::DOMString maxWidth() const
See the max-width property definition in CSS2.
Definition: css_extensions.cpp:1422
DOM::DOMString bottom() const
See the bottom property definition in CSS2.
Definition: css_extensions.cpp:971
DOM::DOMString size() const
See the size property definition in CSS2.
Definition: css_extensions.cpp:1730
DOM::DOMString azimuth() const
See the azimuth property definition in CSS2.
Definition: css_extensions.cpp:652
DOM::DOMString borderRightColor() const
See the border-right-color property definition in CSS2.
Definition: css_extensions.cpp:839
DOM::DOMString paddingRight() const
See the padding-right property definition in CSS2.
Definition: css_extensions.cpp:1543
void setPageBreakInside(const DOM::DOMString &)
see pageBreakInside
Definition: css_extensions.cpp:1615
DOM::DOMString maxHeight() const
See the max-height property definition in CSS2.
Definition: css_extensions.cpp:1411
DOM::DOMString display() const
See the display property definition in CSS2.
Definition: css_extensions.cpp:1114
void setBorderRightColor(const DOM::DOMString &)
see borderRightColor
Definition: css_extensions.cpp:845
DOM::DOMString textShadow() const
See the text-shadow property definition in CSS2.
Definition: css_extensions.cpp:1851
DOM::DOMString borderLeftColor() const
See the border-left-color property definition in CSS2.
Definition: css_extensions.cpp:861
void setBorderRightWidth(const DOM::DOMString &)
see borderRightWidth
Definition: css_extensions.cpp:933
void setBorderBottomWidth(const DOM::DOMString &)
see borderBottomWidth
Definition: css_extensions.cpp:944
DOM::DOMString orphans() const
See the orphans property definition in CSS2.
Definition: css_extensions.cpp:1455
DOM::DOMString playDuring() const
See the play-during property definition in CSS2.
Definition: css_extensions.cpp:1675
DOM::DOMString wordSpacing() const
See the word-spacing property definition in CSS2.
Definition: css_extensions.cpp:1972
DOM::DOMString listStyleImage() const
See the list-style-image property definition in CSS2.
Definition: css_extensions.cpp:1301
DOM::DOMString fontVariant() const
See the font-variant property definition in CSS2.
Definition: css_extensions.cpp:1224
void setBackgroundImage(const DOM::DOMString &)
see backgroundImage
Definition: css_extensions.cpp:702
DOM::DOMString content() const
See the content property definition in CSS2.
Definition: css_extensions.cpp:1026
DOM::DOMString lineHeight() const
See the line-height property definition in CSS2.
Definition: css_extensions.cpp:1279
DOM::DOMString pitch() const
See the pitch property definition in CSS2.
Definition: css_extensions.cpp:1653
DOM::DOMString backgroundAttachment() const
See the background-attachment property definition in CSS2.
Definition: css_extensions.cpp:674
DOM::DOMString pauseAfter() const
See the pause-after property definition in CSS2.
Definition: css_extensions.cpp:1631
DOM::DOMString borderRightWidth() const
See the border-right-width property definition in CSS2.
Definition: css_extensions.cpp:927
DOM::DOMString cssFloat() const
See the float property definition in CSS2.
Definition: css_extensions.cpp:1147
DOM::DOMString overflow() const
See the overflow property definition in CSS2.
Definition: css_extensions.cpp:1510
DOM::DOMString background() const
See the background property definition in CSS2.
Definition: css_extensions.cpp:663
DOM::DOMString outline() const
See the outline property definition in CSS2.
Definition: css_extensions.cpp:1466
DOM::DOMString elevation() const
See the elevation property definition in CSS2.
Definition: css_extensions.cpp:1125
DOM::DOMString borderLeftStyle() const
See the border-left-style property definition in CSS2.
Definition: css_extensions.cpp:905
DOM::DOMString marginTop() const
See the margin-top property definition in CSS2.
Definition: css_extensions.cpp:1345
DOM::DOMString verticalAlign() const
See the vertical-align property definition in CSS2.
Definition: css_extensions.cpp:1895
DOM::DOMString richness() const
See the richness property definition in CSS2.
Definition: css_extensions.cpp:1708
void setBorderLeftWidth(const DOM::DOMString &)
see borderLeftWidth
Definition: css_extensions.cpp:955
DOM::DOMString textAlign() const
See the text-align property definition in CSS2.
Definition: css_extensions.cpp:1818
DOM::DOMString whiteSpace() const
See the white-space property definition in CSS2.
Definition: css_extensions.cpp:1939
DOM::DOMString borderSpacing() const
See the border-spacing property definition in CSS2.
Definition: css_extensions.cpp:762
DOM::DOMString backgroundPosition() const
See the background-position property definition in CSS2.
Definition: css_extensions.cpp:707
DOM::DOMString volume() const
See the volume property definition in CSS2.
Definition: css_extensions.cpp:1928
DOM::DOMString right() const
See the right property definition in CSS2.
Definition: css_extensions.cpp:1719
DOM::DOMString borderBottomColor() const
See the border-bottom-color property definition in CSS2.
Definition: css_extensions.cpp:850
void setBorderRightStyle(const DOM::DOMString &)
see borderRightStyle
Definition: css_extensions.cpp:889
DOM::DOMString outlineColor() const
See the outline-color property definition in CSS2.
Definition: css_extensions.cpp:1477
DOM::DOMString listStylePosition() const
See the list-style-position property definition in CSS2.
Definition: css_extensions.cpp:1312
DOM::DOMString listStyleType() const
See the list-style-type property definition in CSS2.
Definition: css_extensions.cpp:1323
DOM::DOMString letterSpacing() const
See the letter-spacing property definition in CSS2.
Definition: css_extensions.cpp:1268
DOM::DOMString voiceFamily() const
See the voice-family property definition in CSS2.
Definition: css_extensions.cpp:1917
DOM::DOMString pitchRange() const
See the pitch-range property definition in CSS2.
Definition: css_extensions.cpp:1664
DOM::DOMString cursor() const
See the cursor property definition in CSS2.
Definition: css_extensions.cpp:1092
void setBorderBottomStyle(const DOM::DOMString &)
see borderBottomStyle
Definition: css_extensions.cpp:900
DOM::DOMString listStyle() const
See the list-style property definition in CSS2.
Definition: css_extensions.cpp:1290
DOM::DOMString cue() const
See the cue property definition in CSS2.
Definition: css_extensions.cpp:1059
DOM::DOMString captionSide() const
See the caption-side property definition in CSS2.
Definition: css_extensions.cpp:982
void setBorderLeftStyle(const DOM::DOMString &)
see borderLeftStyle
Definition: css_extensions.cpp:911
DOM::DOMString paddingLeft() const
See the padding-left property definition in CSS2.
Definition: css_extensions.cpp:1565
DOM::DOMString top() const
See the top property definition in CSS2.
Definition: css_extensions.cpp:1873
DOM::DOMString tableLayout() const
See the table-layout property definition in CSS2.
Definition: css_extensions.cpp:1807
DOM::DOMString textDecoration() const
See the text-decoration property definition in CSS2.
Definition: css_extensions.cpp:1829
DOM::DOMString marginRight() const
See the margin-right property definition in CSS2.
Definition: css_extensions.cpp:1356
DOM::DOMString unicodeBidi() const
See the unicode-bidi property definition in CSS2.
Definition: css_extensions.cpp:1884
DOM::DOMString speakHeader() const
See the speak-header property definition in CSS2.
Definition: css_extensions.cpp:1752
DOM::DOMString paddingTop() const
See the padding-top property definition in CSS2.
Definition: css_extensions.cpp:1532
void setBackgroundColor(const DOM::DOMString &)
see backgroundColor
Definition: css_extensions.cpp:691
DOM::DOMString borderWidth() const
See the border-width property definition in CSS2.
Definition: css_extensions.cpp:960
DOM::DOMString clip() const
See the clip property definition in CSS2.
Definition: css_extensions.cpp:1004
DOM::DOMString marks() const
See the marks property definition in CSS2.
Definition: css_extensions.cpp:1400
DOM::DOMString position() const
See the position property definition in CSS2.
Definition: css_extensions.cpp:1686
DOM::DOMString font() const
See the font property definition in CSS2.
Definition: css_extensions.cpp:1158
DOM::DOMString cueBefore() const
See the cue-before property definition in CSS2.
Definition: css_extensions.cpp:1081
DOM::DOMString direction() const
See the direction property definition in CSS2.
Definition: css_extensions.cpp:1103
DOM::DOMString borderRightStyle() const
See the border-right-style property definition in CSS2.
Definition: css_extensions.cpp:883
DOM::DOMString pauseBefore() const
See the pause-before property definition in CSS2.
Definition: css_extensions.cpp:1642
DOM::DOMString textIndent() const
See the text-indent property definition in CSS2.
Definition: css_extensions.cpp:1840
void setSpeakPunctuation(const DOM::DOMString &)
see speakPunctuation
Definition: css_extensions.cpp:1780
DOM::DOMString speakNumeral() const
See the speak-numeral property definition in CSS2.
Definition: css_extensions.cpp:1763
DOM::DOMString stress() const
See the stress property definition in CSS2.
Definition: css_extensions.cpp:1796
DOM::DOMString borderColor() const
See the border-color property definition in CSS2.
Definition: css_extensions.cpp:751
DOM::DOMString color() const
See the color property definition in CSS2.
Definition: css_extensions.cpp:1015
DOM::DOMString textTransform() const
See the text-transform property definition in CSS2.
Definition: css_extensions.cpp:1862
DOM::DOMString borderTopColor() const
See the border-top-color property definition in CSS2.
Definition: css_extensions.cpp:828
DOM::DOMString speechRate() const
See the speech-rate property definition in CSS2.
Definition: css_extensions.cpp:1785
DOM::DOMString page() const
See the page property definition in CSS2.
Definition: css_extensions.cpp:1576
DOM::DOMString left() const
See the left property definition in CSS2.
Definition: css_extensions.cpp:1257
DOM::DOMString width() const
See the width property definition in CSS2.
Definition: css_extensions.cpp:1961
DOM::DOMString speakPunctuation() const
See the speak-punctuation property definition in CSS2.
Definition: css_extensions.cpp:1774
DOM::DOMString counterReset() const
See the counter-reset property definition in CSS2.
Definition: css_extensions.cpp:1048
void setListStylePosition(const DOM::DOMString &)
see listStylePosition
Definition: css_extensions.cpp:1318
DOM::DOMString border() const
See the border property definition in CSS2.
Definition: css_extensions.cpp:729
DOM::DOMString fontSize() const
See the font-size property definition in CSS2.
Definition: css_extensions.cpp:1180
DOM::DOMString quotes() const
See the quotes property definition in CSS2.
Definition: css_extensions.cpp:1697
DOM::DOMString borderStyle() const
See the border-style property definition in CSS2.
Definition: css_extensions.cpp:773
DOM::DOMString borderCollapse() const
See the border-collapse property definition in CSS2.
Definition: css_extensions.cpp:740
DOM::DOMString margin() const
See the margin property definition in CSS2.
Definition: css_extensions.cpp:1334
DOM::DOMString pageBreakAfter() const
See the page-break-after property definition in CSS2.
Definition: css_extensions.cpp:1587
DOM::DOMString paddingBottom() const
See the padding-bottom property definition in CSS2.
Definition: css_extensions.cpp:1554
DOM::DOMString borderTopWidth() const
See the border-top-width property definition in CSS2.
Definition: css_extensions.cpp:916
void setBorderLeftColor(const DOM::DOMString &)
see borderLeftColor
Definition: css_extensions.cpp:867
DOM::DOMString minHeight() const
See the min-height property definition in CSS2.
Definition: css_extensions.cpp:1433
DOM::DOMString borderBottomStyle() const
See the border-bottom-style property definition in CSS2.
Definition: css_extensions.cpp:894
DOM::DOMString zIndex() const
See the z-index property definition in CSS2.
Definition: css_extensions.cpp:1983
DOM::DOMString marginBottom() const
See the margin-bottom property definition in CSS2.
Definition: css_extensions.cpp:1367
DOM::DOMString minWidth() const
See the min-width property definition in CSS2.
Definition: css_extensions.cpp:1444
DOM::DOMString fontStyle() const
See the font-style property definition in CSS2.
Definition: css_extensions.cpp:1213
DOM::DOMString borderLeft() const
See the border-left property definition in CSS2.
Definition: css_extensions.cpp:817
DOM::DOMString borderRight() const
See the border-right property definition in CSS2.
Definition: css_extensions.cpp:795
void setBackgroundRepeat(const DOM::DOMString &)
see backgroundRepeat
Definition: css_extensions.cpp:724
DOM::DOMString visibility() const
See the visibility property definition in CSS2.
Definition: css_extensions.cpp:1906
DOM::DOMString fontStretch() const
See the font-stretch property definition in CSS2.
Definition: css_extensions.cpp:1202
DOM::DOMString height() const
See the height property definition in CSS2.
Definition: css_extensions.cpp:1246
DOM::DOMString outlineStyle() const
See the outline-style property definition in CSS2.
Definition: css_extensions.cpp:1488
DOM::DOMString borderLeftWidth() const
See the border-left-width property definition in CSS2.
Definition: css_extensions.cpp:949
DOM::DOMString speak() const
See the speak property definition in CSS2.
Definition: css_extensions.cpp:1741
DOM::DOMString borderTopStyle() const
See the border-top-style property definition in CSS2.
Definition: css_extensions.cpp:872
DOM::DOMString pause() const
See the pause property definition in CSS2.
Definition: css_extensions.cpp:1620
void setPageBreakBefore(const DOM::DOMString &)
see pageBreakBefore
Definition: css_extensions.cpp:1604
DOM::DOMString marginLeft() const
See the margin-left property definition in CSS2.
Definition: css_extensions.cpp:1378
DOM::DOMString markerOffset() const
See the marker-offset property definition in CSS2.
Definition: css_extensions.cpp:1389
DOM::DOMString widows() const
See the widows property definition in CSS2.
Definition: css_extensions.cpp:1950
DOM::DOMString pageBreakInside() const
See the page-break-inside property definition in CSS2.
Definition: css_extensions.cpp:1609
DOM::DOMString outlineWidth() const
See the outline-width property definition in CSS2.
Definition: css_extensions.cpp:1499
DOM::DOMString backgroundRepeat() const
See the background-repeat property definition in CSS2.
Definition: css_extensions.cpp:718
The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property.
Definition: css_extensions.h:2659
CSSValue horizontal() const
The horizontal position of the text shadow.
Definition: css_extensions.cpp:2024
CSSValue vertical() const
The vertical position of the text shadow.
Definition: css_extensions.cpp:2030
The CSSValueList interface provides the absraction of an ordered collection of CSS values.
Definition: css_value.h:317
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:244
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition: design.h:57