Example #1
0
 public function addTextBreak()
 {
     $textOfSameFormat = new TextOfSameFormat();
     $textOfSameFormat->setBreak();
     array_push($this->_text, $textOfSameFormat);
 }
Example #2
0
 public function addBreak()
 {
     $textOfSameFormat = new TextOfSameFormat();
     $textOfSameFormat->setBreak();
     array_push($this->_paragrWithDiffStyle, $textOfSameFormat);
 }