PHP Class PhpOffice\PhpPresentation\Style\Bullet

Inheritance: implements PhpOffice\PhpPresentation\ComparableInterface
Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( ) Create a new \PhpOffice\PhpPresentation\Style\Bullet
getBulletChar ( ) : string Get bullet char
getBulletColor ( ) : Color
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 = '-' ) : Bullet Set bullet char
setBulletColor ( Color $bulletColor ) : Bullet
setBulletFont ( string $pValue = 'Calibri' ) : Bullet Set bullet font
setBulletNumericStartAt ( integer | string $pValue = 1 ) : Bullet Set bullet numeric start at
setBulletNumericStyle ( string $pValue = self::NUMERIC_DEFAULT ) : Bullet Set bullet numeric style
setBulletType ( string $pValue = self::TYPE_NONE ) : Bullet Set bullet type
setHashIndex ( string $value ) Set hash index

Method Details

__construct() public méthode

Create a new \PhpOffice\PhpPresentation\Style\Bullet
public __construct ( )

getBulletChar() public méthode

Get bullet char
public getBulletChar ( ) : string
Résultat string

getBulletColor() public méthode

public getBulletColor ( ) : Color
Résultat Color

getBulletFont() public méthode

Get bullet font
public getBulletFont ( ) : string
Résultat string

getBulletNumericStartAt() public méthode

Get bullet numeric start at
public getBulletNumericStartAt ( ) : string
Résultat string

getBulletNumericStyle() public méthode

Get bullet numeric style
public getBulletNumericStyle ( ) : string
Résultat string

getBulletType() public méthode

Get bullet type
public getBulletType ( ) : string
Résultat string

getHashCode() public méthode

Get hash code
public getHashCode ( ) : string
Résultat string Hash code

getHashIndex() public méthode

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
public getHashIndex ( ) : string
Résultat string Hash index

setBulletChar() public méthode

Set bullet char
public setBulletChar ( string $pValue = '-' ) : Bullet
$pValue string
Résultat Bullet

setBulletColor() public méthode

public setBulletColor ( Color $bulletColor ) : Bullet
$bulletColor Color
Résultat Bullet

setBulletFont() public méthode

Set bullet font
public setBulletFont ( string $pValue = 'Calibri' ) : Bullet
$pValue string
Résultat Bullet

setBulletNumericStartAt() public méthode

Set bullet numeric start at
public setBulletNumericStartAt ( integer | string $pValue = 1 ) : Bullet
$pValue integer | string
Résultat Bullet

setBulletNumericStyle() public méthode

Set bullet numeric style
public setBulletNumericStyle ( string $pValue = self::NUMERIC_DEFAULT ) : Bullet
$pValue string
Résultat Bullet

setBulletType() public méthode

Set bullet type
public setBulletType ( string $pValue = self::TYPE_NONE ) : Bullet
$pValue string
Résultat Bullet

setHashIndex() public méthode

Note that this index may vary during script execution! Only reliable moment is while doing a write of a workbook and when changes are not allowed.
public setHashIndex ( string $value )
$value string Hash index