PHPExcel_Style_Conditional
| category | PHPExcel |
|---|---|
| package | PHPExcel_Style |
| copyright | Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getCondition() : string
| deprecated | Deprecated, use getConditions instead |
|---|
stringgetConditionType() : string
stringgetConditions() : string[]
string[]getHashCode() : string
stringHash codegetOperatorType() : string
stringgetText() : string
stringsetCondition(string $pValue) : \PHPExcel_Style_Conditional
| deprecated | Deprecated, use setConditions instead |
|---|
stringCondition
setConditionType(string $pValue) : \PHPExcel_Style_Conditional
stringPHPExcel_Style_Conditional condition type
setOperatorType(string $pValue) : \PHPExcel_Style_Conditional
stringPHPExcel_Style_Conditional operator type
setStyle(\PHPExcel_Style $pValue) : \PHPExcel_Style_Conditional
$_condition : string[]
$_conditionType : int
$_operatorType : int
$_style : \PHPExcel_Style
$_text : string
CONDITION_CELLIS
CONDITION_CONTAINSTEXT
CONDITION_EXPRESSION
CONDITION_NONE
OPERATOR_BEGINSWITH
OPERATOR_BETWEEN
OPERATOR_CONTAINSTEXT
OPERATOR_ENDSWITH
OPERATOR_EQUAL
OPERATOR_GREATERTHAN
OPERATOR_GREATERTHANOREQUAL
OPERATOR_LESSTHAN
OPERATOR_LESSTHANOREQUAL
OPERATOR_NONE
OPERATOR_NOTCONTAINS
OPERATOR_NOTEQUAL