Apple_Exporter\Components\Body::set_default_style PHP Метод

set_default_style() публичный Метод

Set the default style for the component.
public set_default_style ( )
    public function set_default_style()
    {
        $this->json['textStyle'] = 'default-body';
        $this->register_style('default-body', $this->get_default_style());
    }