PhpOffice\PhpPresentation\Style\TextStyle::setBodyStyleAtLvl PHP Method

setBodyStyleAtLvl() public method

public setBodyStyleAtLvl ( Paragraph $style, $lvl )
$style PhpOffice\PhpPresentation\Shape\RichText\Paragraph
$lvl
    public function setBodyStyleAtLvl(RichTextParagraph $style, $lvl)
    {
        if (!$this->checkLvl($lvl)) {
            $this->bodyStyle[$lvl] = $style;
        }
    }