css_extensions.h
305 void setPositionIdentifier ( const DOM::DOMString &horizontalIdentifier, const DOM::DOMString &verticalIdentifier );
DOM::DOMString identifier() const
If azimuthType is CSS_IDENT , identifier contains one of left-side, far-left, left, center-left, center, center-right, right, far-right, right-side, leftwards, rightwards.
Definition: css_extensions.cpp:58
The CSS2Cursor interface represents a simple value for the widths CSS Level 2 descriptor.
Definition: css_extensions.h:693
bool behind() const
behind indicates whether the behind identifier has been set.
Definition: css_extensions.cpp:64
The CSS2Cursor interface represents the src CSS Level 2 descriptor.
Definition: css_extensions.h:626
The CSS2CounterReset interface represents a simple value for the counter-reset CSS Level 2 property...
Definition: css_extensions.h:503
The CSSValueList interface provides the absraction of an ordered collection of CSS values...
Definition: css_value.h:316
The CSS2Properties interface represents a convenience mechanism for retrieving and setting properties...
Definition: css_extensions.h:1048
The CSS2Azimuth interface represents the azimuth CSS Level 2 property.
Definition: css_extensions.h:41
The CSS2CounterIncrement interface represents a imple value for the counter-increment CSS Level 2 pr...
Definition: css_extensions.h:447
The CSS2BorderSpacing interface represents the border-spacing CSS Level 2 property.
Definition: css_extensions.h:317
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
The CSS2Cursor interface represents the size CSS Level 2 descriptor.
Definition: css_extensions.h:739
The Document Object Model (DOM) is divided into two parts, the COREDOM core DOM, specifying some core...
Definition: design.h:56
The CSS2PlayDuring interface represents the play-during CSS Level 2 property.
Definition: css_extensions.h:888
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
float getAngleValue(const unsigned short unitType)
Used to retrieved the float value of the azimuth property.
Definition: css_extensions.cpp:76
The CSS2TextShadow interface represents a simple value for the text-shadow CSS Level 2 property...
Definition: css_extensions.h:2658
The CSS2Cursor interface represents the cursor CSS Level 2 property.
Definition: css_extensions.h:559
The CSSValue interface represents a simple or a complexe value.
Definition: css_value.h:243
The CSS2BackgroundPosition interface represents the background-position CSS Level 2 property...
Definition: css_extensions.h:145
unsigned short azimuthType() const
A code defining the type of the value as defined in CSSValue .
Definition: css_extensions.cpp:52