コード例 #1
0
ファイル: DHGroup.java プロジェクト: eclipse/vjet.all
 /**
  * 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;
 }