示例#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;
 }
示例#2
0
文件: DKbd.java 项目: vjetteam/vjet
 /**
  * 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;
 }