Exemplo n.º 1
0
 /**
  * Sets whether the worksheet is displayed from right to left instead of from left to right.
  *
  * @param value true for right to left, false otherwise.
  */
 public void setRightToLeft(boolean value) {
   _sh.setRightToLeft(value);
 }