Method | Description | |
---|---|---|
__construct ( ) | Create a new \PhpOffice\PhpPresentation\Style\Bullet | |
getBulletChar ( ) : string | Get bullet char | |
getBulletColor ( ) : |
||
getBulletFont ( ) : string | Get bullet font | |
getBulletNumericStartAt ( ) : string | Get bullet numeric start at | |
getBulletNumericStyle ( ) : string | Get bullet numeric style | |
getBulletType ( ) : string | Get bullet type | |
getHashCode ( ) : string | Get hash code | |
getHashIndex ( ) : string | Get hash index | |
setBulletChar ( string $pValue = '-' ) : |
Set bullet char | |
setBulletColor ( |
||
setBulletFont ( string $pValue = 'Calibri' ) : |
Set bullet font | |
setBulletNumericStartAt ( integer | string $pValue = 1 ) : |
Set bullet numeric start at | |
setBulletNumericStyle ( string $pValue = self::NUMERIC_DEFAULT ) : |
Set bullet numeric style | |
setBulletType ( string $pValue = self::TYPE_NONE ) : |
Set bullet type | |
setHashIndex ( string $value ) | Set hash index |
public __construct ( ) |
public getBulletNumericStartAt ( ) : string | ||
return | string |
public getBulletNumericStyle ( ) : string | ||
return | string |
public getHashIndex ( ) : string | ||
return | string | Hash index |
public setBulletChar ( string $pValue = '-' ) : |
||
$pValue | string | |
return |
public setBulletColor ( |
||
$bulletColor | ||
return |
public setBulletFont ( string $pValue = 'Calibri' ) : |
||
$pValue | string | |
return |
public setBulletNumericStartAt ( integer | string $pValue = 1 ) : |
||
$pValue | integer | string | |
return |
public setBulletNumericStyle ( string $pValue = self::NUMERIC_DEFAULT ) : |
||
$pValue | string | |
return |
public setBulletType ( string $pValue = self::TYPE_NONE ) : |
||
$pValue | string | |
return |
public setHashIndex ( string $value ) | ||
$value | string | Hash index |