Пример #1
0
 /**
  * Sets the run direction of the text content in the cell. May be either of:
  * PdfWriter.RUN_DIRECTION_DEFAULT, PdfWriter.RUN_DIRECTION_NO_BIDI, PdfWriter.RUN_DIRECTION_LTR
  * or PdfWriter.RUN_DIRECTION_RTL.
  *
  * @param runDirection
  */
 public void setRunDirection(int runDirection) {
   column.setRunDirection(runDirection);
 }