PHP 클래스 PhpOffice\PhpPresentation\Style\Bullet

상속: implements PhpOffice\PhpPresentation\ComparableInterface
파일 보기 프로젝트 열기: phpoffice/phppowerpoint 1 사용 예제들

공개 메소드들

메소드 설명
__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