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

setOtherStyleAtLvl() public method

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