Esempio n. 1
0
 /**
  * Get Borders
  *
  * @return PHPExcel_Style_Borders
  */
 public function getBorders()
 {
     if (isset($this->_borders)) {
         return $this->_borders;
     }
     $property = new PHPExcel_Style_Borders();
     $property->propertyPrepareBind($this, "_borders");
     return $property;
 }