PhpOffice\PhpPresentation\Style\Bullet::__construct PHP Method

__construct() public method

Create a new \PhpOffice\PhpPresentation\Style\Bullet
public __construct ( )
    public function __construct()
    {
        // Initialise values
        $this->bulletType = self::TYPE_NONE;
        $this->bulletFont = 'Calibri';
        $this->bulletChar = '-';
        $this->bulletColor = new Color();
        $this->bulletNumericStyle = self::NUMERIC_DEFAULT;
        $this->bulletNumericStartAt = 1;
    }