示例#1
0
 /**
  * Sets the paper size
  *
  * @param ps the paper size
  */
 public void setPaperSize(PaperSize ps)
 {
     paperSize = ps.getValue();
 }