PHP Class PhpOffice\PhpPresentation\Shape\Chart\Marker

显示文件 Open project: phpoffice/phppowerpoint Class Usage Examples

Public Properties

Property Type Description
$arraySymbol

Protected Properties

Property Type Description
$size integer
$symbol string

Public Methods

Method Description
getSize ( ) : integer
getSymbol ( ) : string
setSize ( integer $size = 5 ) : Marker
setSymbol ( string $symbol = self::SYMBOL_NONE ) : Marker

Method Details

getSize() public method

public getSize ( ) : integer
return integer

getSymbol() public method

public getSymbol ( ) : string
return string

setSize() public method

public setSize ( integer $size = 5 ) : Marker
$size integer
return Marker

setSymbol() public method

public setSymbol ( string $symbol = self::SYMBOL_NONE ) : Marker
$symbol string
return Marker

Property Details

$arraySymbol public_oe static_oe property

public static $arraySymbol

$size protected_oe property

protected int $size
return integer

$symbol protected_oe property

protected string $symbol
return string