PHPExcel_Style_Conditional
category | PHPExcel |
---|---|
package | PHPExcel_Style |
copyright | Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct()
getCondition() : string
deprecated | Deprecated, use getConditions instead |
---|
string
getConditionType() : string
string
getConditions() : string[]
string[]
getHashCode() : string
string
Hash codegetOperatorType() : string
string
getText() : string
string
setCondition(string $pValue) : \PHPExcel_Style_Conditional
deprecated | Deprecated, use setConditions instead |
---|
string
Condition
setConditionType(string $pValue) : \PHPExcel_Style_Conditional
string
PHPExcel_Style_Conditional condition type
setOperatorType(string $pValue) : \PHPExcel_Style_Conditional
string
PHPExcel_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