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