Package org.docx4j.convert.in.xhtml
Class RGBColorImpl
java.lang.Object
org.docx4j.convert.in.xhtml.RGBColorImpl
- All Implemented Interfaces:
org.w3c.dom.css.RGBColor
-
Method Summary
-
Method Details
-
getRed
public org.w3c.dom.css.CSSPrimitiveValue getRed()- Specified by:
getRedin interfaceorg.w3c.dom.css.RGBColor
-
getGreen
public org.w3c.dom.css.CSSPrimitiveValue getGreen()- Specified by:
getGreenin interfaceorg.w3c.dom.css.RGBColor
-
getBlue
public org.w3c.dom.css.CSSPrimitiveValue getBlue()- Specified by:
getBluein interfaceorg.w3c.dom.css.RGBColor
-