PHP Class PhpOffice\PhpPresentation\Shape\Chart\Marker

Afficher le fichier Open project: phpoffice/phppowerpoint Class Usage Examples

Méthodes publiques

Свойство Type Description
$arraySymbol

Protected Properties

Свойство Type Description
$size integer
$symbol string

Méthodes publiques

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

Method Details

getSize() public méthode

public getSize ( ) : integer
Résultat integer

getSymbol() public méthode

public getSymbol ( ) : string
Résultat string

setSize() public méthode

public setSize ( integer $size = 5 ) : Marker
$size integer
Résultat Marker

setSymbol() public méthode

public setSymbol ( string $symbol = self::SYMBOL_NONE ) : Marker
$symbol string
Résultat Marker

Property Details

$arraySymbol public_oe static_oe property

public static $arraySymbol

$size protected_oe property

protected int $size
Résultat integer

$symbol protected_oe property

protected string $symbol
Résultat string