Interface ICSSPropertyTextHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyTextHandler
,CSSPropertyTextSWTHandler
CSS2 Text Property Handler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
applyCSSPropertyColor
(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of a text.void
applyCSSPropertyTextTransform
(Object element, CSSValue value, String pseudo, CSSEngine engine) Controls the letters in an element.retrieveCSSPropertyColor
(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyTextTransform
(Object element, String pseudo, CSSEngine engine) Methods inherited from interface org.eclipse.e4.ui.css.core.dom.properties.ICSSPropertyHandler
applyCSSProperty, retrieveCSSProperty
-
Method Details
-
applyCSSPropertyColor
void applyCSSPropertyColor(Object element, CSSValue value, String pseudo, CSSEngine engine) throws Exception Sets the color of a text.- Throws:
Exception
-
applyCSSPropertyTextTransform
void applyCSSPropertyTextTransform(Object element, CSSValue value, String pseudo, CSSEngine engine) throws Exception Controls the letters in an element. Available values are : none capitalize uppercase lowercase- Throws:
Exception
-
retrieveCSSPropertyColor
- Throws:
Exception
-
retrieveCSSPropertyTextTransform
String retrieveCSSPropertyTextTransform(Object element, String pseudo, CSSEngine engine) throws Exception - Throws:
Exception
-