PHP 클래스 PhpOffice\PhpPresentation\Shape\Chart\Series

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

보호된 프로퍼티들

프로퍼티 타입 설명
$marker Marker
$outline PhpOffice\PhpPresentation\Style\Outline

공개 메소드들

메소드 설명
__clone ( ) : mixed
__construct ( string $title = 'Series Title', array $values = [] ) Create a new \PhpOffice\PhpPresentation\Shape\Chart\Series instance
addValue ( mixed $key, mixed $value ) : Series Add Value
getDataPointFill ( integer $dataPointIndex ) : PhpOffice\PhpPresentation\Style\Fill Get DataPointFill
getDataPointFills ( ) : PhpOffice\PhpPresentation\Style\Fill[] Get DataPointFills
getDlblNumFormat ( ) : string Get Data Label NumFormat
getFill ( ) : PhpOffice\PhpPresentation\Style\Fill Get Fill
getFont ( ) : Font Get font
getHashCode ( ) : string Get hash code
getHashIndex ( ) : string Get hash index
getLabelPosition ( ) : string Get label position
getMarker ( ) : Marker
getOutline ( ) : Outline
getTitle ( ) : string Get Title
getValues ( ) : array Get Values
hasDlblNumFormat ( ) : string Has Data Label NumFormat
hasShowCategoryName ( ) : boolean Get ShowCategoryName
hasShowLeaderLines ( ) : boolean Get ShowLeaderLines
hasShowPercentage ( ) : boolean Get ShowPercentage
hasShowSeriesName ( ) : boolean Get ShowSeriesName
hasShowValue ( ) : boolean Get ShowValue
setDlblNumFormat ( string $value = '' ) : Series Set Data Label NumFormat
setFill ( PhpOffice\PhpPresentation\Style\Fill $fill = null ) : Series Set Fill
setFont ( Font $pFont = null ) : Paragraph Set font
setHashIndex ( string $value ) : Series Set hash index
setLabelPosition ( string $value ) : Series Set label position
setMarker ( Marker $marker ) : Series
setOutline ( Outline $outline ) : Series
setShowCategoryName ( boolean $value ) : Series Set ShowCategoryName
setShowLeaderLines ( boolean $value ) : Series Set ShowLeaderLines
setShowPercentage ( boolean $value ) : Series Set ShowPercentage
setShowSeriesName ( boolean $value ) : Series Set ShowSeriesName
setShowValue ( boolean $value ) : Series Set ShowValue
setTitle ( string $value = 'Series Title' ) : Series Set Title
setValues ( array $value = [] ) : Series Set Values

메소드 상세

__clone() 공개 메소드

public __clone ( ) : mixed
리턴 mixed

__construct() 공개 메소드

Create a new \PhpOffice\PhpPresentation\Shape\Chart\Series instance
public __construct ( string $title = 'Series Title', array $values = [] )
$title string Title
$values array Values

addValue() 공개 메소드

Add Value
public addValue ( mixed $key, mixed $value ) : Series
$key mixed
$value mixed
리턴 Series

getDataPointFill() 공개 메소드

Get DataPointFill
public getDataPointFill ( integer $dataPointIndex ) : PhpOffice\PhpPresentation\Style\Fill
$dataPointIndex integer Data point index.
리턴 PhpOffice\PhpPresentation\Style\Fill

getDataPointFills() 공개 메소드

Get DataPointFills
public getDataPointFills ( ) : PhpOffice\PhpPresentation\Style\Fill[]
리턴 PhpOffice\PhpPresentation\Style\Fill[]

getDlblNumFormat() 공개 메소드

Get Data Label NumFormat
public getDlblNumFormat ( ) : string
리턴 string

getFill() 공개 메소드

Get Fill
public getFill ( ) : PhpOffice\PhpPresentation\Style\Fill
리턴 PhpOffice\PhpPresentation\Style\Fill

getFont() 공개 메소드

