Apple_Exporter\Components\Body::set_default_style PHP Method

set_default_style() public method

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());
    }