CONDITION_NONE
CONDITION_NONE = 'none'
PHPExcel_Style_Conditional
$_conditionType : int
Condition type
$_operatorType : int
Operator type
$_text : string
Text
$_condition : string[]
Condition
$_style : \PHPExcel_Style
Style
setCondition(string $pValue = '') : \PHPExcel_Style_Conditional
Set Condition
string | $pValue | Condition |
None found |
None found |
setConditions(string[] $pValue) : \PHPExcel_Style_Conditional
Set Conditions
string[] | $pValue | Condition |
None found |
addCondition(string $pValue = '') : \PHPExcel_Style_Conditional
Add Condition
string | $pValue | Condition |
None found |
None found |
setStyle(\PHPExcel_Style $pValue = null) : \PHPExcel_Style_Conditional
Set Style
\PHPExcel_Style | $pValue |
None found |
None found |
__clone() : mixed
Implement PHP __clone to create a deep clone, not just a shallow copy.
None found |