PHP Класс PhpOffice\PhpPresentation\Style\Bullet

Наследование: implements PhpOffice\PhpPresentation\ComparableInterface
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
__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

Описание методов

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

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

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

Get bullet char
public getBulletChar ( ) : string
Результат string

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

public getBulletColor ( ) : Color
Результат Color

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

Get bullet font
public getBulletFont ( ) : string
Результат string

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

Get bullet numeric start at
public getBulletNumericStartAt ( ) : string
Результат string

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

Get bullet numeric style
public getBulletNumericStyle ( ) : string
Результат string

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

Get bullet type
public getBulletType ( ) : string
Результат string

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

Get hash code
public getHashCode ( ) : string
Результат string Hash code

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

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
Результат string Hash index

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

Set bullet char
public setBulletChar ( string $pValue = '-' ) : Bullet
$pValue string
Результат Bullet

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

public setBulletColor ( Color $bulletColor ) : Bullet
$bulletColor Color
Результат Bullet

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

Set bullet font
public setBulletFont ( string $pValue = 'Calibri' ) : Bullet
$pValue string
Результат Bullet

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

Set bullet numeric start at
public setBulletNumericStartAt ( integer | string $pValue = 1 ) : Bullet
$pValue integer | string
Результат Bullet

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

Set bullet numeric style
public setBulletNumericStyle ( string $pValue = self::NUMERIC_DEFAULT ) : Bullet
$pValue string
Результат Bullet

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

Set bullet type
public setBulletType ( string $pValue = self::TYPE_NONE ) : Bullet
$pValue string
Результат Bullet

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

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