Get font
public getFont ( ) : Font
리턴 PhpOffice\PhpPresentation\Style\Font

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

getLabelPosition() 공개 메소드

Get label position
public getLabelPosition ( ) : string
리턴 string

getMarker() 공개 메소드

public getMarker ( ) : Marker
리턴 Marker

getOutline() 공개 메소드

public getOutline ( ) : Outline
리턴 PhpOffice\PhpPresentation\Style\Outline

getTitle() 공개 메소드

Get Title
public getTitle ( ) : string
리턴 string

getValues() 공개 메소드

Get Values
public getValues ( ) : array
리턴 array

hasDlblNumFormat() 공개 메소드

Has Data Label NumFormat
public hasDlblNumFormat ( ) : string
리턴 string

hasShowCategoryName() 공개 메소드

Get ShowCategoryName
public hasShowCategoryName ( ) : boolean
리턴 boolean

hasShowLeaderLines() 공개 메소드

Get ShowLeaderLines
public hasShowLeaderLines ( ) : boolean
리턴 boolean

hasShowPercentage() 공개 메소드

Get ShowPercentage
public hasShowPercentage ( ) : boolean
리턴 boolean

hasShowSeriesName() 공개 메소드

Get ShowSeriesName
public hasShowSeriesName ( ) : boolean
리턴 boolean

hasShowValue() 공개 메소드

Get ShowValue
public hasShowValue ( ) : boolean
리턴 boolean

setDlblNumFormat() 공개 메소드

Set Data Label NumFormat
public setDlblNumFormat ( string $value = '' ) : Series
$value string
리턴 Series

setFill() 공개 메소드

Set Fill
public setFill ( PhpOffice\PhpPresentation\Style\Fill $fill = null ) : Series
$fill PhpOffice\PhpPresentation\Style\Fill
리턴 Series

setFont() 공개 메소드

Set font
public setFont ( Font $pFont = null ) : Paragraph
$pFont PhpOffice\PhpPresentation\Style\Font Font
리턴 PhpOffice\PhpPresentation\Shape\RichText\Paragraph

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 ) : Series
$value string Hash index
리턴 Series

setLabelPosition() 공개 메소드

Set label position
public setLabelPosition ( string $value ) : Series
$value string
리턴 Series

setMarker() 공개 메소드

public setMarker ( Marker $marker ) : Series
$marker Marker
리턴 Series

setOutline() 공개 메소드

public setOutline ( Outline $outline ) : Series
$outline PhpOffice\PhpPresentation\Style\Outline
리턴 Series

setShowCategoryName() 공개 메소드

Set ShowCategoryName
public setShowCategoryName ( boolean $value ) : Series
$value boolean
리턴 Series

setShowLeaderLines() 공개 메소드

Set ShowLeaderLines
public setShowLeaderLines ( boolean $value ) : Series
$value boolean
리턴 Series

setShowPercentage() 공개 메소드

Set ShowPercentage
public setShowPercentage ( boolean $value ) : Series
$value boolean
리턴 Series

setShowSeriesName() 공개 메소드

Set ShowSeriesName
public setShowSeriesName ( boolean $value ) : Series
$value boolean
리턴 Series

setShowValue() 공개 메소드

Set ShowValue
public setShowValue ( boolean $value ) : Series
$value boolean
리턴 Series

setTitle() 공개 메소드

Set Title
public setTitle ( string $value = 'Series Title' ) : Series
$value string
리턴 Series

setValues() 공개 메소드

Set Values
public setValues ( array $value = [] ) : Series
$value array
리턴 Series

프로퍼티 상세

$marker 보호되어 있는 프로퍼티

protected Marker,PhpOffice\PhpPresentation\Shape\Chart $marker
리턴 Marker

$outline 보호되어 있는 프로퍼티

protected Outline,PhpOffice\PhpPresentation\Style $outline
리턴 PhpOffice\PhpPresentation\Style\Outline