/** * Set the style. This will make a copy of the contents, so further changes to the style object * will not be reflected. */ @Override public DHGroup setHtmlStyle(final CSSStyleDeclaration style) { super.setHtmlStyle(style); return this; }
/** * Set the style. This will make a copy of the contents, so further changes to the style object * will not be reflected. */ @Override public DKbd setHtmlStyle(final ICssStyleDeclaration style) { super.setHtmlStyle(style); return this; }