Esempio n. 1
0
 /**
  * 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;
 }
Esempio n. 2
0
 /**
  * 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;
 }