Esempio n. 1
0
 /**
  * The dir attribute specifies the element's text directionality. The attribute is an enumerated
  * attribute with the keyword ltr mapping to the state ltr, and the keyword rtl mapping to the
  * state rtl. The attribute has no defaults.
  */
 @Override
 public DHGroup setHtmlDir(final String dir) {
   super.setHtmlDir(dir);
   return this;
 }